01JZ3KMRJNFHBMNEAQZWT0A6Q4: 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",
        },
        BasicConfigPublish {
            from_output: "/work/crate-build-timings.json",
            series: "build-info-helios",
            name: "crate-build-timings.json",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JZ3KN7DYZJC260VP596WSK8H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-07-01T18:23:50.246Zjob assigned to worker 01JZ3KNATN2N95D54TTXC4RA4P [factory gimlet-EVT22200007-propolis, EVT22200007/33033] (queued for 33 s)
 
22025-07-01T18:23:59.459Zstarting task 0: "setup"
32025-07-01T18:23:59.487Z++ uname -s
42025-07-01T18:23:59.487Z+ kern=SunOS
52025-07-01T18:23:59.487Z+ build_user=build
62025-07-01T18:23:59.487Z+ build_uid=12345
72025-07-01T18:23:59.487Z+ work_dir=/work
82025-07-01T18:23:59.487Z+ input_dir=/input
92025-07-01T18:23:59.487Z+ [[ 0 == 12345 ]]
102025-07-01T18:23:59.487Z+ case "$kern" in
112025-07-01T18:23:59.487Z+ groupadd -g 12345 build
122025-07-01T18:23:59.487Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-07-01T18:24:01.488Z+ zfs create -o mountpoint=/work rpool/work
142025-07-01T18:24:01.523Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-07-01T18:24:01.549Z+ home_fs=zfs
162025-07-01T18:24:01.549Z+ [[ zfs == autofs ]]
172025-07-01T18:24:01.549Z+ mkdir -p /home/build
182025-07-01T18:24:01.549Z+ chown build:build /home/build /work
192025-07-01T18:24:03.534Z+ chmod 0700 /home/build /work
202025-07-01T18:24:03.560Zprocess exited: duration 4081 ms, exit code 0
 
212025-07-01T18:24:03.617Zstarting task 1: "rust-toolchain"
222025-07-01T18:24:03.644Z+ printf ' * rust toolchain channel = "%s"\n' 1.87.0
232025-07-01T18:24:03.644Z * rust toolchain channel = "1.87.0"
242025-07-01T18:24:03.644Z * rust toolchain profile = "default"
252025-07-01T18:24:03.644Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-07-01T18:24:03.644Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-07-01T18:24:03.644Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-07-01T18:24:03.644Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-07-01T18:24:03.644Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.87.0 --profile default
302025-07-01T18:24:03.801Zinfo: downloading installer
312025-07-01T18:24:04.440Zwarn: It looks like you have an existing installation of Rust at:
322025-07-01T18:24:04.440Zwarn: /opt/ooce/bin
332025-07-01T18:24:04.440Zwarn: It is recommended that rustup be the primary Rust installation.
342025-07-01T18:24:04.440Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-07-01T18:24:04.440Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-07-01T18:24:04.440Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-07-01T18:24:04.440Zwarn: or pass `-y' to ignore all ignorable checks.
382025-07-01T18:24:04.440Zerror: cannot install while Rust is installed
392025-07-01T18:24:04.440Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-07-01T18:24:04.495Zinfo: profile set to 'default'
412025-07-01T18:24:04.495Zinfo: default host triple is x86_64-unknown-illumos
422025-07-01T18:24:04.495Zinfo: syncing channel updates for '1.87.0-x86_64-unknown-illumos'
432025-07-01T18:24:04.610Zinfo: latest update on 2025-05-15, rust version 1.87.0 (17067e9ac 2025-05-09)
442025-07-01T18:24:04.610Zinfo: downloading component 'cargo'
452025-07-01T18:24:04.955Zinfo: downloading component 'clippy'
462025-07-01T18:24:05.051Zinfo: downloading component 'rust-docs'
472025-07-01T18:24:05.316Zinfo: downloading component 'rust-std'
482025-07-01T18:24:05.870Zinfo: downloading component 'rustc'
492025-07-01T18:24:09.905Zinfo: downloading component 'rustfmt'
502025-07-01T18:24:10.062Zinfo: installing component 'cargo'
512025-07-01T18:24:11.321Zinfo: installing component 'clippy'
522025-07-01T18:24:11.853Zinfo: installing component 'rust-docs'
532025-07-01T18:24:15.411Zinfo: installing component 'rust-std'
542025-07-01T18:24:17.802Zinfo: installing component 'rustc'
552025-07-01T18:24:26.348Zinfo: installing component 'rustfmt'
562025-07-01T18:24:26.762Zinfo: default toolchain set to '1.87.0-x86_64-unknown-illumos'
572025-07-01T18:24:26.762Z
582025-07-01T18:24:26.921Z 1.87.0-x86_64-unknown-illumos installed - rustc 1.87.0 (17067e9ac 2025-05-09)
592025-07-01T18:24:26.922Z
602025-07-01T18:24:26.922Z
612025-07-01T18:24:26.922ZRust is installed now. Great!
622025-07-01T18:24:26.922Z
632025-07-01T18:24:26.922ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-07-01T18:24:26.922Zenvironment variable. This has not been done automatically.
652025-07-01T18:24:26.922Z
662025-07-01T18:24:26.922ZTo configure your current shell, you need to source
672025-07-01T18:24:26.922Zthe corresponding env file under $HOME/.cargo.
682025-07-01T18:24:26.922Z
692025-07-01T18:24:26.922ZThis is usually done by running one of the following (note the leading DOT):
702025-07-01T18:24:26.922Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-07-01T18:24:26.922Zsource "$HOME/.cargo/env.fish" # For fish
722025-07-01T18:24:26.922Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-07-01T18:24:27.043Z+ rustup --version
742025-07-01T18:24:27.069Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-07-01T18:24:27.069Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-07-01T18:24:27.163Zinfo: The currently active `rustc` version is `rustc 1.87.0 (17067e9ac 2025-05-09)`
772025-07-01T18:24:27.188Z+ cargo --version
782025-07-01T18:24:27.268Zcargo 1.87.0 (99624be96 2025-05-06)
792025-07-01T18:24:27.293Z+ rustc --version
802025-07-01T18:24:27.401Zrustc 1.87.0 (17067e9ac 2025-05-09)
812025-07-01T18:24:27.426Zprocess exited: duration 23791 ms, exit code 0
 
822025-07-01T18:24:27.480Zstarting task 2: "authentication"
832025-07-01T18:24:27.534Zprocess exited: duration 56 ms, exit code 0
 
842025-07-01T18:24:27.585Zstarting task 3: "clone repository"
852025-07-01T18:24:27.611Z+ mkdir -p /work/oxidecomputer/omicron
862025-07-01T18:24:27.611Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-07-01T18:24:27.636ZCloning into '/work/oxidecomputer/omicron'...
882025-07-01T18:24:37.173Z+ cd /work/oxidecomputer/omicron
892025-07-01T18:24:37.173Z+ git fetch origin 8930190bbe30b92f7115059b006e026b8ce59209
902025-07-01T18:24:37.685ZFrom https://github.com/oxidecomputer/omicron
912025-07-01T18:24:37.685Z * branch 8930190bbe30b92f7115059b006e026b8ce59209 -> FETCH_HEAD
922025-07-01T18:24:37.710Z+ [[ -n dap/mgs-u16 ]]
932025-07-01T18:24:37.710Z++ git branch --show-current
942025-07-01T18:24:37.710Z+ current=main
952025-07-01T18:24:37.710Z+ [[ main != dap/mgs-u16 ]]
962025-07-01T18:24:37.710Z+ git branch -f dap/mgs-u16 8930190bbe30b92f7115059b006e026b8ce59209
972025-07-01T18:24:37.735Z+ git checkout -f dap/mgs-u16
982025-07-01T18:24:37.794ZSwitched to branch 'dap/mgs-u16'
992025-07-01T18:24:37.819Z+ git reset --hard 8930190bbe30b92f7115059b006e026b8ce59209
1002025-07-01T18:24:37.877ZHEAD is now at 8930190bb Merge remote-tracking branch 'origin/main' into dap/mgs-u16
1012025-07-01T18:24:37.902Zprocess exited: duration 10294 ms, exit code 0
 
1022025-07-01T18:24:37.956Zstarting task 4: "build"
1032025-07-01T18:24:37.981Z+ source ./env.sh
1042025-07-01T18:24:37.981Z++ OLD_SHELL_OPTS=ehxB
1052025-07-01T18:24:37.981Z++ set -o xtrace
1062025-07-01T18:24:37.981Z++++ dirname ./env.sh
1072025-07-01T18:24:37.981Z+++ readlink -f .
1082025-07-01T18:24:37.981Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-07-01T18:24:37.981Z++ 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-07-01T18:24:37.981Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-07-01T18:24:37.981Z++ 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-07-01T18:24:37.982Z++ 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-07-01T18:24:37.982Z++ 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-07-01T18:24:37.982Z++ 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-07-01T18:24:37.982Z++ 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-07-01T18:24:37.982Z++ 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-07-01T18:24:37.982Z++ case $OLD_SHELL_OPTS in
1182025-07-01T18:24:37.982Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-07-01T18:24:37.982Z+ source .github/buildomat/ci-env.sh
1202025-07-01T18:24:37.982Z++ export CARGO_TERM_COLOR=always
1212025-07-01T18:24:37.982Z++ CARGO_TERM_COLOR=always
1222025-07-01T18:24:37.982Z+ target_os=illumos
1232025-07-01T18:24:37.982Z+ NEXTEST_VERSION=0.9.98
1242025-07-01T18:24:37.982Z+ cargo --version
1252025-07-01T18:24:38.055Zcargo 1.87.0 (99624be96 2025-05-06)
1262025-07-01T18:24:38.080Z+ rustc --version
1272025-07-01T18:24:38.157Zrustc 1.87.0 (17067e9ac 2025-05-09)
1282025-07-01T18:24:38.183Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.98/illumos
1292025-07-01T18:24:38.184Z+ gunzip
1302025-07-01T18:24:38.184Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-07-01T18:24:39.266Zx cargo-nextest, 18644352 bytes, 36415 tape blocks
1322025-07-01T18:24:39.295Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-07-01T18:24:39.295Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-07-01T18:24:39.295Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-07-01T18:24:39.295Z+ mkdir /var/tmp/omicron_tmp
1362025-07-01T18:24:39.296Z+ OUTPUT_DIR=/work
1372025-07-01T18:24:39.296Z+ echo 'tests will store non-ephemeral output in /work'
1382025-07-01T18:24:39.296Ztests will store non-ephemeral output in /work
1392025-07-01T18:24:39.296Z+ mkdir -p /work
1402025-07-01T18:24:39.296Z+ banner prerequisites
1412025-07-01T18:24:39.296Z
1422025-07-01T18:24:39.296Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-07-01T18:24:39.297Z # # # # # # # # # # # # # # #
1442025-07-01T18:24:39.297Z # # # # ##### # # ##### # # # # # #### #
1452025-07-01T18:24:39.297Z ##### ##### # ##### # # # # # # # # #
1462025-07-01T18:24:39.297Z # # # # # # # # # # # # # # #
1472025-07-01T18:24:39.297Z # # # ###### # # ###### ### # #### # #### #
1482025-07-01T18:24:39.297Z
1492025-07-01T18:24:39.298Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-07-01T18:24:52.373Z Startup: Refreshing catalog 'helios-dev' ... Done
1512025-07-01T18:25:04.086Z Startup: Caching catalogs ... Done
1522025-07-01T18:25:10.604ZPlanning: Solver setup ... Done (4.301s)
1532025-07-01T18:25:10.647ZPlanning: Running solver ... Done (0.043s)
1542025-07-01T18:25:10.731ZPlanning: Finding local manifests ... Done (0.002s)
1552025-07-01T18:25:10.817ZPlanning: Fetching manifests: 0/4 0% complete
1562025-07-01T18:25:11.284ZPlanning: Fetching manifests: 4/4 100% complete
1572025-07-01T18:25:11.370ZPlanning: Package planning ... Done (0.086s)
1582025-07-01T18:25:11.467ZPlanning: Merging actions ... Done (0.094s)
1592025-07-01T18:25:12.017ZPlanning: Checking for conflicting actions ... Done (0.552s)
1602025-07-01T18:25:12.042ZPlanning: Consolidating action changes ... Done (0.018s)
1612025-07-01T18:25:12.909ZPlanning: Evaluating mediators ... Done (0.873s)
1622025-07-01T18:25:12.934ZPlanning: Planning completed in 8.72 seconds
1632025-07-01T18:25:12.959Z Packages to install: 4
1642025-07-01T18:25:12.960Z Mediators to change: 2
1652025-07-01T18:25:12.960Z Services to change: 1
1662025-07-01T18:25:12.960Z Estimated space available: 155.00 GB
1672025-07-01T18:25:12.960ZEstimated space to be consumed: 1.69 GB
1682025-07-01T18:25:12.960Z Create boot environment: No
1692025-07-01T18:25:12.960ZCreate backup boot environment: No
1702025-07-01T18:25:12.960Z Rebuild boot archive: No
1712025-07-01T18:25:12.960Z
1722025-07-01T18:25:12.960ZChanged mediators:
1732025-07-01T18:25:12.960Z mediator clang:
1742025-07-01T18:25:12.960Z version: None -> 15 (system default)
1752025-07-01T18:25:12.960Z
1762025-07-01T18:25:12.960Z mediator llvm:
1772025-07-01T18:25:12.960Z version: 14 (system default) -> 15 (system default)
1782025-07-01T18:25:12.960Z
1792025-07-01T18:25:12.960ZChanged packages:
1802025-07-01T18:25:12.960Zhelios-dev
1812025-07-01T18:25:12.960Z developer/build-essential
1822025-07-01T18:25:12.960Z None -> 11-2.0
1832025-07-01T18:25:12.960Z library/libxmlsec1
1842025-07-01T18:25:12.960Z None -> 1.2.35-2.0
1852025-07-01T18:25:12.960Z ooce/developer/clang-15
1862025-07-01T18:25:12.960Z None -> 15.0.7-2.0
1872025-07-01T18:25:12.960Z ooce/developer/llvm-15
1882025-07-01T18:25:12.960Z None -> 15.0.7-2.0
1892025-07-01T18:25:12.960Z
1902025-07-01T18:25:12.960ZServices:
1912025-07-01T18:25:12.960Z restart_fmri:
1922025-07-01T18:25:12.960Z svc:/system/update-man-index:default
1932025-07-01T18:25:13.020Z
1942025-07-01T18:25:13.020ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952025-07-01T18:25:18.021ZDownload: 1198/3290 items 83.3/212.6MB 39% complete (16.8M/s)
1962025-07-01T18:25:23.025ZDownload: 2261/3290 items 119.5/212.6MB 56% complete (12.1M/s)
1972025-07-01T18:25:28.025ZDownload: 3243/3290 items 177.3/212.6MB 83% complete (9.4M/s)
1982025-07-01T18:25:30.598ZDownload: Completed 212.60 MB in 17.58 seconds (12.1M/s)
1992025-07-01T18:25:30.820Z Actions: 1/3689 actions (Installing new actions)
2002025-07-01T18:25:35.826Z Actions: 2956/3689 actions (Installing new actions)
2012025-07-01T18:25:37.395Z Actions: Completed 3689 actions in 6.57 seconds.
2022025-07-01T18:25:38.084Z Done (0.683s)
2032025-07-01T18:25:38.085Z Done (0.000s)
2042025-07-01T18:25:39.198Z Done (1.113s)
2052025-07-01T18:25:45.855Z Done (6.418s)
2062025-07-01T18:25:45.970Z Done (0.027s)
2072025-07-01T18:25:45.995Z Done (0.000s)
2082025-07-01T18:25:46.134Z Done (0.000s)
2092025-07-01T18:25:47.193ZPlanning: Evaluating mediator changes ... Done
2102025-07-01T18:25:47.464ZPlanning: Checking for conflicting actions ... Done
2112025-07-01T18:25:47.489ZPlanning: Consolidating action changes ... Done
2122025-07-01T18:25:47.884ZPlanning: Evaluating mediators ... Done
2132025-07-01T18:25:47.911ZPlanning: Planning completed in 0.69 seconds
2142025-07-01T18:25:47.936Z Mediators to change: 2
2152025-07-01T18:25:47.936Z Create boot environment: No
2162025-07-01T18:25:47.936ZCreate backup boot environment: No
2172025-07-01T18:25:48.004Z Done
2182025-07-01T18:25:48.004Z Done
2192025-07-01T18:25:48.875Z Done
2202025-07-01T18:25:54.279Z Done
2212025-07-01T18:25:54.375Z Done
2222025-07-01T18:25:54.375Z Done
2232025-07-01T18:25:54.446Z Done
2242025-07-01T18:25:55.506ZPlanning: Evaluating mediator changes ... Done
2252025-07-01T18:25:55.532ZPlanning: Merging actions ... Done
2262025-07-01T18:25:55.787ZPlanning: Checking for conflicting actions ... Done
2272025-07-01T18:25:55.812ZPlanning: Consolidating action changes ... Done
2282025-07-01T18:25:56.161ZPlanning: Evaluating mediators ... Done
2292025-07-01T18:25:56.244ZPlanning: Planning completed in 1.17 seconds
2302025-07-01T18:25:56.297Z Packages to change: 1
2312025-07-01T18:25:56.297Z Mediators to change: 1
2322025-07-01T18:25:56.297Z Services to change: 1
2332025-07-01T18:25:56.297Z Create boot environment: No
2342025-07-01T18:25:56.297ZCreate backup boot environment: Yes
2352025-07-01T18:25:58.300Z Actions: 1/6 actions (Updating modified actions)
2362025-07-01T18:25:58.325Z Actions: Completed 6 actions in 0.00 seconds.
2372025-07-01T18:25:58.326Z Done
2382025-07-01T18:25:58.326Z Done
2392025-07-01T18:25:58.523Z Done
2402025-07-01T18:26:04.351Z Done
2412025-07-01T18:26:04.482Z Done
2422025-07-01T18:26:04.482Z Done
2432025-07-01T18:26:04.538Z Done
2442025-07-01T18:26:05.203ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2452025-07-01T18:26:05.203Zclang system 15 system
2462025-07-01T18:26:05.203Zcsh system system illumos
2472025-07-01T18:26:05.203Zctags system system illumos
2482025-07-01T18:26:05.203Zfile system system illumos
2492025-07-01T18:26:05.203Zgcc vendor 12 vendor
2502025-07-01T18:26:05.203Zgcc system 10 system
2512025-07-01T18:26:05.203Zgcc system 7 system
2522025-07-01T18:26:05.203Zgo system 1.20 system
2532025-07-01T18:26:05.203Zgo system 1.19 system
2542025-07-01T18:26:05.203Zllvm system 15 system
2552025-07-01T18:26:05.203Zllvm system 14 system
2562025-07-01T18:26:05.203Zmariadb system 10.6 system
2572025-07-01T18:26:05.203Zmta vendor vendor dma
2582025-07-01T18:26:05.203Zopenjdk system 17 system
2592025-07-01T18:26:05.203Zopenjdk system 11 system
2602025-07-01T18:26:05.203Zopenjdk system 1.8 system
2612025-07-01T18:26:05.203Zopenssl vendor 3 vendor
2622025-07-01T18:26:05.203Zperl system 5.36 system
2632025-07-01T18:26:05.204Zpostgresql system 15 system
2642025-07-01T18:26:05.204Zpostgresql system 13 system
2652025-07-01T18:26:05.204Zpython vendor 3 vendor
2662025-07-01T18:26:05.204Zpython system 2 system
2672025-07-01T18:26:05.204Zpython3 system 3.11 system
2682025-07-01T18:26:05.204Zruby system 3.0 system
2692025-07-01T18:26:05.204Zwords vendor vendor american-english
2702025-07-01T18:26:05.204Zwords system system australian-english
2712025-07-01T18:26:05.204Zwords system system british-english
2722025-07-01T18:26:05.204Zwords system system canadian-english
2732025-07-01T18:26:05.204Zwords system system french
2742025-07-01T18:26:05.204Zwords system system italian
2752025-07-01T18:26:05.204Zwords system system ngerman
2762025-07-01T18:26:05.204Zwords system system ogerman
2772025-07-01T18:26:05.204Zwords system system spanish
2782025-07-01T18:26:05.669ZPUBLISHER TYPE STATUS P LOCATION
2792025-07-01T18:26:05.669Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2802025-07-01T18:26:17.064ZFMRI IFO
2812025-07-01T18:26:17.064Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2822025-07-01T18:26:17.064Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2832025-07-01T18:26:17.064Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2842025-07-01T18:26:17.064Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2852025-07-01T18:26:17.064Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2862025-07-01T18:26:17.064Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2872025-07-01T18:26:17.064Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2882025-07-01T18:26:17.064Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2892025-07-01T18:26:17.064Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2902025-07-01T18:26:17.065Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2912025-07-01T18:26:17.065Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2922025-07-01T18:26:17.065Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2932025-07-01T18:26:17.065Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2942025-07-01T18:26:17.065Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2952025-07-01T18:26:17.065Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2962025-07-01T18:26:17.065Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2972025-07-01T18:26:17.219Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2982025-07-01T18:26:17.219Z Updating crates.io index
2992025-07-01T18:26:17.219Z Updating git repository `https://github.com/oxidecomputer/lldp`
3002025-07-01T18:26:17.219Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3012025-07-01T18:26:17.219Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3022025-07-01T18:26:17.219Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3032025-07-01T18:26:17.346Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3042025-07-01T18:26:17.636Z Updating git repository `https://github.com/oxidecomputer/propolis`
3052025-07-01T18:26:19.141Z Updating git repository `https://github.com/oxidecomputer/crucible`
3062025-07-01T18:26:21.538Z Updating git repository `https://github.com/oxidecomputer/opte`
3072025-07-01T18:26:22.639Z Updating git repository `https://github.com/oxidecomputer/falcon`
3082025-07-01T18:26:23.579Z Updating git repository `https://github.com/oxidecomputer/clickward`
3092025-07-01T18:26:24.052Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3102025-07-01T18:26:24.496Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3112025-07-01T18:26:25.430Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3122025-07-01T18:26:25.799Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3132025-07-01T18:26:26.385Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3142025-07-01T18:26:27.217Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3152025-07-01T18:26:27.660Z Updating git repository `https://github.com/oxidecomputer/tofino`
3162025-07-01T18:26:28.105Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3172025-07-01T18:26:28.496Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3182025-07-01T18:26:28.857Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3192025-07-01T18:26:29.286Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3202025-07-01T18:26:29.813Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3212025-07-01T18:26:30.303Z Updating git repository `https://github.com/oxidecomputer/ispf`
3222025-07-01T18:26:30.773Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3232025-07-01T18:26:31.423Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3242025-07-01T18:26:32.007Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3252025-07-01T18:26:32.398Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3262025-07-01T18:26:32.934Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3272025-07-01T18:26:33.523Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3282025-07-01T18:26:33.971Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3292025-07-01T18:26:34.441Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3302025-07-01T18:26:34.848Z Updating git repository `https://github.com/oxidecomputer/omicron`
3312025-07-01T18:26:44.885Z Updating git repository `https://github.com/illumos/smf-rs`
3322025-07-01T18:26:46.676Z Downloading crates ...
3332025-07-01T18:26:46.747Z Downloaded serde-untagged v0.1.7
3342025-07-01T18:26:46.773Z Downloaded serde_json v1.0.140
3352025-07-01T18:26:46.773Z Downloaded utf8_iter v1.0.4
3362025-07-01T18:26:46.802Z Downloaded typenum v1.17.0
3372025-07-01T18:26:46.802Z Downloaded toml_datetime v0.6.11
3382025-07-01T18:26:46.802Z Downloaded tinystr v0.7.6
3392025-07-01T18:26:46.803Z Downloaded toml v0.8.23
3402025-07-01T18:26:46.803Z Downloaded url v2.5.4
3412025-07-01T18:26:46.803Z Downloaded fastrand v2.1.1
3422025-07-01T18:26:46.829Z Downloaded zerovec v0.10.4
3432025-07-01T18:26:46.829Z Downloaded icu_provider_macros v1.5.0
3442025-07-01T18:26:46.829Z Downloaded form_urlencoded v1.2.1
3452025-07-01T18:26:46.829Z Downloaded toml_edit v0.22.27
3462025-07-01T18:26:46.829Z Downloaded swrite v0.1.0
3472025-07-01T18:26:46.829Z Downloaded zerocopy v0.7.35
3482025-07-01T18:26:46.855Z Downloaded toml_write v0.1.2
3492025-07-01T18:26:46.855Z Downloaded stable_deref_trait v1.2.0
3502025-07-01T18:26:46.855Z Downloaded sha2 v0.10.9
3512025-07-01T18:26:46.881Z Downloaded percent-encoding v2.3.1
3522025-07-01T18:26:46.881Z Downloaded thiserror v1.0.69
3532025-07-01T18:26:46.881Z Downloaded smallvec v1.15.0
3542025-07-01T18:26:46.881Z Downloaded winnow v0.7.10
3552025-07-01T18:26:46.907Z Downloaded memchr v2.7.4
3562025-07-01T18:26:46.907Z Downloaded indexmap v2.9.0
3572025-07-01T18:26:46.907Z Downloaded hashbrown v0.15.4
3582025-07-01T18:26:46.908Z Downloaded pest v2.7.14
3592025-07-01T18:26:46.934Z Downloaded goblin v0.8.2
3602025-07-01T18:26:46.934Z Downloaded icu_properties v1.5.1
3612025-07-01T18:26:46.934Z Downloaded tabled v0.15.0
3622025-07-01T18:26:46.960Z Downloaded textwrap v0.16.2
3632025-07-01T18:26:46.960Z Downloaded icu_properties_data v1.5.0
3642025-07-01T18:26:46.987Z Downloaded tempfile v3.20.0
3652025-07-01T18:26:46.987Z Downloaded strsim v0.11.1
3662025-07-01T18:26:46.987Z Downloaded syn v2.0.104
3672025-07-01T18:26:46.987Z Downloaded syn v1.0.109
3682025-07-01T18:26:47.018Z Downloaded serde_derive v1.0.219
3692025-07-01T18:26:47.018Z Downloaded serde v1.0.219
3702025-07-01T18:26:47.018Z Downloaded proc-macro2 v1.0.95
3712025-07-01T18:26:47.018Z Downloaded papergrid v0.11.0
3722025-07-01T18:26:47.018Z Downloaded rustix v1.0.7
3732025-07-01T18:26:47.062Z Downloaded rustix v0.38.37
3742025-07-01T18:26:47.093Z Downloaded num-traits v0.2.19
3752025-07-01T18:26:47.093Z Downloaded macaddr v1.0.1
3762025-07-01T18:26:47.093Z Downloaded log v0.4.27
3772025-07-01T18:26:47.093Z Downloaded idna v1.0.3
3782025-07-01T18:26:47.093Z Downloaded icu_provider v1.5.0
3792025-07-01T18:26:47.093Z Downloaded semver v1.0.26
3802025-07-01T18:26:47.124Z Downloaded scroll v0.12.0
3812025-07-01T18:26:47.124Z Downloaded ryu v1.0.18
3822025-07-01T18:26:47.124Z Downloaded proc-macro-error v1.0.4
3832025-07-01T18:26:47.124Z Downloaded litemap v0.7.3
3842025-07-01T18:26:47.124Z Downloaded icu_normalizer_data v1.5.0
3852025-07-01T18:26:47.124Z Downloaded icu_locid v1.5.0
3862025-07-01T18:26:47.124Z Downloaded quote v1.0.40
3872025-07-01T18:26:47.124Z Downloaded pest_generator v2.7.14
3882025-07-01T18:26:47.124Z Downloaded pest_derive v2.7.14
3892025-07-01T18:26:47.124Z Downloaded once_cell v1.21.3
3902025-07-01T18:26:47.152Z Downloaded itoa v1.0.11
3912025-07-01T18:26:47.153Z Downloaded is_terminal_polyfill v1.70.1
3922025-07-01T18:26:47.153Z Downloaded icu_normalizer v1.5.0
3932025-07-01T18:26:47.153Z Downloaded icu_locid_transform_data v1.5.0
3942025-07-01T18:26:47.153Z Downloaded generic-array v0.14.7
3952025-07-01T18:26:47.153Z Downloaded libc v0.2.174
3962025-07-01T18:26:47.180Z Downloaded cargo_toml v0.21.0
3972025-07-01T18:26:47.180Z Downloaded camino-tempfile v1.4.1
3982025-07-01T18:26:47.180Z Downloaded camino v1.1.10
3992025-07-01T18:26:47.180Z Downloaded terminal_size v0.4.0
4002025-07-01T18:26:47.180Z Downloaded synstructure v0.13.1
4012025-07-01T18:26:47.180Z Downloaded smawk v0.3.2
4022025-07-01T18:26:47.180Z Downloaded serde_tokenstream v0.2.2
4032025-07-01T18:26:47.207Z Downloaded serde_spanned v0.6.9
4042025-07-01T18:26:47.207Z Downloaded serde-value v0.7.0
4052025-07-01T18:26:47.208Z Downloaded plain v0.2.3
4062025-07-01T18:26:47.208Z Downloaded ordered-float v2.10.1
4072025-07-01T18:26:47.208Z Downloaded idna_adapter v1.2.0
4082025-07-01T18:26:47.208Z Downloaded icu_locid_transform v1.5.0
4092025-07-01T18:26:47.208Z Downloaded getrandom v0.3.1
4102025-07-01T18:26:47.208Z Downloaded errno v0.3.12
4112025-07-01T18:26:47.208Z Downloaded erased-serde v0.4.6
4122025-07-01T18:26:47.208Z Downloaded byteorder v1.5.0
4132025-07-01T18:26:47.208Z Downloaded bytecount v0.6.8
4142025-07-01T18:26:47.208Z Downloaded scroll_derive v0.12.0
4152025-07-01T18:26:47.208Z Downloaded proc-macro-error-attr v1.0.4
4162025-07-01T18:26:47.208Z Downloaded pretty-hex v0.4.1
4172025-07-01T18:26:47.208Z Downloaded unicode-width v0.2.0
4182025-07-01T18:26:47.235Z Downloaded unicode-width v0.1.14
4192025-07-01T18:26:47.235Z Downloaded heck v0.5.0
4202025-07-01T18:26:47.235Z Downloaded dof v0.3.0
4212025-07-01T18:26:47.235Z Downloaded digest v0.10.7
4222025-07-01T18:26:47.235Z Downloaded cargo_metadata v0.20.0
4232025-07-01T18:26:47.236Z Downloaded cargo-platform v0.2.0
4242025-07-01T18:26:47.236Z Downloaded icu_collections v1.5.0
4252025-07-01T18:26:47.262Z Downloaded heck v0.4.1
4262025-07-01T18:26:47.262Z Downloaded equivalent v1.0.2
4272025-07-01T18:26:47.262Z Downloaded dtrace-parser v0.2.0
4282025-07-01T18:26:47.262Z Downloaded fnv v1.0.7
4292025-07-01T18:26:47.262Z Downloaded displaydoc v0.2.5
4302025-07-01T18:26:47.262Z Downloaded crypto-common v0.1.6
4312025-07-01T18:26:47.262Z Downloaded clap_lex v0.7.4
4322025-07-01T18:26:47.262Z Downloaded clap_builder v4.5.40
4332025-07-01T18:26:47.262Z Downloaded thiserror-impl v2.0.12
4342025-07-01T18:26:47.262Z Downloaded writeable v0.5.5
4352025-07-01T18:26:47.263Z Downloaded fs-err v3.1.1
4362025-07-01T18:26:47.263Z Downloaded thread-id v4.2.2
4372025-07-01T18:26:47.289Z Downloaded thiserror v2.0.12
4382025-07-01T18:26:47.289Z Downloaded zerofrom v0.1.4
4392025-07-01T18:26:47.289Z Downloaded zerocopy-derive v0.7.35
4402025-07-01T18:26:47.289Z Downloaded write16 v1.0.0
4412025-07-01T18:26:47.289Z Downloaded version_check v0.9.5
4422025-07-01T18:26:47.290Z Downloaded utf8parse v0.2.2
4432025-07-01T18:26:47.290Z Downloaded utf16_iter v1.0.5
4442025-07-01T18:26:47.290Z Downloaded usdt-impl v0.5.0
4452025-07-01T18:26:47.290Z Downloaded usdt-attr-macro v0.5.0
4462025-07-01T18:26:47.290Z Downloaded usdt v0.5.0
4472025-07-01T18:26:47.290Z Downloaded unicode-xid v0.2.6
4482025-07-01T18:26:47.290Z Downloaded ucd-trie v0.1.7
4492025-07-01T18:26:47.290Z Downloaded tabled_derive v0.7.0
4502025-07-01T18:26:47.290Z Downloaded thiserror-impl v1.0.69
4512025-07-01T18:26:47.290Z Downloaded zerovec-derive v0.10.3
4522025-07-01T18:26:47.317Z Downloaded zerofrom-derive v0.1.4
4532025-07-01T18:26:47.317Z Downloaded yoke-derive v0.7.4
4542025-07-01T18:26:47.317Z Downloaded yoke v0.7.4
4552025-07-01T18:26:47.317Z Downloaded usdt-macro v0.5.0
4562025-07-01T18:26:47.317Z Downloaded unicode-ident v1.0.18
4572025-07-01T18:26:47.317Z Downloaded typeid v1.0.3
4582025-07-01T18:26:47.317Z Downloaded cpufeatures v0.2.14
4592025-07-01T18:26:47.317Z Downloaded colorchoice v1.0.2
4602025-07-01T18:26:47.317Z Downloaded clap_derive v4.5.40
4612025-07-01T18:26:47.317Z Downloaded clap v4.5.40
4622025-07-01T18:26:47.317Z Downloaded cargo-util-schemas v0.2.0
4632025-07-01T18:26:47.344Z Downloaded autocfg v1.4.0
4642025-07-01T18:26:47.344Z Downloaded anyhow v1.0.98
4652025-07-01T18:26:47.344Z Downloaded anstyle-query v1.1.1
4662025-07-01T18:26:47.344Z Downloaded anstyle-parse v0.2.5
4672025-07-01T18:26:47.344Z Downloaded anstream v0.6.18
4682025-07-01T18:26:47.344Z Downloaded unicode-linebreak v0.1.5
4692025-07-01T18:26:47.344Z Downloaded cfg-if v1.0.1
4702025-07-01T18:26:47.344Z Downloaded bitflags v2.9.0
4712025-07-01T18:26:47.344Z Downloaded anstyle v1.0.11
4722025-07-01T18:26:47.344Z Downloaded pest_meta v2.7.14
4732025-07-01T18:26:47.344Z Downloaded memmap v0.7.0
4742025-07-01T18:26:47.371Z Downloaded block-buffer v0.10.4
4752025-07-01T18:26:47.439Z Compiling proc-macro2 v1.0.95
4762025-07-01T18:26:47.439Z Compiling unicode-ident v1.0.18
4772025-07-01T18:26:47.439Z Compiling serde v1.0.219
4782025-07-01T18:26:47.439Z Compiling version_check v0.9.5
4792025-07-01T18:26:47.465Z Compiling thiserror v1.0.69
4802025-07-01T18:26:47.465Z Compiling libc v0.2.174
4812025-07-01T18:26:47.466Z Compiling memchr v2.7.4
4822025-07-01T18:26:47.466Z Compiling stable_deref_trait v1.2.0
4832025-07-01T18:26:47.736Z Compiling ucd-trie v0.1.7
4842025-07-01T18:26:47.764Z Compiling litemap v0.7.3
4852025-07-01T18:26:48.217Z Compiling ryu v1.0.18
4862025-07-01T18:26:48.269Z Compiling itoa v1.0.11
4872025-07-01T18:26:48.316Z Compiling autocfg v1.4.0
4882025-07-01T18:26:48.349Z Compiling writeable v0.5.5
4892025-07-01T18:26:48.595Z Compiling once_cell v1.21.3
4902025-07-01T18:26:48.622Z Compiling byteorder v1.5.0
4912025-07-01T18:26:48.919Z Compiling bitflags v2.9.0
4922025-07-01T18:26:49.029Z Compiling icu_locid_transform_data v1.5.0
4932025-07-01T18:26:49.118Z Compiling serde_json v1.0.140
4942025-07-01T18:26:49.195Z Compiling icu_properties_data v1.5.0
4952025-07-01T18:26:49.240Z Compiling utf16_iter v1.0.5
4962025-07-01T18:26:49.278Z Compiling num-traits v0.2.19
4972025-07-01T18:26:49.411Z Compiling icu_normalizer_data v1.5.0
4982025-07-01T18:26:49.493Z Compiling quote v1.0.40
4992025-07-01T18:26:49.644Z Compiling rustix v0.38.37
5002025-07-01T18:26:49.676Z Compiling hashbrown v0.15.4
5012025-07-01T18:26:49.713Z Compiling errno v0.3.12
5022025-07-01T18:26:49.745Z Compiling utf8_iter v1.0.4
5032025-07-01T18:26:50.045Z Compiling syn v2.0.104
5042025-07-01T18:26:50.078Z Compiling smallvec v1.15.0
5052025-07-01T18:26:50.197Z Compiling equivalent v1.0.2
5062025-07-01T18:26:50.227Z Compiling typeid v1.0.3
5072025-07-01T18:26:50.259Z Compiling write16 v1.0.0
5082025-07-01T18:26:50.435Z Compiling proc-macro-error-attr v1.0.4
5092025-07-01T18:26:50.520Z Compiling usdt-impl v0.5.0
5102025-07-01T18:26:50.563Z Compiling syn v1.0.109
5112025-07-01T18:26:50.657Z Compiling toml_write v0.1.2
5122025-07-01T18:26:50.734Z Compiling winnow v0.7.10
5132025-07-01T18:26:50.858Z Compiling indexmap v2.9.0
5142025-07-01T18:26:51.068Z Compiling thread-id v4.2.2
5152025-07-01T18:26:51.223Z Compiling proc-macro-error v1.0.4
5162025-07-01T18:26:51.250Z Compiling getrandom v0.3.1
5172025-07-01T18:26:51.275Z Compiling log v0.4.27
5182025-07-01T18:26:51.537Z Compiling camino v1.1.10
5192025-07-01T18:26:51.669Z Compiling rustix v1.0.7
5202025-07-01T18:26:51.903Z Compiling percent-encoding v2.3.1
5212025-07-01T18:26:52.120Z Compiling plain v0.2.3
5222025-07-01T18:26:52.148Z Compiling utf8parse v0.2.2
5232025-07-01T18:26:52.262Z Compiling semver v1.0.26
5242025-07-01T18:26:52.320Z Compiling anstyle-parse v0.2.5
5252025-07-01T18:26:52.354Z Compiling terminal_size v0.4.0
5262025-07-01T18:26:52.534Z Compiling form_urlencoded v1.2.1
5272025-07-01T18:26:52.561Z Compiling ordered-float v2.10.1
5282025-07-01T18:26:52.900Z Compiling cfg-if v1.0.1
5292025-07-01T18:26:52.926Z Compiling is_terminal_polyfill v1.70.1
5302025-07-01T18:26:53.028Z Compiling anstyle-query v1.1.1
5312025-07-01T18:26:53.089Z Compiling pretty-hex v0.4.1
5322025-07-01T18:26:53.118Z Compiling thiserror v2.0.12
5332025-07-01T18:26:53.181Z Compiling colorchoice v1.0.2
5342025-07-01T18:26:53.209Z Compiling anstyle v1.0.11
5352025-07-01T18:26:53.624Z Compiling anstream v0.6.18
5362025-07-01T18:26:53.863Z Compiling fs-err v3.1.1
5372025-07-01T18:26:54.046Z Compiling unicode-xid v0.2.6
5382025-07-01T18:26:54.073Z Compiling heck v0.4.1
5392025-07-01T18:26:54.185Z Compiling bytecount v0.6.8
5402025-07-01T18:26:54.258Z Compiling heck v0.5.0
5412025-07-01T18:26:54.318Z Compiling strsim v0.11.1
5422025-07-01T18:26:54.421Z Compiling anyhow v1.0.98
5432025-07-01T18:26:54.493Z Compiling unicode-width v0.1.14
5442025-07-01T18:26:54.778Z Compiling fnv v1.0.7
5452025-07-01T18:26:54.973Z Compiling fastrand v2.1.1
5462025-07-01T18:26:55.118Z Compiling clap_lex v0.7.4
5472025-07-01T18:26:55.496Z Compiling clap_builder v4.5.40
5482025-07-01T18:26:55.610Z Compiling tempfile v3.20.0
5492025-07-01T18:26:55.636Z Compiling papergrid v0.11.0
5502025-07-01T18:26:55.873Z Compiling memmap v0.7.0
5512025-07-01T18:26:56.161Z Compiling unicode-width v0.2.0
5522025-07-01T18:26:56.225Z Compiling unicode-linebreak v0.1.5
5532025-07-01T18:26:56.512Z Compiling smawk v0.3.2
5542025-07-01T18:26:56.714Z Compiling synstructure v0.13.1
5552025-07-01T18:26:57.014Z Compiling textwrap v0.16.2
5562025-07-01T18:26:57.889Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5572025-07-01T18:26:57.964Z Compiling tabled_derive v0.7.0
5582025-07-01T18:26:58.087Z Compiling swrite v0.1.0
5592025-07-01T18:26:59.392Z Compiling serde_derive v1.0.219
5602025-07-01T18:26:59.392Z Compiling thiserror-impl v1.0.69
5612025-07-01T18:26:59.623Z Compiling zerofrom-derive v0.1.4
5622025-07-01T18:26:59.716Z Compiling yoke-derive v0.7.4
5632025-07-01T18:27:00.287Z Compiling zerovec-derive v0.10.3
5642025-07-01T18:27:00.318Z Compiling displaydoc v0.2.5
5652025-07-01T18:27:01.675Z Compiling icu_provider_macros v1.5.0
5662025-07-01T18:27:01.706Z Compiling zerocopy-derive v0.7.35
5672025-07-01T18:27:02.121Z Compiling scroll_derive v0.12.0
5682025-07-01T18:27:02.299Z Compiling pest v2.7.14
5692025-07-01T18:27:02.545Z Compiling thiserror-impl v2.0.12
5702025-07-01T18:27:02.682Z Compiling clap_derive v4.5.40
5712025-07-01T18:27:02.826Z Compiling zerofrom v0.1.4
5722025-07-01T18:27:03.105Z Compiling yoke v0.7.4
5732025-07-01T18:27:03.136Z Compiling tabled v0.15.0
5742025-07-01T18:27:03.439Z Compiling zerovec v0.10.4
5752025-07-01T18:27:03.482Z Compiling scroll v0.12.0
5762025-07-01T18:27:03.514Z Compiling zerocopy v0.7.35
5772025-07-01T18:27:04.011Z Compiling goblin v0.8.2
5782025-07-01T18:27:04.935Z Compiling pest_meta v2.7.14
5792025-07-01T18:27:05.288Z Compiling tinystr v0.7.6
5802025-07-01T18:27:05.569Z Compiling icu_collections v1.5.0
5812025-07-01T18:27:05.689Z Compiling icu_locid v1.5.0
5822025-07-01T18:27:06.553Z Compiling pest_generator v2.7.14
5832025-07-01T18:27:06.793Z Compiling clap v4.5.40
5842025-07-01T18:27:06.927Z Compiling icu_provider v1.5.0
5852025-07-01T18:27:07.652Z Compiling icu_locid_transform v1.5.0
5862025-07-01T18:27:08.534Z Compiling pest_derive v2.7.14
5872025-07-01T18:27:08.863Z Compiling icu_properties v1.5.1
5882025-07-01T18:27:09.247Z Compiling dtrace-parser v0.2.0
5892025-07-01T18:27:10.924Z Compiling serde_tokenstream v0.2.2
5902025-07-01T18:27:11.135Z Compiling toml_datetime v0.6.11
5912025-07-01T18:27:11.135Z Compiling serde_spanned v0.6.9
5922025-07-01T18:27:11.194Z Compiling erased-serde v0.4.6
5932025-07-01T18:27:11.514Z Compiling serde-value v0.7.0
5942025-07-01T18:27:11.722Z Compiling toml_edit v0.22.27
5952025-07-01T18:27:12.178Z Compiling serde-untagged v0.1.7
5962025-07-01T18:27:12.315Z Compiling cargo-platform v0.2.0
5972025-07-01T18:27:12.358Z Compiling camino-tempfile v1.4.1
5982025-07-01T18:27:12.384Z Compiling macaddr v1.0.1
5992025-07-01T18:27:12.719Z Compiling icu_normalizer v1.5.0
6002025-07-01T18:27:12.833Z Compiling dof v0.3.0
6012025-07-01T18:27:13.625Z Compiling idna_adapter v1.2.0
6022025-07-01T18:27:13.877Z Compiling idna v1.0.3
6032025-07-01T18:27:14.364Z Compiling usdt-macro v0.5.0
6042025-07-01T18:27:14.364Z Compiling usdt-attr-macro v0.5.0
6052025-07-01T18:27:14.493Z Compiling url v2.5.4
6062025-07-01T18:27:15.138Z Compiling toml v0.8.23
6072025-07-01T18:27:15.499Z Compiling usdt v0.5.0
6082025-07-01T18:27:15.965Z Compiling cargo-util-schemas v0.2.0
6092025-07-01T18:27:15.965Z Compiling cargo_toml v0.21.0
6102025-07-01T18:27:17.976Z Compiling cargo_metadata v0.20.0
6112025-07-01T18:27:20.213Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6122025-07-01T18:27:24.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
6132025-07-01T18:27:25.000Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6142025-07-01T18:27:25.983Z Downloading crates ...
6152025-07-01T18:27:26.146Z Downloaded addr2line v0.24.2
6162025-07-01T18:27:26.171Z Downloaded bit-set v0.8.0
6172025-07-01T18:27:26.171Z Downloaded bb8 v0.8.5
6182025-07-01T18:27:26.172Z Downloaded allocator-api2 v0.2.21
6192025-07-01T18:27:26.172Z Downloaded http-body v1.0.1
6202025-07-01T18:27:26.172Z Downloaded hostname v0.3.1
6212025-07-01T18:27:26.197Z Downloaded hex-literal v0.4.1
6222025-07-01T18:27:26.197Z Downloaded arc-swap v1.7.1
6232025-07-01T18:27:26.197Z Downloaded ipnetwork v0.21.1
6242025-07-01T18:27:26.197Z Downloaded md-5 v0.10.6
6252025-07-01T18:27:26.197Z Downloaded memoffset v0.9.1
6262025-07-01T18:27:26.197Z Downloaded home v0.5.9
6272025-07-01T18:27:26.197Z Downloaded hubpack_derive v0.1.1
6282025-07-01T18:27:26.224Z Downloaded humantime v2.2.0
6292025-07-01T18:27:26.224Z Downloaded ident_case v1.0.1
6302025-07-01T18:27:26.224Z Downloaded atomic-waker v1.1.2
6312025-07-01T18:27:26.224Z Downloaded http-body-util v0.1.3
6322025-07-01T18:27:26.224Z Downloaded rand_seeder v0.3.0
6332025-07-01T18:27:26.224Z Downloaded hickory-client v0.25.2
6342025-07-01T18:27:26.224Z Downloaded heapless v0.7.17
6352025-07-01T18:27:26.251Z Downloaded ingot-macros v0.1.0
6362025-07-01T18:27:26.251Z Downloaded md5 v0.7.0
6372025-07-01T18:27:26.251Z Downloaded hyper-staticfile v0.10.1
6382025-07-01T18:27:26.251Z Downloaded internet-checksum v0.2.1
6392025-07-01T18:27:26.251Z Downloaded match_cfg v0.1.0
6402025-07-01T18:27:26.251Z Downloaded kstat-rs v0.2.4
6412025-07-01T18:27:27.084Z Downloaded serde_bytes v0.11.17
6422025-07-01T18:27:27.084Z Downloaded mime v0.3.17
6432025-07-01T18:27:27.084Z Downloaded keccak v0.1.5
6442025-07-01T18:27:27.084Z Downloaded libsw v3.5.0
6452025-07-01T18:27:27.084Z Downloaded sqlparser_derive v0.2.2
6462025-07-01T18:27:27.084Z Downloaded ahash v0.8.11
6472025-07-01T18:27:27.084Z Downloaded maybe-uninit v2.0.0
6482025-07-01T18:27:27.084Z Downloaded quinn-udp v0.5.5
6492025-07-01T18:27:27.084Z Downloaded resolv-conf v0.7.0
6502025-07-01T18:27:27.084Z Downloaded tower-service v0.3.3
6512025-07-01T18:27:27.084Z Downloaded rustversion v1.0.17
6522025-07-01T18:27:27.084Z Downloaded ssh-encoding v0.2.0
6532025-07-01T18:27:27.084Z Downloaded constant_time_eq v0.3.1
6542025-07-01T18:27:27.084Z Downloaded structmeta-derive v0.3.0
6552025-07-01T18:27:27.084Z Downloaded cmake v0.1.51
6562025-07-01T18:27:27.084Z Downloaded zone_cfg_derive v0.3.0
6572025-07-01T18:27:27.084Z Downloaded slab v0.4.9
6582025-07-01T18:27:27.084Z Downloaded derive_builder_macro v0.20.2
6592025-07-01T18:27:27.084Z Downloaded tls_codec v0.4.1
6602025-07-01T18:27:27.084Z Downloaded indexmap v1.9.3
6612025-07-01T18:27:27.084Z Downloaded void v1.0.2
6622025-07-01T18:27:27.084Z Downloaded base64 v0.21.7
6632025-07-01T18:27:27.084Z Downloaded slog-term v2.9.1
6642025-07-01T18:27:27.084Z Downloaded zeroize v1.8.1
6652025-07-01T18:27:27.084Z Downloaded globwalk v0.9.1
6662025-07-01T18:27:27.084Z Downloaded num-conv v0.1.0
6672025-07-01T18:27:27.084Z Downloaded pbkdf2 v0.11.0
6682025-07-01T18:27:27.084Z Downloaded progenitor-client v0.8.0
6692025-07-01T18:27:27.085Z Downloaded progenitor-client v0.9.1
6702025-07-01T18:27:27.085Z Downloaded dunce v1.0.5
6712025-07-01T18:27:27.085Z Downloaded ecdsa v0.16.9
6722025-07-01T18:27:27.085Z Downloaded russh-cryptovec v0.7.3
6732025-07-01T18:27:27.085Z Downloaded flagset v0.4.6
6742025-07-01T18:27:27.085Z Downloaded fd-lock v4.0.2
6752025-07-01T18:27:27.085Z Downloaded glob v0.3.2
6762025-07-01T18:27:27.085Z Downloaded pkg-config v0.3.31
6772025-07-01T18:27:27.085Z Downloaded peg v0.8.5
6782025-07-01T18:27:27.085Z Downloaded try-lock v0.2.5
6792025-07-01T18:27:27.085Z Downloaded progenitor-macro v0.8.0
6802025-07-01T18:27:27.085Z Downloaded tinyvec v1.8.0
6812025-07-01T18:27:27.085Z Downloaded twox-hash v2.1.0
6822025-07-01T18:27:27.085Z Downloaded schemars_derive v0.8.22
6832025-07-01T18:27:27.085Z Downloaded serde_urlencoded v0.7.1
6842025-07-01T18:27:27.085Z Downloaded scopeguard v1.2.0
6852025-07-01T18:27:27.085Z Downloaded vergen v8.3.2
6862025-07-01T18:27:27.085Z Downloaded diesel_table_macro_syntax v0.2.0
6872025-07-01T18:27:27.085Z Downloaded slog-json v2.6.1
6882025-07-01T18:27:27.085Z Downloaded endian-type v0.1.2
6892025-07-01T18:27:27.085Z Downloaded num-rational v0.4.2
6902025-07-01T18:27:27.085Z Downloaded openssl-macros v0.1.1
6912025-07-01T18:27:27.085Z Downloaded opaque-debug v0.3.1
6922025-07-01T18:27:27.085Z Downloaded parse-size v1.1.0
6932025-07-01T18:27:27.085Z Downloaded poly1305 v0.8.0
6942025-07-01T18:27:27.085Z Downloaded tokio-native-tls v0.3.1
6952025-07-01T18:27:27.085Z Downloaded proc-macro-error2 v2.0.1
6962025-07-01T18:27:27.085Z Downloaded russh-keys v0.45.0
6972025-07-01T18:27:27.085Z Downloaded rand_chacha v0.3.1
6982025-07-01T18:27:27.085Z Downloaded rustc-demangle v0.1.24
6992025-07-01T18:27:27.085Z Downloaded xattr v1.3.1
7002025-07-01T18:27:27.085Z Downloaded phf_generator v0.11.2
7012025-07-01T18:27:27.085Z Downloaded unicase v2.7.0
7022025-07-01T18:27:27.085Z Downloaded ctr v0.9.2
7032025-07-01T18:27:27.085Z Downloaded itertools v0.12.1
7042025-07-01T18:27:27.085Z Downloaded waitgroup v0.1.2
7052025-07-01T18:27:27.085Z Downloaded time-core v0.1.2
7062025-07-01T18:27:27.085Z Downloaded fxhash v0.2.1
7072025-07-01T18:27:27.085Z Downloaded darling v0.20.10
7082025-07-01T18:27:27.085Z Downloaded oso-derive v0.27.3
7092025-07-01T18:27:27.086Z Downloaded libxml v0.3.3
7102025-07-01T18:27:27.086Z Downloaded multer v3.1.0
7112025-07-01T18:27:27.086Z Downloaded typify-macro v0.3.0
7122025-07-01T18:27:27.086Z Downloaded openssl-probe v0.1.5
7132025-07-01T18:27:27.086Z Downloaded dirs-next v2.0.0
7142025-07-01T18:27:27.086Z Downloaded pretty-hex v0.2.1
7152025-07-01T18:27:27.086Z Downloaded unicode-properties v0.1.3
7162025-07-01T18:27:27.086Z Downloaded predicates v3.1.3
7172025-07-01T18:27:27.086Z Downloaded flate2 v1.1.2
7182025-07-01T18:27:27.086Z Downloaded strip-ansi-escapes v0.2.0
7192025-07-01T18:27:27.086Z Downloaded slog v2.7.0
7202025-07-01T18:27:27.086Z Downloaded xshell-macros v0.2.7
7212025-07-01T18:27:27.086Z Downloaded postgres-types v0.2.9
7222025-07-01T18:27:27.086Z Downloaded rayon-core v1.12.1
7232025-07-01T18:27:27.086Z Downloaded primeorder v0.13.6
7242025-07-01T18:27:27.086Z Downloaded signal-hook-tokio v0.3.1
7252025-07-01T18:27:27.086Z Downloaded dirs-sys-next v0.1.2
7262025-07-01T18:27:27.135Z Downloaded vte_generate_state_changes v0.1.2
7272025-07-01T18:27:27.136Z Downloaded unicode-bidi v0.3.17
7282025-07-01T18:27:27.136Z Downloaded futures-task v0.3.31
7292025-07-01T18:27:27.136Z Downloaded futures-sink v0.3.31
7302025-07-01T18:27:27.136Z Downloaded sync-ptr v0.1.4
7312025-07-01T18:27:27.136Z Downloaded crossbeam-channel v0.5.15
7322025-07-01T18:27:27.136Z Downloaded float-ord v0.3.2
7332025-07-01T18:27:27.136Z Downloaded nanorand v0.7.0
7342025-07-01T18:27:27.136Z Downloaded newline-converter v0.3.0
7352025-07-01T18:27:27.136Z Downloaded darling_macro v0.20.10
7362025-07-01T18:27:27.136Z Downloaded oxide-tokio-rt v0.1.1
7372025-07-01T18:27:27.136Z Downloaded signal-hook-mio v0.2.4
7382025-07-01T18:27:27.136Z Downloaded tokio-util v0.7.15
7392025-07-01T18:27:27.136Z Downloaded newtype_derive v0.1.6
7402025-07-01T18:27:27.136Z Downloaded ref-cast v1.0.24
7412025-07-01T18:27:27.136Z Downloaded diesel_derives v2.2.3
7422025-07-01T18:27:27.136Z Downloaded des v0.8.1
7432025-07-01T18:27:27.136Z Downloaded nibble_vec v0.1.0
7442025-07-01T18:27:27.136Z Downloaded snafu v0.8.5
7452025-07-01T18:27:27.136Z Downloaded newtype-uuid v1.2.4
7462025-07-01T18:27:27.136Z Downloaded universal-hash v0.5.1
7472025-07-01T18:27:27.136Z Downloaded peg-runtime v0.8.5
7482025-07-01T18:27:27.136Z Downloaded signal-hook-registry v1.4.2
7492025-07-01T18:27:27.137Z Downloaded sct v0.7.1
7502025-07-01T18:27:27.137Z Downloaded rustls-pemfile v2.2.0
7512025-07-01T18:27:27.137Z Downloaded tabwriter v1.4.0
7522025-07-01T18:27:27.137Z Downloaded tokio-rustls v0.24.1
7532025-07-01T18:27:27.137Z Downloaded rsa v0.9.6
7542025-07-01T18:27:27.137Z Downloaded foreign-types-shared v0.3.1
7552025-07-01T18:27:27.137Z Downloaded foreign-types-shared v0.1.1
7562025-07-01T18:27:27.137Z Downloaded progenitor v0.10.0
7572025-07-01T18:27:27.137Z Downloaded tap v1.0.1
7582025-07-01T18:27:27.137Z Downloaded foreign-types v0.5.0
7592025-07-01T18:27:27.137Z Downloaded take_mut v0.2.2
7602025-07-01T18:27:27.137Z Downloaded crunchy v0.2.2
7612025-07-01T18:27:27.137Z Downloaded phf_codegen v0.11.2
7622025-07-01T18:27:27.137Z Downloaded pem v3.0.5
7632025-07-01T18:27:27.137Z Downloaded yansi v1.0.1
7642025-07-01T18:27:27.137Z Downloaded static_assertions v1.1.0
7652025-07-01T18:27:27.137Z Downloaded futures-core v0.3.31
7662025-07-01T18:27:27.137Z Downloaded phf v0.11.2
7672025-07-01T18:27:27.137Z Downloaded pin-project-lite v0.2.14
7682025-07-01T18:27:27.137Z Downloaded debug-ignore v1.0.5
7692025-07-01T18:27:27.137Z Downloaded aws-lc-rs v1.12.4
7702025-07-01T18:27:27.137Z Downloaded scrypt v0.11.0
7712025-07-01T18:27:27.137Z Downloaded typify-macro v0.4.1
7722025-07-01T18:27:27.137Z Downloaded salsa20 v0.10.2
7732025-07-01T18:27:27.137Z Downloaded rustc-hash v2.1.1
7742025-07-01T18:27:27.137Z Downloaded fs-err v2.11.0
7752025-07-01T18:27:27.137Z Downloaded tokio-rustls v0.25.0
7762025-07-01T18:27:27.138Z Downloaded tagptr v0.2.0
7772025-07-01T18:27:27.138Z Downloaded password-hash v0.5.0
7782025-07-01T18:27:27.138Z Downloaded rustyline v14.0.0
7792025-07-01T18:27:27.138Z Downloaded futures-channel v0.3.31
7802025-07-01T18:27:27.138Z Downloaded unsafe-libyaml v0.2.11
7812025-07-01T18:27:27.138Z Downloaded spki v0.7.3
7822025-07-01T18:27:27.138Z Downloaded zstd-safe v7.2.3
7832025-07-01T18:27:27.138Z Downloaded tokio-stream v0.1.17
7842025-07-01T18:27:27.138Z Downloaded reedline v0.40.0
7852025-07-01T18:27:27.138Z Downloaded sqlformat v0.3.5
7862025-07-01T18:27:27.138Z Downloaded thiserror-no-std v2.0.2
7872025-07-01T18:27:27.138Z Downloaded parking_lot v0.12.3
7882025-07-01T18:27:27.138Z Downloaded quinn v0.11.5
7892025-07-01T18:27:27.138Z Downloaded zip v0.6.6
7902025-07-01T18:27:27.138Z Downloaded papergrid v0.14.0
7912025-07-01T18:27:27.138Z Downloaded ron v0.8.1
7922025-07-01T18:27:27.138Z Downloaded p256 v0.13.2
7932025-07-01T18:27:27.138Z Downloaded bindgen v0.69.5
7942025-07-01T18:27:27.138Z Downloaded publicsuffix v2.3.0
7952025-07-01T18:27:27.138Z Downloaded toml_edit v0.19.15
7962025-07-01T18:27:27.167Z Downloaded unicode-segmentation v1.12.0
7972025-07-01T18:27:27.167Z Downloaded tower v0.5.2
7982025-07-01T18:27:27.167Z Downloaded zip v4.2.0
7992025-07-01T18:27:27.195Z Downloaded rustls v0.21.12
8002025-07-01T18:27:27.195Z Downloaded ssh-key v0.6.6
8012025-07-01T18:27:27.222Z Downloaded portable-atomic v1.11.0
8022025-07-01T18:27:27.222Z Downloaded p521 v0.13.3
8032025-07-01T18:27:27.248Z Downloaded zlib-rs v0.5.1
8042025-07-01T18:27:27.248Z Downloaded rustls-webpki v0.101.7
8052025-07-01T18:27:27.273Z Downloaded zerocopy v0.8.26
8062025-07-01T18:27:27.299Z Downloaded regex v1.11.1
8072025-07-01T18:27:27.326Z Downloaded petname v2.0.2
8082025-07-01T18:27:27.326Z Downloaded regress v0.10.3
8092025-07-01T18:27:27.351Z Downloaded nix v0.27.1
8102025-07-01T18:27:27.376Z Downloaded rustls v0.23.19
8112025-07-01T18:27:27.376Z Downloaded dropshot v0.16.2
8122025-07-01T18:27:27.402Z Downloaded openapiv3 v2.2.0
8132025-07-01T18:27:27.428Z Downloaded nix v0.30.1
8142025-07-01T18:27:27.454Z Downloaded typify-impl v0.3.0
8152025-07-01T18:27:27.480Z Downloaded sled v0.34.7
8162025-07-01T18:27:27.480Z Downloaded typify-impl v0.2.0
8172025-07-01T18:27:27.508Z Downloaded ratatui v0.29.0
8182025-07-01T18:27:27.534Z Downloaded typify-impl v0.4.1
8192025-07-01T18:27:27.561Z Downloaded regex-syntax v0.8.5
8202025-07-01T18:27:27.586Z Downloaded diesel v2.2.11
8212025-07-01T18:27:27.611Z Downloaded nix v0.29.0
8222025-07-01T18:27:27.611Z Downloaded zerocopy-derive v0.6.6
8232025-07-01T18:27:27.636Z Downloaded nix v0.28.0
8242025-07-01T18:27:27.661Z Downloaded smoltcp v0.11.0
8252025-07-01T18:27:27.661Z Downloaded jiff v0.2.15
8262025-07-01T18:27:27.686Z Downloaded chrono-tz v0.10.3
8272025-07-01T18:27:27.711Z Downloaded rustls v0.22.4
8282025-07-01T18:27:27.711Z Downloaded libz-sys v1.1.20
8292025-07-01T18:27:27.740Z Downloaded lzma-sys v0.1.20
8302025-07-01T18:27:27.780Z Downloaded bstr v1.10.0
8312025-07-01T18:27:27.805Z Downloaded regex-automata v0.4.8
8322025-07-01T18:27:27.831Z Downloaded petgraph v0.6.5
8332025-07-01T18:27:27.857Z Downloaded p384 v0.13.0
8342025-07-01T18:27:27.885Z Downloaded smoltcp v0.9.1
8352025-07-01T18:27:27.885Z Downloaded tokio v1.45.1
8362025-07-01T18:27:27.934Z Downloaded petgraph v0.8.2
8372025-07-01T18:27:27.965Z Downloaded radix_trie v0.2.1
8382025-07-01T18:27:27.991Z Downloaded regex-syntax v0.6.29
8392025-07-01T18:27:27.991Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
8402025-07-01T18:27:28.019Z Downloaded csv v1.3.1
8412025-07-01T18:27:28.048Z Downloaded sha3 v0.10.8
8422025-07-01T18:27:28.075Z Downloaded object v0.36.5
8432025-07-01T18:27:28.076Z Downloaded curve25519-dalek v4.1.3
8442025-07-01T18:27:28.101Z Downloaded hickory-proto v0.25.2
8452025-07-01T18:27:28.127Z Downloaded openssl v0.10.73
8462025-07-01T18:27:28.128Z Downloaded gimli v0.31.1
8472025-07-01T18:27:28.154Z Downloaded webpki-roots v1.0.0
8482025-07-01T18:27:28.154Z Downloaded polar-core v0.27.3
8492025-07-01T18:27:28.154Z Downloaded sqlparser v0.45.0
8502025-07-01T18:27:28.180Z Downloaded quick-xml v0.37.2
8512025-07-01T18:27:28.180Z Downloaded quinn-proto v0.11.8
8522025-07-01T18:27:28.180Z Downloaded rustls-webpki v0.102.8
8532025-07-01T18:27:28.207Z Downloaded hickory-proto v0.24.4
8542025-07-01T18:27:28.233Z Downloaded tough v0.20.0
8552025-07-01T18:27:28.233Z Downloaded futures-util v0.3.31
8562025-07-01T18:27:28.259Z Downloaded object v0.30.4
8572025-07-01T18:27:28.259Z Downloaded git2 v0.19.0
8582025-07-01T18:27:28.285Z Downloaded winnow v0.6.26
8592025-07-01T18:27:28.285Z Downloaded rayon v1.10.0
8602025-07-01T18:27:28.285Z Downloaded vcpkg v0.2.15
8612025-07-01T18:27:28.330Z Downloaded chrono v0.4.41
8622025-07-01T18:27:28.356Z Downloaded bitvec v1.0.1
8632025-07-01T18:27:28.381Z Downloaded time v0.3.36
8642025-07-01T18:27:28.381Z Downloaded rpassword v7.4.0
8652025-07-01T18:27:28.381Z Downloaded tabled v0.18.0
8662025-07-01T18:27:28.406Z Downloaded parse-zoneinfo v0.3.1
8672025-07-01T18:27:28.406Z Downloaded encoding_rs v0.8.34
8682025-07-01T18:27:28.431Z Downloaded winnow v0.5.40
8692025-07-01T18:27:28.457Z Downloaded moka v0.12.10
8702025-07-01T18:27:28.457Z Downloaded bindgen v0.71.1
8712025-07-01T18:27:28.482Z Downloaded futures v0.3.31
8722025-07-01T18:27:28.482Z Downloaded qorb v0.4.0
8732025-07-01T18:27:28.482Z Downloaded crypto-bigint v0.5.5
8742025-07-01T18:27:28.482Z Downloaded ring v0.17.14
8752025-07-01T18:27:28.535Z Downloaded unicode_categories v0.1.1
8762025-07-01T18:27:28.560Z Downloaded nom v7.1.3
8772025-07-01T18:27:28.560Z Downloaded serde_with v3.12.0
8782025-07-01T18:27:28.560Z Downloaded h2 v0.4.6
8792025-07-01T18:27:28.585Z Downloaded tungstenite v0.21.0
8802025-07-01T18:27:28.586Z Downloaded salty v0.3.0
8812025-07-01T18:27:28.586Z Downloaded steno v0.4.1
8822025-07-01T18:27:28.586Z Downloaded num-bigint v0.4.6
8832025-07-01T18:27:28.611Z Downloaded parking_lot v0.11.2
8842025-07-01T18:27:28.611Z Downloaded fs_extra v1.3.0
8852025-07-01T18:27:28.611Z Downloaded lalrpop v0.19.12
8862025-07-01T18:27:28.611Z Downloaded libgit2-sys v0.17.0+1.8.1
8872025-07-01T18:27:28.684Z Downloaded blake3 v1.5.4
8882025-07-01T18:27:28.710Z Downloaded pin-project v1.1.6
8892025-07-01T18:27:28.710Z Downloaded tokio-rustls v0.26.0
8902025-07-01T18:27:28.738Z Downloaded tracing v0.1.40
8912025-07-01T18:27:28.738Z Downloaded num-bigint-dig v0.8.4
8922025-07-01T18:27:28.738Z Downloaded tower-http v0.6.6
8932025-07-01T18:27:28.738Z Downloaded tar v0.4.44
8942025-07-01T18:27:28.765Z Downloaded ed25519-dalek v2.1.1
8952025-07-01T18:27:28.765Z Downloaded openssl-sys v0.9.109
8962025-07-01T18:27:28.765Z Downloaded reqwest v0.12.20
8972025-07-01T18:27:28.765Z Downloaded foldhash v0.1.5
8982025-07-01T18:27:28.765Z Downloaded spin v0.9.8
8992025-07-01T18:27:28.765Z Downloaded tui-tree-widget v0.23.1
9002025-07-01T18:27:28.790Z Downloaded tokio-postgres v0.7.13
9012025-07-01T18:27:28.790Z Downloaded proptest v1.7.0
9022025-07-01T18:27:28.790Z Downloaded foreign-types-macros v0.2.3
9032025-07-01T18:27:28.790Z Downloaded pretty_assertions v1.4.1
9042025-07-01T18:27:28.790Z Downloaded unicode-normalization v0.1.24
9052025-07-01T18:27:28.818Z Downloaded russh v0.45.0
9062025-07-01T18:27:28.818Z Downloaded packed_struct_codegen v0.10.1
9072025-07-01T18:27:28.818Z Downloaded packed_struct v0.10.1
9082025-07-01T18:27:28.818Z Downloaded flume v0.11.1
9092025-07-01T18:27:28.818Z Downloaded prettyplease v0.2.35
9102025-07-01T18:27:28.818Z Downloaded native-tls v0.2.12
9112025-07-01T18:27:28.818Z Downloaded aho-corasick v1.1.3
9122025-07-01T18:27:28.844Z Downloaded futures-executor v0.3.31
9132025-07-01T18:27:28.844Z Downloaded signal-hook v0.3.18
9142025-07-01T18:27:28.844Z Downloaded rand v0.9.1
9152025-07-01T18:27:28.844Z Downloaded rustls-native-certs v0.8.1
9162025-07-01T18:27:28.844Z Downloaded der v0.7.9
9172025-07-01T18:27:28.845Z Downloaded progenitor v0.9.1
9182025-07-01T18:27:28.845Z Downloaded tungstenite v0.23.0
9192025-07-01T18:27:28.870Z Downloaded foreign-types v0.3.2
9202025-07-01T18:27:28.870Z Downloaded rustls-pki-types v1.10.0
9212025-07-01T18:27:28.870Z Downloaded oxnet v0.1.2
9222025-07-01T18:27:28.870Z Downloaded zone v0.1.8
9232025-07-01T18:27:28.870Z Downloaded zeroize_derive v1.4.2
9242025-07-01T18:27:28.870Z Downloaded topological-sort v0.2.2
9252025-07-01T18:27:28.870Z Downloaded supports-color v3.0.2
9262025-07-01T18:27:28.870Z Downloaded rustc_version v0.1.7
9272025-07-01T18:27:28.871Z Downloaded data-encoding v2.9.0
9282025-07-01T18:27:28.871Z Downloaded zstd v0.13.3
9292025-07-01T18:27:28.871Z Downloaded pem-rfc7468 v0.7.0
9302025-07-01T18:27:28.871Z Downloaded socket2 v0.5.10
9312025-07-01T18:27:28.897Z Downloaded futures-macro v0.3.31
9322025-07-01T18:27:28.897Z Downloaded futures-io v0.3.31
9332025-07-01T18:27:28.897Z Downloaded defmt v0.3.8
9342025-07-01T18:27:28.897Z Downloaded similar v2.7.0
9352025-07-01T18:27:28.897Z Downloaded ref-cast-impl v1.0.24
9362025-07-01T18:27:28.897Z Downloaded der_derive v0.7.3
9372025-07-01T18:27:28.897Z Downloaded x509-cert v0.2.5
9382025-07-01T18:27:28.897Z Downloaded crossterm v0.28.1
9392025-07-01T18:27:28.923Z Downloaded darling_core v0.20.10
9402025-07-01T18:27:28.923Z Downloaded progenitor-macro v0.10.0
9412025-07-01T18:27:28.924Z Downloaded proc-macro-crate v1.3.1
9422025-07-01T18:27:28.924Z Downloaded funty v2.0.0
9432025-07-01T18:27:28.924Z Downloaded unicode-truncate v1.1.0
9442025-07-01T18:27:28.924Z Downloaded pin-project-internal v1.1.6
9452025-07-01T18:27:28.924Z Downloaded nu-ansi-term v0.50.1
9462025-07-01T18:27:28.924Z Downloaded postcard v1.0.10
9472025-07-01T18:27:28.924Z Downloaded elliptic-curve v0.13.8
9482025-07-01T18:27:28.951Z Downloaded typed-path v0.9.3
9492025-07-01T18:27:28.951Z Downloaded serde_cbor v0.11.2
9502025-07-01T18:27:28.951Z Downloaded diff v0.1.13
9512025-07-01T18:27:28.951Z Downloaded walkdir v2.5.0
9522025-07-01T18:27:28.951Z Downloaded oso v0.27.3
9532025-07-01T18:27:28.951Z Downloaded schemars v0.8.22
9542025-07-01T18:27:28.977Z Downloaded expectorate v1.2.0
9552025-07-01T18:27:28.977Z Downloaded rand_chacha v0.9.0
9562025-07-01T18:27:28.977Z Downloaded defmt-parser v0.3.4
9572025-07-01T18:27:28.977Z Downloaded wait-timeout v0.2.0
9582025-07-01T18:27:28.977Z Downloaded shlex v1.3.0
9592025-07-01T18:27:28.977Z Downloaded itertools v0.14.0
9602025-07-01T18:27:29.003Z Downloaded progenitor v0.8.0
9612025-07-01T18:27:29.003Z Downloaded proc-macro-error-attr2 v2.0.0
9622025-07-01T18:27:29.003Z Downloaded untrusted v0.7.1
9632025-07-01T18:27:29.003Z Downloaded semver v0.1.20
9642025-07-01T18:27:29.003Z Downloaded secrecy v0.10.3
9652025-07-01T18:27:29.003Z Downloaded secrecy v0.8.0
9662025-07-01T18:27:29.003Z Downloaded sec1 v0.7.3
9672025-07-01T18:27:29.003Z Downloaded dropshot_endpoint v0.16.2
9682025-07-01T18:27:29.004Z Downloaded prefix-trie v0.7.0
9692025-07-01T18:27:29.004Z Downloaded tracing-core v0.1.32
9702025-07-01T18:27:29.029Z Downloaded aes-gcm v0.10.3
9712025-07-01T18:27:29.029Z Downloaded zerocopy v0.6.6
9722025-07-01T18:27:29.029Z Downloaded yasna v0.5.2
9732025-07-01T18:27:29.029Z Downloaded num v0.4.3
9742025-07-01T18:27:29.030Z Downloaded nodrop v0.1.14
9752025-07-01T18:27:29.030Z Downloaded omicron-zone-package v0.12.2
9762025-07-01T18:27:29.030Z Downloaded hashbrown v0.12.3
9772025-07-01T18:27:29.030Z Downloaded cstr-argument v0.1.2
9782025-07-01T18:27:29.030Z Downloaded new_debug_unreachable v1.0.6
9792025-07-01T18:27:29.030Z Downloaded thread_local v1.1.8
9802025-07-01T18:27:29.030Z Downloaded sync_wrapper v1.0.1
9812025-07-01T18:27:29.055Z Downloaded radium v0.7.0
9822025-07-01T18:27:29.055Z Downloaded multimap v0.10.1
9832025-07-01T18:27:29.055Z Downloaded r2d2 v0.8.10
9842025-07-01T18:27:29.055Z Downloaded password-hash v0.4.2
9852025-07-01T18:27:29.055Z Downloaded owo-colors v4.2.2
9862025-07-01T18:27:29.055Z Downloaded test-strategy v0.4.1
9872025-07-01T18:27:29.055Z Downloaded hyper v1.6.0
9882025-07-01T18:27:29.055Z Downloaded hashbrown v0.13.2
9892025-07-01T18:27:29.081Z Downloaded quick-error v1.2.3
9902025-07-01T18:27:29.081Z Downloaded slog-scope v4.4.0
9912025-07-01T18:27:29.081Z Downloaded simd-adler32 v0.3.7
9922025-07-01T18:27:29.081Z Downloaded document-features v0.2.10
9932025-07-01T18:27:29.081Z Downloaded display-error-chain v0.2.2
9942025-07-01T18:27:29.081Z Downloaded difflib v0.4.0
9952025-07-01T18:27:29.081Z Downloaded rustc-hash v1.1.0
9962025-07-01T18:27:29.081Z Downloaded xz2 v0.1.7
9972025-07-01T18:27:29.081Z Downloaded snafu-derive v0.8.5
9982025-07-01T18:27:29.081Z Downloaded cc v1.2.15
9992025-07-01T18:27:29.081Z Downloaded parking_lot_core v0.9.10
10002025-07-01T18:27:29.107Z Downloaded want v0.3.1
10012025-07-01T18:27:29.107Z Downloaded sigpipe v0.1.3
10022025-07-01T18:27:29.107Z Downloaded typify-macro v0.2.0
10032025-07-01T18:27:29.107Z Downloaded tls_codec_derive v0.4.1
10042025-07-01T18:27:29.107Z Downloaded parking_lot_core v0.8.6
10052025-07-01T18:27:29.107Z Downloaded olpc-cjson v0.1.4
10062025-07-01T18:27:29.107Z Downloaded iri-string v0.7.8
10072025-07-01T18:27:29.107Z Downloaded stringprep v0.1.5
10082025-07-01T18:27:29.107Z Downloaded getrandom v0.2.15
10092025-07-01T18:27:29.107Z Downloaded mio v1.0.2
10102025-07-01T18:27:29.133Z Downloaded csv-core v0.1.11
10112025-07-01T18:27:29.133Z Downloaded whoami v1.6.0
10122025-07-01T18:27:29.133Z Downloaded toml v0.7.8
10132025-07-01T18:27:29.133Z Downloaded libm v0.2.8
10142025-07-01T18:27:29.133Z Downloaded tokio-dtrace v0.1.0
10152025-07-01T18:27:29.158Z Downloaded support-bundle-viewer v0.1.2
10162025-07-01T18:27:29.159Z Downloaded rusty-fork v0.3.0
10172025-07-01T18:27:29.159Z Downloaded rustls-pemfile v1.0.4
10182025-07-01T18:27:29.159Z Downloaded predicates-core v1.0.8
10192025-07-01T18:27:29.159Z Downloaded powerfmt v0.2.0
10202025-07-01T18:27:29.159Z Downloaded postgres-protocol v0.6.8
10212025-07-01T18:27:29.159Z Downloaded env_logger v0.10.2
10222025-07-01T18:27:29.159Z Downloaded shell-words v1.1.0
10232025-07-01T18:27:29.159Z Downloaded daft-derive v0.1.3
10242025-07-01T18:27:29.159Z Downloaded half v2.4.1
10252025-07-01T18:27:29.192Z Downloaded derive-where v1.5.0
10262025-07-01T18:27:29.192Z Downloaded zerocopy-derive v0.8.26
10272025-07-01T18:27:29.192Z Downloaded hyper-util v0.1.14
10282025-07-01T18:27:29.192Z Downloaded bumpalo v3.16.0
10292025-07-01T18:27:29.192Z Downloaded xshell v0.2.7
10302025-07-01T18:27:29.223Z Downloaded predicates-tree v1.0.12
10312025-07-01T18:27:29.224Z Downloaded ppv-lite86 v0.2.20
10322025-07-01T18:27:29.224Z Downloaded phf_shared v0.11.2
10332025-07-01T18:27:29.224Z Downloaded tokio-tungstenite v0.21.0
10342025-07-01T18:27:29.224Z Downloaded pkcs5 v0.7.1
10352025-07-01T18:27:29.224Z Downloaded samael v0.0.19
10362025-07-01T18:27:29.224Z Downloaded structmeta v0.3.0
10372025-07-01T18:27:29.224Z Downloaded parse-display v0.10.0
10382025-07-01T18:27:29.224Z Downloaded wyz v0.5.1
10392025-07-01T18:27:29.224Z Downloaded strum_macros v0.25.3
10402025-07-01T18:27:29.224Z Downloaded rcgen v0.12.1
10412025-07-01T18:27:29.224Z Downloaded progenitor-impl v0.10.0
10422025-07-01T18:27:29.252Z Downloaded parse-display-derive v0.10.0
10432025-07-01T18:27:29.252Z Downloaded ghash v0.5.1
10442025-07-01T18:27:29.252Z Downloaded gethostname v0.5.0
10452025-07-01T18:27:29.252Z Downloaded enum-as-inner v0.6.1
10462025-07-01T18:27:29.252Z Downloaded ena v0.14.3
10472025-07-01T18:27:29.252Z Downloaded embedded-io v0.6.1
10482025-07-01T18:27:29.252Z Downloaded embedded-io v0.4.0
10492025-07-01T18:27:29.252Z Downloaded either v1.15.0
10502025-07-01T18:27:29.252Z Downloaded diesel-dtrace v0.4.2
10512025-07-01T18:27:29.252Z Downloaded which v4.4.2
10522025-07-01T18:27:29.252Z Downloaded subtle v2.6.1
10532025-07-01T18:27:29.252Z Downloaded serde_derive_internals v0.29.1
10542025-07-01T18:27:29.252Z Downloaded progenitor-impl v0.9.1
10552025-07-01T18:27:29.252Z Downloaded rand v0.8.5
10562025-07-01T18:27:29.252Z Downloaded const_format v0.2.34
10572025-07-01T18:27:29.278Z Downloaded bzip2-sys v0.1.13+1.0.8
10582025-07-01T18:27:29.278Z Downloaded unarray v0.1.4
10592025-07-01T18:27:29.278Z Downloaded uuid v1.17.0
10602025-07-01T18:27:29.278Z Downloaded tracing-attributes v0.1.27
10612025-07-01T18:27:29.305Z Downloaded half v1.8.3
10622025-07-01T18:27:29.305Z Downloaded fatfs v0.3.6
10632025-07-01T18:27:29.305Z Downloaded itertools v0.10.5
10642025-07-01T18:27:29.305Z Downloaded fixedbitset v0.5.7
10652025-07-01T18:27:29.305Z Downloaded derive_builder v0.20.2
10662025-07-01T18:27:29.306Z Downloaded precomputed-hash v0.1.1
10672025-07-01T18:27:29.306Z Downloaded slog-envlogger v2.2.0
10682025-07-01T18:27:29.331Z Downloaded chacha20poly1305 v0.10.1
10692025-07-01T18:27:29.332Z Downloaded bytes v1.10.1
10702025-07-01T18:27:29.332Z Downloaded headers v0.4.1
10712025-07-01T18:27:29.332Z Downloaded pkcs8 v0.10.2
10722025-07-01T18:27:29.332Z Downloaded pkcs1 v0.7.5
10732025-07-01T18:27:29.332Z Downloaded typify v0.4.1
10742025-07-01T18:27:29.357Z Downloaded tokio-macros v2.5.0
10752025-07-01T18:27:29.357Z Downloaded thiserror-impl-no-std v2.0.2
10762025-07-01T18:27:29.357Z Downloaded strum_macros v0.24.3
10772025-07-01T18:27:29.357Z Downloaded string_cache v0.8.9
10782025-07-01T18:27:29.357Z Downloaded slog-bunyan v2.5.0
10792025-07-01T18:27:29.357Z Downloaded peg-macros v0.8.5
10802025-07-01T18:27:29.357Z Downloaded minimal-lexical v0.2.1
10812025-07-01T18:27:29.358Z Downloaded hash32 v0.3.1
10822025-07-01T18:27:29.358Z Downloaded hash32 v0.2.1
10832025-07-01T18:27:29.358Z Downloaded env_filter v0.1.2
10842025-07-01T18:27:29.358Z Downloaded derive_more v0.99.20
10852025-07-01T18:27:29.383Z Downloaded pbkdf2 v0.12.2
10862025-07-01T18:27:29.383Z Downloaded num-complex v0.4.6
10872025-07-01T18:27:29.383Z Downloaded typify v0.2.0
10882025-07-01T18:27:29.383Z Downloaded slog-dtrace v0.3.0
10892025-07-01T18:27:29.383Z Downloaded slog-async v2.8.0
10902025-07-01T18:27:29.383Z Downloaded serde_path_to_error v0.1.17
10912025-07-01T18:27:29.383Z Downloaded zopfli v0.8.1
10922025-07-01T18:27:29.383Z Downloaded serde_repr v0.1.19
10932025-07-01T18:27:29.383Z Downloaded serde_plain v1.0.2
10942025-07-01T18:27:29.383Z Downloaded rtoolbox v0.0.2
10952025-07-01T18:27:29.409Z Downloaded env_logger v0.11.5
10962025-07-01T18:27:29.409Z Downloaded typify v0.3.0
10972025-07-01T18:27:29.409Z Downloaded jiff-static v0.2.15
10982025-07-01T18:27:29.409Z Downloaded ff v0.13.0
10992025-07-01T18:27:29.409Z Downloaded compact_str v0.8.0
11002025-07-01T18:27:29.409Z Downloaded const-oid v0.9.6
11012025-07-01T18:27:29.409Z Downloaded clang-sys v1.8.1
11022025-07-01T18:27:29.409Z Downloaded serde_yaml v0.9.34+deprecated
11032025-07-01T18:27:29.434Z Downloaded ron v0.7.1
11042025-07-01T18:27:29.434Z Downloaded polyval v0.6.2
11052025-07-01T18:27:29.434Z Downloaded termtree v0.5.1
11062025-07-01T18:27:29.434Z Downloaded strum v0.26.3
11072025-07-01T18:27:29.434Z Downloaded paste v1.0.15
11082025-07-01T18:27:29.434Z Downloaded num_threads v0.1.7
11092025-07-01T18:27:29.434Z Downloaded num_enum_derive v0.5.11
11102025-07-01T18:27:29.434Z Downloaded num_enum v0.5.11
11112025-07-01T18:27:29.460Z Downloaded num-integer v0.1.46
11122025-07-01T18:27:29.460Z Downloaded derive_builder_core v0.20.2
11132025-07-01T18:27:29.460Z Downloaded num-derive v0.3.3
11142025-07-01T18:27:29.460Z Downloaded group v0.13.0
11152025-07-01T18:27:29.460Z Downloaded globset v0.4.15
11162025-07-01T18:27:29.460Z Downloaded vte v0.11.1
11172025-07-01T18:27:29.460Z Downloaded time-macros v0.2.18
11182025-07-01T18:27:29.460Z Downloaded dsl_auto_type v0.1.2
11192025-07-01T18:27:29.461Z Downloaded term v0.7.0
11202025-07-01T18:27:29.487Z Downloaded progenitor-impl v0.8.0
11212025-07-01T18:27:29.487Z Downloaded crc32fast v1.4.2
11222025-07-01T18:27:29.488Z Downloaded console v0.15.10
11232025-07-01T18:27:29.488Z Downloaded async-trait v0.1.88
11242025-07-01T18:27:29.488Z Downloaded vsss-rs v3.3.4
11252025-07-01T18:27:29.488Z Downloaded value-bag v1.9.0
11262025-07-01T18:27:29.488Z Downloaded uzers v0.12.1
11272025-07-01T18:27:29.488Z Downloaded cookie v0.18.1
11282025-07-01T18:27:29.488Z Downloaded backtrace v0.3.74
11292025-07-01T18:27:29.514Z Downloaded progenitor-macro v0.9.1
11302025-07-01T18:27:29.514Z Downloaded float-cmp v0.10.0
11312025-07-01T18:27:29.514Z Downloaded fixedbitset v0.4.2
11322025-07-01T18:27:29.514Z Downloaded filetime v0.2.25
11332025-07-01T18:27:29.514Z Downloaded fallible-iterator v0.2.0
11342025-07-01T18:27:29.514Z Downloaded deranged v0.3.11
11352025-07-01T18:27:29.514Z Downloaded crossbeam-utils v0.8.21
11362025-07-01T18:27:29.514Z Downloaded crossbeam-epoch v0.9.18
11372025-07-01T18:27:29.514Z Downloaded crc-any v2.5.0
11382025-07-01T18:27:29.514Z Downloaded miniz_oxide v0.8.5
11392025-07-01T18:27:29.514Z Downloaded bzip2 v0.4.4
11402025-07-01T18:27:29.540Z Downloaded blake2 v0.10.6
11412025-07-01T18:27:29.540Z Downloaded tokio-tungstenite v0.23.1
11422025-07-01T18:27:29.540Z Downloaded serde_with_macros v3.12.0
11432025-07-01T18:27:29.540Z Downloaded hyper-rustls v0.27.7
11442025-07-01T18:27:29.540Z Downloaded num-derive v0.4.2
11452025-07-01T18:27:29.540Z Downloaded ed25519 v2.2.3
11462025-07-01T18:27:29.566Z Downloaded dyn-clone v1.0.19
11472025-07-01T18:27:29.566Z Downloaded defmt-macros v0.3.9
11482025-07-01T18:27:29.566Z Downloaded curve25519-dalek-derive v0.1.1
11492025-07-01T18:27:29.566Z Downloaded zone v0.3.1
11502025-07-01T18:27:29.566Z Downloaded untrusted v0.9.0
11512025-07-01T18:27:29.566Z Downloaded async-bb8-diesel v0.2.1
11522025-07-01T18:27:29.592Z Downloaded pin-utils v0.1.0
11532025-07-01T18:27:29.592Z Downloaded number_prefix v0.4.0
11542025-07-01T18:27:29.592Z Downloaded num-iter v0.1.45
11552025-07-01T18:27:29.592Z Downloaded daft v0.1.3
11562025-07-01T18:27:29.592Z Downloaded path-slash v0.1.5
11572025-07-01T18:27:29.592Z Downloaded termcolor v1.4.1
11582025-07-01T18:27:29.592Z Downloaded normalize-line-endings v0.3.0
11592025-07-01T18:27:29.592Z Downloaded utf-8 v0.7.6
11602025-07-01T18:27:29.617Z Downloaded strum_macros v0.26.4
11612025-07-01T18:27:29.618Z Downloaded arrayvec v0.7.6
11622025-07-01T18:27:29.618Z Downloaded progenitor-client v0.10.0
11632025-07-01T18:27:29.618Z Downloaded cookie_store v0.21.1
11642025-07-01T18:27:29.643Z Downloaded colored v2.2.0
11652025-07-01T18:27:29.643Z Downloaded subprocess v0.2.9
11662025-07-01T18:27:29.643Z Downloaded ssh-cipher v0.2.0
11672025-07-01T18:27:29.643Z Downloaded const_format_proc_macros v0.2.34
11682025-07-01T18:27:29.669Z Downloaded cargo-platform v0.1.8
11692025-07-01T18:27:29.669Z Downloaded base64 v0.13.1
11702025-07-01T18:27:29.669Z Downloaded ciborium v0.2.2
11712025-07-01T18:27:29.695Z Downloaded cargo_metadata v0.18.1
11722025-07-01T18:27:29.695Z Downloaded cancel-safe-futures v0.1.5
11732025-07-01T18:27:29.695Z Downloaded bzip2 v0.5.2
11742025-07-01T18:27:29.695Z Downloaded tiny-keccak v2.0.2
11752025-07-01T18:27:29.695Z Downloaded bitfield-struct v0.6.2
11762025-07-01T18:27:29.695Z Downloaded slog-stdlog v4.1.1
11772025-07-01T18:27:29.695Z Downloaded siphasher v0.3.11
11782025-07-01T18:27:29.695Z Downloaded rustc_version v0.4.1
11792025-07-01T18:27:29.695Z Downloaded indicatif v0.17.11
11802025-07-01T18:27:29.721Z Downloaded ignore v0.4.23
11812025-07-01T18:27:29.721Z Downloaded signature v2.2.0
11822025-07-01T18:27:29.721Z Downloaded rand_core v0.9.2
11832025-07-01T18:27:29.721Z Downloaded memmap2 v0.9.5
11842025-07-01T18:27:29.721Z Downloaded zone_cfg_derive v0.1.2
11852025-07-01T18:27:29.747Z Downloaded tower-layer v0.3.3
11862025-07-01T18:27:29.747Z Downloaded termios v0.3.3
11872025-07-01T18:27:29.747Z Downloaded tabled_derive v0.10.0
11882025-07-01T18:27:29.747Z Downloaded litrs v0.4.1
11892025-07-01T18:27:29.748Z Downloaded sha1 v0.10.6
11902025-07-01T18:27:29.748Z Downloaded critical-section v1.1.3
11912025-07-01T18:27:29.748Z Downloaded crc-catalog v2.4.0
11922025-07-01T18:27:29.749Z Downloaded cexpr v0.6.0
11932025-07-01T18:27:29.749Z Downloaded camino-tempfile-ext v0.3.1
11942025-07-01T18:27:29.749Z Downloaded ascii-canvas v3.0.0
11952025-07-01T18:27:29.749Z Downloaded arrayref v0.3.9
11962025-07-01T18:27:29.775Z Downloaded ciborium-ll v0.2.2
11972025-07-01T18:27:29.775Z Downloaded async-stream v0.3.6
11982025-07-01T18:27:29.775Z Downloaded async-recursion v1.1.1
11992025-07-01T18:27:29.775Z Downloaded assert_matches v1.5.0
12002025-07-01T18:27:29.775Z Downloaded array-init v0.0.4
12012025-07-01T18:27:29.775Z Downloaded smf v0.2.3
12022025-07-01T18:27:29.775Z Downloaded smallvec v0.6.14
12032025-07-01T18:27:29.775Z Downloaded serde-hex v0.1.0
12042025-07-01T18:27:29.801Z Downloaded scheduled-thread-pool v0.2.7
12052025-07-01T18:27:29.801Z Downloaded rfc6979 v0.4.0
12062025-07-01T18:27:29.801Z Downloaded mime_guess v2.0.5
12072025-07-01T18:27:29.801Z Downloaded lock_api v0.4.12
12082025-07-01T18:27:29.801Z Downloaded linked-hash-map v0.5.6
12092025-07-01T18:27:29.801Z Downloaded jobserver v0.1.32
12102025-07-01T18:27:29.801Z Downloaded crc v3.2.1
12112025-07-01T18:27:29.801Z Downloaded cipher v0.4.4
12122025-07-01T18:27:29.828Z Downloaded chrono-tz-build v0.4.0
12132025-07-01T18:27:29.828Z Downloaded chacha20 v0.9.1
12142025-07-01T18:27:29.828Z Downloaded tinyvec_macros v0.1.1
12152025-07-01T18:27:29.828Z Downloaded is_ci v1.2.0
12162025-07-01T18:27:29.828Z Downloaded hickory-resolver v0.25.2
12172025-07-01T18:27:29.828Z Downloaded crossbeam-deque v0.8.5
12182025-07-01T18:27:29.854Z Downloaded convert_case v0.4.0
12192025-07-01T18:27:29.854Z Downloaded cobs v0.2.3
12202025-07-01T18:27:29.854Z Downloaded castaway v0.2.3
12212025-07-01T18:27:29.854Z Downloaded rand_xorshift v0.4.0
12222025-07-01T18:27:29.854Z Downloaded managed v0.8.0
12232025-07-01T18:27:29.854Z Downloaded libsw-core v0.3.1
12242025-07-01T18:27:29.854Z Downloaded libloading v0.8.5
12252025-07-01T18:27:29.854Z Downloaded instability v0.3.2
12262025-07-01T18:27:29.879Z Downloaded ingot-types v0.1.0
12272025-07-01T18:27:29.879Z Downloaded indent_write v2.2.0
12282025-07-01T18:27:29.879Z Downloaded hyper-tls v0.6.0
12292025-07-01T18:27:29.879Z Downloaded cbc v0.1.2
12302025-07-01T18:27:29.879Z Downloaded cassowary v0.3.0
12312025-07-01T18:27:29.879Z Downloaded blowfish v0.9.1
12322025-07-01T18:27:29.879Z Downloaded psl-types v2.0.11
12332025-07-01T18:27:29.879Z Downloaded http v1.3.1
12342025-07-01T18:27:29.905Z Downloaded hmac v0.12.1
12352025-07-01T18:27:29.905Z Downloaded bitfield v0.14.0
12362025-07-01T18:27:29.905Z Downloaded lzss v0.8.2
12372025-07-01T18:27:29.905Z Downloaded lazycell v1.3.0
12382025-07-01T18:27:29.905Z Downloaded buf-list v1.0.3
12392025-07-01T18:27:29.931Z Downloaded block-padding v0.3.3
12402025-07-01T18:27:29.931Z Downloaded bitflags v1.3.2
12412025-07-01T18:27:29.931Z Downloaded serde-big-array v0.5.1
12422025-07-01T18:27:29.931Z Downloaded itertools v0.13.0
12432025-07-01T18:27:29.956Z Downloaded iana-time-zone v0.1.63
12442025-07-01T18:27:29.957Z Downloaded httparse v1.9.5
12452025-07-01T18:27:29.957Z Downloaded headers-core v0.3.0
12462025-07-01T18:27:29.957Z Downloaded ipnet v2.11.0
12472025-07-01T18:27:29.957Z Downloaded lru-cache v0.1.2
12482025-07-01T18:27:29.982Z Downloaded lockfree-object-pool v0.1.6
12492025-07-01T18:27:29.982Z Downloaded libz-rs-sys v0.5.1
12502025-07-01T18:27:29.982Z Downloaded libscf-sys v1.1.0
12512025-07-01T18:27:29.982Z Downloaded lalrpop-util v0.19.12
12522025-07-01T18:27:29.982Z Downloaded is-terminal v0.4.13
12532025-07-01T18:27:29.982Z Downloaded instant v0.1.13
12542025-07-01T18:27:29.982Z Downloaded cfg_aliases v0.2.1
12552025-07-01T18:27:29.982Z Downloaded async-stream-impl v0.3.6
12562025-07-01T18:27:29.982Z Downloaded same-file v1.0.6
12572025-07-01T18:27:29.982Z Downloaded linear-map v1.2.0
12582025-07-01T18:27:29.982Z Downloaded lazy_static v1.5.0
12592025-07-01T18:27:29.982Z Downloaded crc8 v0.1.1
12602025-07-01T18:27:29.982Z Downloaded bit-vec v0.8.0
12612025-07-01T18:27:30.008Z Downloaded bcs v0.1.6
12622025-07-01T18:27:30.008Z Downloaded base64 v0.22.1
12632025-07-01T18:27:30.008Z Downloaded backoff v0.4.0
12642025-07-01T18:27:30.008Z Downloaded hickory-server v0.25.2
12652025-07-01T18:27:30.008Z Downloaded indoc v1.0.9
12662025-07-01T18:27:30.008Z Downloaded hubpack v0.1.2
12672025-07-01T18:27:30.008Z Downloaded hkdf v0.12.4
12682025-07-01T18:27:30.034Z Downloaded ciborium-io v0.2.2
12692025-07-01T18:27:30.034Z Downloaded highway v1.3.0
12702025-07-01T18:27:30.034Z Downloaded cfg_aliases v0.1.1
12712025-07-01T18:27:30.034Z Downloaded hickory-resolver v0.24.4
12722025-07-01T18:27:30.034Z Downloaded iddqd v0.3.8
12732025-07-01T18:27:30.034Z Downloaded bit-set v0.5.3
12742025-07-01T18:27:30.034Z Downloaded base16ct v0.2.0
12752025-07-01T18:27:30.059Z Downloaded rand_core v0.6.4
12762025-07-01T18:27:30.060Z Downloaded indoc v2.0.6
12772025-07-01T18:27:30.060Z Downloaded bit-vec v0.6.3
12782025-07-01T18:27:30.060Z Downloaded bcrypt-pbkdf v0.10.0
12792025-07-01T18:27:30.060Z Downloaded base64ct v1.6.0
12802025-07-01T18:27:30.060Z Downloaded heapless v0.8.0
12812025-07-01T18:27:30.060Z Downloaded atty v0.2.14
12822025-07-01T18:27:30.060Z Downloaded httpdate v1.0.3
12832025-07-01T18:27:30.060Z Downloaded aws-lc-sys v0.26.0
12842025-07-01T18:27:30.396Z Downloaded argon2 v0.5.3
12852025-07-01T18:27:30.421Z Downloaded http-range v0.1.5
12862025-07-01T18:27:30.421Z Downloaded hostname v0.4.0
12872025-07-01T18:27:30.421Z Downloaded atomicwrites v0.4.4
12882025-07-01T18:27:30.421Z Downloaded hex v0.4.3
12892025-07-01T18:27:30.421Z Downloaded aes v0.8.4
12902025-07-01T18:27:30.421Z Downloaded maplit v1.0.2
12912025-07-01T18:27:30.421Z Downloaded lru v0.12.5
12922025-07-01T18:27:30.421Z Downloaded libefi-sys v0.1.0
12932025-07-01T18:27:30.421Z Downloaded heck v0.3.3
12942025-07-01T18:27:30.421Z Downloaded inout v0.1.3
12952025-07-01T18:27:30.421Z Downloaded ingot v0.1.0
12962025-07-01T18:27:30.421Z Downloaded impl-trait-for-tuples v0.2.2
12972025-07-01T18:27:30.421Z Downloaded crucible-workspace-hack v0.1.0
12982025-07-01T18:27:30.421Z Downloaded adler2 v2.0.0
12992025-07-01T18:27:30.447Z Downloaded aead v0.5.2
13002025-07-01T18:27:30.594Z Compiling value-bag v1.9.0
13012025-07-01T18:27:30.594Z Compiling shlex v1.3.0
13022025-07-01T18:27:30.595Z Compiling lock_api v0.4.12
13032025-07-01T18:27:30.620Z Compiling scopeguard v1.2.0
13042025-07-01T18:27:30.645Z Compiling typenum v1.17.0
13052025-07-01T18:27:30.670Z Compiling generic-array v0.14.7
13062025-07-01T18:27:30.711Z Compiling syn v2.0.104
13072025-07-01T18:27:30.737Z Compiling getrandom v0.2.15
13082025-07-01T18:27:30.845Z Compiling jobserver v0.1.32
13092025-07-01T18:27:31.007Z Compiling smallvec v1.15.0
13102025-07-01T18:27:31.132Z Compiling log v0.4.27
13112025-07-01T18:27:31.232Z Compiling rand_core v0.6.4
13122025-07-01T18:27:31.279Z Compiling cc v1.2.15
13132025-07-01T18:27:31.437Z Compiling portable-atomic v1.11.0
13142025-07-01T18:27:31.628Z Compiling critical-section v1.1.3
13152025-07-01T18:27:31.677Z Compiling subtle v2.6.1
13162025-07-01T18:27:31.774Z Compiling const-oid v0.9.6
13172025-07-01T18:27:31.819Z Compiling pkg-config v0.3.31
13182025-07-01T18:27:31.902Z Compiling parking_lot_core v0.9.10
13192025-07-01T18:27:32.058Z Compiling pin-project-lite v0.2.14
13202025-07-01T18:27:32.240Z Compiling rustix v0.38.37
13212025-07-01T18:27:32.970Z Compiling signal-hook-registry v1.4.2
13222025-07-01T18:27:32.995Z Compiling parking_lot v0.12.3
13232025-07-01T18:27:33.094Z Compiling mio v1.0.2
13242025-07-01T18:27:33.133Z Compiling futures-core v0.3.31
13252025-07-01T18:27:33.404Z Compiling spin v0.9.8
13262025-07-01T18:27:33.659Z Compiling once_cell v1.21.3
13272025-07-01T18:27:33.692Z Compiling socket2 v0.5.10
13282025-07-01T18:27:33.734Z Compiling aho-corasick v1.1.3
13292025-07-01T18:27:33.819Z Compiling slab v0.4.9
13302025-07-01T18:27:33.857Z Compiling regex-syntax v0.8.5
13312025-07-01T18:27:34.105Z Compiling libm v0.2.8
13322025-07-01T18:27:34.156Z Compiling either v1.15.0
13332025-07-01T18:27:34.214Z Compiling cpufeatures v0.2.14
13342025-07-01T18:27:34.350Z Compiling serde_json v1.0.140
13352025-07-01T18:27:34.618Z Compiling num-traits v0.2.19
13362025-07-01T18:27:34.774Z Compiling futures-sink v0.3.31
13372025-07-01T18:27:34.815Z Compiling percent-encoding v2.3.1
13382025-07-01T18:27:34.898Z Compiling getrandom v0.3.1
13392025-07-01T18:27:34.964Z Compiling glob v0.3.2
13402025-07-01T18:27:35.338Z Compiling prettyplease v0.2.35
13412025-07-01T18:27:35.471Z Compiling lazy_static v1.5.0
13422025-07-01T18:27:35.647Z Compiling foldhash v0.1.5
13432025-07-01T18:27:35.714Z Compiling allocator-api2 v0.2.21
13442025-07-01T18:27:35.841Z Compiling clang-sys v1.8.1
13452025-07-01T18:27:36.086Z Compiling minimal-lexical v0.2.1
13462025-07-01T18:27:36.111Z Compiling libloading v0.8.5
13472025-07-01T18:27:36.521Z Compiling nom v7.1.3
13482025-07-01T18:27:36.556Z Compiling hashbrown v0.15.4
13492025-07-01T18:27:36.583Z Compiling base64ct v1.6.0
13502025-07-01T18:27:36.609Z Compiling home v0.5.9
13512025-07-01T18:27:36.849Z Compiling bindgen v0.69.5
13522025-07-01T18:27:37.193Z Compiling pem-rfc7468 v0.7.0
13532025-07-01T18:27:37.830Z Compiling regex-automata v0.4.8
13542025-07-01T18:27:37.950Z Compiling futures-channel v0.3.31
13552025-07-01T18:27:38.117Z Compiling synstructure v0.13.1
13562025-07-01T18:27:38.472Z Compiling itertools v0.12.1
13572025-07-01T18:27:39.608Z Compiling rustc-hash v1.1.0
13582025-07-01T18:27:39.651Z Compiling cexpr v0.6.0
13592025-07-01T18:27:39.839Z Compiling lazycell v1.3.0
13602025-07-01T18:27:39.951Z Compiling flagset v0.4.6
13612025-07-01T18:27:40.085Z Compiling futures-io v0.3.31
13622025-07-01T18:27:40.226Z Compiling futures-task v0.3.31
13632025-07-01T18:27:40.382Z Compiling pin-utils v0.1.0
13642025-07-01T18:27:40.497Z Compiling cmake v0.1.51
13652025-07-01T18:27:40.538Z Compiling dunce v1.0.5
13662025-07-01T18:27:40.693Z Compiling fs_extra v1.3.0
13672025-07-01T18:27:41.102Z Compiling form_urlencoded v1.2.1
13682025-07-01T18:27:41.217Z Compiling zerocopy v0.8.26
13692025-07-01T18:27:41.258Z Compiling paste v1.0.15
13702025-07-01T18:27:41.326Z Compiling vcpkg v0.2.15
13712025-07-01T18:27:41.419Z Compiling crossbeam-utils v0.8.21
13722025-07-01T18:27:41.445Z Compiling ring v0.17.14
13732025-07-01T18:27:42.016Z Compiling tracing-core v0.1.32
13742025-07-01T18:27:42.072Z Compiling iana-time-zone v0.1.63
13752025-07-01T18:27:42.454Z Compiling aws-lc-rs v1.12.4
13762025-07-01T18:27:42.837Z Compiling serde_derive v1.0.219
13772025-07-01T18:27:42.879Z Compiling zeroize_derive v1.4.2
13782025-07-01T18:27:42.907Z Compiling zerofrom-derive v0.1.4
13792025-07-01T18:27:43.005Z Compiling yoke-derive v0.7.4
13802025-07-01T18:27:43.228Z Compiling zerovec-derive v0.10.3
13812025-07-01T18:27:44.176Z Compiling zeroize v1.8.1
13822025-07-01T18:27:45.433Z Compiling displaydoc v0.2.5
13832025-07-01T18:27:45.475Z Compiling zerocopy-derive v0.7.35
13842025-07-01T18:27:46.025Z Compiling crypto-common v0.1.6
13852025-07-01T18:27:46.052Z Compiling block-buffer v0.10.4
13862025-07-01T18:27:46.331Z Compiling digest v0.10.7
13872025-07-01T18:27:46.362Z Compiling zerofrom v0.1.4
13882025-07-01T18:27:46.634Z Compiling yoke v0.7.4
13892025-07-01T18:27:46.824Z Compiling tokio-macros v2.5.0
13902025-07-01T18:27:46.850Z Compiling hmac v0.12.1
13912025-07-01T18:27:47.050Z Compiling zerovec v0.10.4
13922025-07-01T18:27:47.140Z Compiling icu_provider_macros v1.5.0
13932025-07-01T18:27:47.318Z Compiling zerocopy v0.7.35
13942025-07-01T18:27:47.778Z Compiling block-padding v0.3.3
13952025-07-01T18:27:48.013Z Compiling inout v0.1.3
13962025-07-01T18:27:48.085Z Compiling sha2 v0.10.9
13972025-07-01T18:27:48.142Z Compiling regex v1.11.1
13982025-07-01T18:27:48.167Z Compiling der_derive v0.7.3
13992025-07-01T18:27:48.322Z Compiling cipher v0.4.4
14002025-07-01T18:27:48.353Z Compiling futures-macro v0.3.31
14012025-07-01T18:27:48.796Z Compiling tinystr v0.7.6
14022025-07-01T18:27:48.851Z Compiling icu_collections v1.5.0
14032025-07-01T18:27:49.101Z Compiling thiserror-impl v1.0.69
14042025-07-01T18:27:49.155Z Compiling icu_locid v1.5.0
14052025-07-01T18:27:49.217Z Compiling salsa20 v0.10.2
14062025-07-01T18:27:49.484Z Compiling ppv-lite86 v0.2.20
14072025-07-01T18:27:50.052Z Compiling futures-util v0.3.31
14082025-07-01T18:27:50.078Z Compiling serde v1.0.219
14092025-07-01T18:27:50.170Z Compiling pbkdf2 v0.12.2
14102025-07-01T18:27:50.310Z Compiling icu_provider v1.5.0
14112025-07-01T18:27:50.374Z Compiling scrypt v0.11.0
14122025-07-01T18:27:50.439Z Compiling der v0.7.9
14132025-07-01T18:27:50.885Z Compiling aes v0.8.4
14142025-07-01T18:27:51.043Z Compiling icu_locid_transform v1.5.0
14152025-07-01T18:27:51.085Z Compiling cbc v0.1.2
14162025-07-01T18:27:51.289Z Compiling openssl-sys v0.9.109
14172025-07-01T18:27:51.335Z Compiling zerocopy-derive v0.8.26
14182025-07-01T18:27:51.950Z Compiling thiserror v1.0.69
14192025-07-01T18:27:52.140Z Compiling pest v2.7.14
14202025-07-01T18:27:52.330Z Compiling icu_properties v1.5.1
14212025-07-01T18:27:53.235Z Compiling spki v0.7.3
14222025-07-01T18:27:53.366Z Compiling tracing-attributes v0.1.27
14232025-07-01T18:27:53.401Z Compiling scroll_derive v0.12.0
14242025-07-01T18:27:53.626Z Compiling pkcs5 v0.7.1
14252025-07-01T18:27:54.726Z Compiling pest_meta v2.7.14
14262025-07-01T18:27:54.751Z Compiling pkcs8 v0.10.2
14272025-07-01T18:27:55.394Z Compiling bytes v1.10.1
14282025-07-01T18:27:55.422Z Compiling bitflags v2.9.0
14292025-07-01T18:27:55.520Z Compiling semver v1.0.26
14302025-07-01T18:27:56.237Z Compiling icu_normalizer v1.5.0
14312025-07-01T18:27:56.419Z Compiling indexmap v2.9.0
14322025-07-01T18:27:56.881Z Compiling tokio v1.45.1
14332025-07-01T18:27:56.907Z Compiling http v1.3.1
14342025-07-01T18:27:57.776Z Compiling idna_adapter v1.2.0
14352025-07-01T18:27:57.824Z Compiling rustc_version v0.4.1
14362025-07-01T18:27:57.875Z Compiling uuid v1.17.0
14372025-07-01T18:27:58.072Z Compiling idna v1.0.3
14382025-07-01T18:27:58.561Z Compiling http-body v1.0.1
14392025-07-01T18:27:58.757Z Compiling tracing v0.1.40
14402025-07-01T18:27:58.795Z Compiling chrono v0.4.41
14412025-07-01T18:27:58.867Z Compiling url v2.5.4
14422025-07-01T18:27:59.199Z Compiling tinyvec_macros v0.1.1
14432025-07-01T18:27:59.331Z Compiling base64 v0.22.1
14442025-07-01T18:27:59.357Z Compiling rustls-pki-types v1.10.0
14452025-07-01T18:27:59.382Z Compiling httparse v1.9.5
14462025-07-01T18:27:59.754Z Compiling which v4.4.2
14472025-07-01T18:28:00.227Z Compiling tinyvec v1.8.0
14482025-07-01T18:28:00.302Z Compiling rand_core v0.9.2
14492025-07-01T18:28:00.444Z Compiling pest_generator v2.7.14
14502025-07-01T18:28:00.512Z Compiling scroll v0.12.0
14512025-07-01T18:28:00.661Z Compiling serde_derive_internals v0.29.1
14522025-07-01T18:28:00.739Z Compiling bzip2-sys v0.1.13+1.0.8
14532025-07-01T18:28:01.054Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14542025-07-01T18:28:01.236Z Compiling schemars v0.8.22
14552025-07-01T18:28:01.541Z Compiling adler2 v2.0.0
14562025-07-01T18:28:01.656Z Compiling openssl v0.10.73
14572025-07-01T18:28:01.750Z Compiling rustversion v1.0.17
14582025-07-01T18:28:01.781Z Compiling openssl-probe v0.1.5
14592025-07-01T18:28:02.029Z Compiling powerfmt v0.2.0
14602025-07-01T18:28:02.081Z Compiling try-lock v0.2.5
14612025-07-01T18:28:02.157Z Compiling time-core v0.1.2
14622025-07-01T18:28:02.312Z Compiling untrusted v0.9.0
14632025-07-01T18:28:02.339Z Compiling foreign-types-shared v0.1.1
14642025-07-01T18:28:02.386Z Compiling tower-service v0.3.3
14652025-07-01T18:28:02.411Z Compiling untrusted v0.7.1
14662025-07-01T18:28:02.460Z Compiling atomic-waker v1.1.2
14672025-07-01T18:28:02.528Z Compiling num-conv v0.1.0
14682025-07-01T18:28:02.569Z Compiling goblin v0.8.2
14692025-07-01T18:28:02.666Z Compiling foreign-types v0.3.2
14702025-07-01T18:28:02.803Z Compiling deranged v0.3.11
14712025-07-01T18:28:02.838Z Compiling schemars_derive v0.8.22
14722025-07-01T18:28:02.838Z Compiling want v0.3.1
14732025-07-01T18:28:02.885Z Compiling time-macros v0.2.18
14742025-07-01T18:28:03.225Z Compiling pest_derive v2.7.14
14752025-07-01T18:28:04.182Z Compiling miniz_oxide v0.8.5
14762025-07-01T18:28:05.704Z Compiling rand_chacha v0.9.0
14772025-07-01T18:28:06.507Z Compiling tokio-util v0.7.15
14782025-07-01T18:28:06.982Z Compiling ipnet v2.11.0
14792025-07-01T18:28:07.189Z Compiling openssl-macros v0.1.1
14802025-07-01T18:28:08.056Z Compiling h2 v0.4.6
14812025-07-01T18:28:08.103Z Compiling dyn-clone v1.0.19
14822025-07-01T18:28:08.275Z Compiling httpdate v1.0.3
14832025-07-01T18:28:08.403Z Compiling native-tls v0.2.12
14842025-07-01T18:28:08.700Z Compiling rustls v0.23.19
14852025-07-01T18:28:08.773Z Compiling syn v1.0.109
14862025-07-01T18:28:08.805Z Compiling num_threads v0.1.7
14872025-07-01T18:28:08.983Z Compiling time v0.3.36
14882025-07-01T18:28:09.432Z Compiling dof v0.3.0
14892025-07-01T18:28:11.464Z Compiling rand v0.9.1
14902025-07-01T18:28:11.907Z Compiling dtrace-parser v0.2.0
14912025-07-01T18:28:13.682Z Compiling unicode-normalization v0.1.24
14922025-07-01T18:28:13.751Z Compiling heapless v0.7.17
14932025-07-01T18:28:14.501Z Compiling crossbeam-epoch v0.9.18
14942025-07-01T18:28:14.532Z Compiling signature v2.2.0
14952025-07-01T18:28:14.702Z Compiling crc32fast v1.4.2
14962025-07-01T18:28:14.745Z Compiling cookie v0.18.1
14972025-07-01T18:28:14.770Z Compiling zstd-safe v7.2.3
14982025-07-01T18:28:14.966Z Compiling rayon-core v1.12.1
14992025-07-01T18:28:15.060Z Compiling slog v2.7.0
15002025-07-01T18:28:15.086Z Compiling unicode-properties v0.1.3
15012025-07-01T18:28:15.111Z Compiling zlib-rs v0.5.1
15022025-07-01T18:28:15.296Z Compiling siphasher v0.3.11
15032025-07-01T18:28:15.540Z Compiling unicode-bidi v0.3.17
15042025-07-01T18:28:15.572Z Compiling signal-hook v0.3.18
15052025-07-01T18:28:15.773Z Compiling hyper v1.6.0
15062025-07-01T18:28:15.916Z Compiling phf_shared v0.11.2
15072025-07-01T18:28:16.302Z Compiling stringprep v0.1.5
15082025-07-01T18:28:17.016Z Compiling usdt-impl v0.5.0
15092025-07-01T18:28:17.368Z Compiling crossbeam-deque v0.8.5
15102025-07-01T18:28:17.805Z Compiling curve25519-dalek v4.1.3
15112025-07-01T18:28:17.805Z Compiling serde_spanned v0.6.9
15122025-07-01T18:28:18.119Z Compiling serde_tokenstream v0.2.2
15132025-07-01T18:28:18.347Z Compiling toml_datetime v0.6.11
15142025-07-01T18:28:18.464Z Compiling rand_chacha v0.3.1
15152025-07-01T18:28:18.518Z Compiling md-5 v0.10.6
15162025-07-01T18:28:18.841Z Compiling hyper-util v0.1.14
15172025-07-01T18:28:18.869Z Compiling num-integer v0.1.46
15182025-07-01T18:28:18.959Z Compiling sync_wrapper v1.0.1
15192025-07-01T18:28:19.166Z Compiling ff v0.13.0
15202025-07-01T18:28:19.406Z Compiling hash32 v0.2.1
15212025-07-01T18:28:19.664Z Compiling memoffset v0.9.1
15222025-07-01T18:28:19.823Z Compiling newtype-uuid v1.2.4
15232025-07-01T18:28:19.871Z Compiling base16ct v0.2.0
15242025-07-01T18:28:20.046Z Compiling tower-layer v0.3.3
15252025-07-01T18:28:20.137Z Compiling litrs v0.4.1
15262025-07-01T18:28:20.246Z Compiling num-bigint-dig v0.8.4
15272025-07-01T18:28:20.300Z Compiling cfg_aliases v0.2.1
15282025-07-01T18:28:20.375Z Compiling psl-types v2.0.11
15292025-07-01T18:28:20.436Z Compiling fallible-iterator v0.2.0
15302025-07-01T18:28:20.559Z Compiling gimli v0.31.1
15312025-07-01T18:28:20.617Z Compiling smoltcp v0.9.1
15322025-07-01T18:28:21.201Z Compiling libz-rs-sys v0.5.1
15332025-07-01T18:28:21.270Z Compiling document-features v0.2.10
15342025-07-01T18:28:21.297Z Compiling postgres-protocol v0.6.8
15352025-07-01T18:28:21.524Z Compiling flate2 v1.1.2
15362025-07-01T18:28:22.132Z Compiling publicsuffix v2.3.0
15372025-07-01T18:28:22.370Z Compiling nix v0.29.0
15382025-07-01T18:28:22.473Z Compiling tower v0.5.2
15392025-07-01T18:28:22.536Z Compiling sec1 v0.7.3
15402025-07-01T18:28:22.833Z Compiling num-iter v0.1.45
15412025-07-01T18:28:23.066Z Compiling group v0.13.0
15422025-07-01T18:28:23.191Z Compiling rand v0.8.5
15432025-07-01T18:28:23.442Z Compiling tokio-native-tls v0.3.1
15442025-07-01T18:28:24.640Z Compiling addr2line v0.24.2
15452025-07-01T18:28:24.772Z Compiling ipnetwork v0.21.1
15462025-07-01T18:28:24.799Z Compiling rustls-native-certs v0.8.1
15472025-07-01T18:28:24.977Z Compiling webpki-roots v1.0.0
15482025-07-01T18:28:25.202Z Compiling terminal_size v0.4.0
15492025-07-01T18:28:25.230Z Compiling http-body-util v0.1.3
15502025-07-01T18:28:25.295Z Compiling hkdf v0.12.4
15512025-07-01T18:28:25.380Z Compiling crypto-bigint v0.5.5
15522025-07-01T18:28:25.464Z Compiling async-trait v0.1.88
15532025-07-01T18:28:25.495Z Compiling curve25519-dalek-derive v0.1.1
15542025-07-01T18:28:25.613Z Compiling thiserror-impl v2.0.12
15552025-07-01T18:28:25.659Z Compiling fs-err v3.1.1
15562025-07-01T18:28:25.729Z Compiling ahash v0.8.11
15572025-07-01T18:28:25.970Z Compiling object v0.36.5
15582025-07-01T18:28:26.081Z Compiling simd-adler32 v0.3.7
15592025-07-01T18:28:26.611Z Compiling rustc-demangle v0.1.24
15602025-07-01T18:28:26.816Z Compiling managed v0.8.0
15612025-07-01T18:28:27.273Z Compiling anyhow v1.0.98
15622025-07-01T18:28:27.519Z Compiling bitflags v1.3.2
15632025-07-01T18:28:27.687Z Compiling buf-list v1.0.3
15642025-07-01T18:28:27.767Z Compiling bumpalo v3.16.0
15652025-07-01T18:28:27.857Z Compiling iri-string v0.7.8
15662025-07-01T18:28:28.341Z Compiling lockfree-object-pool v0.1.6
15672025-07-01T18:28:28.374Z Compiling winnow v0.5.40
15682025-07-01T18:28:28.593Z Compiling thiserror v2.0.12
15692025-07-01T18:28:28.660Z Compiling zopfli v0.8.1
15702025-07-01T18:28:28.775Z Compiling elliptic-curve v0.13.8
15712025-07-01T18:28:29.499Z Compiling hubpack_derive v0.1.1
15722025-07-01T18:28:29.724Z Compiling strum_macros v0.25.3
15732025-07-01T18:28:30.324Z Compiling hubpack v0.1.2
15742025-07-01T18:28:30.781Z Compiling clap_builder v4.5.40
15752025-07-01T18:28:31.199Z Compiling tower-http v0.6.6
15762025-07-01T18:28:31.795Z Compiling toml_edit v0.19.15
15772025-07-01T18:28:32.077Z Compiling console v0.15.10
15782025-07-01T18:28:32.842Z Compiling backtrace v0.3.74
15792025-07-01T18:28:33.354Z Compiling hyper-tls v0.6.0
15802025-07-01T18:28:33.380Z Compiling oxnet v0.1.2
15812025-07-01T18:28:33.777Z Compiling signal-hook-mio v0.2.4
15822025-07-01T18:28:33.971Z Compiling cookie_store v0.21.1
15832025-07-01T18:28:34.169Z Compiling rayon v1.10.0
15842025-07-01T18:28:35.449Z Compiling zstd v0.13.3
15852025-07-01T18:28:35.984Z Compiling postgres-types v0.2.9
15862025-07-01T18:28:36.295Z Compiling usdt-attr-macro v0.5.0
15872025-07-01T18:28:37.271Z Compiling usdt-macro v0.5.0
15882025-07-01T18:28:37.816Z Compiling phf v0.11.2
15892025-07-01T18:28:38.134Z Compiling strum_macros v0.26.4
15902025-07-01T18:28:38.505Z Compiling ed25519 v2.2.3
15912025-07-01T18:28:38.613Z Compiling bzip2 v0.4.4
15922025-07-01T18:28:38.774Z Compiling bzip2 v0.5.2
15932025-07-01T18:28:38.823Z Compiling enum-as-inner v0.6.1
15942025-07-01T18:28:39.014Z Compiling clap_derive v4.5.40
15952025-07-01T18:28:39.205Z Compiling pkcs1 v0.7.5
15962025-07-01T18:28:39.257Z Compiling serde-big-array v0.5.1
15972025-07-01T18:28:39.516Z Compiling serde_urlencoded v0.7.1
15982025-07-01T18:28:39.913Z Compiling rfc6979 v0.4.0
15992025-07-01T18:28:40.049Z Compiling bstr v1.10.0
16002025-07-01T18:28:40.190Z Compiling serde_repr v0.1.19
16012025-07-01T18:28:40.216Z Compiling daft-derive v0.1.3
16022025-07-01T18:28:40.512Z Compiling float-cmp v0.10.0
16032025-07-01T18:28:40.772Z Compiling encoding_rs v0.8.34
16042025-07-01T18:28:41.147Z Compiling whoami v1.6.0
16052025-07-01T18:28:41.495Z Compiling new_debug_unreachable v1.0.6
16062025-07-01T18:28:41.623Z Compiling mime v0.3.17
16072025-07-01T18:28:41.681Z Compiling fixedbitset v0.4.2
16082025-07-01T18:28:41.769Z Compiling predicates-core v1.0.8
16092025-07-01T18:28:42.108Z Compiling data-encoding v2.9.0
16102025-07-01T18:28:42.173Z Compiling static_assertions v1.1.0
16112025-07-01T18:28:42.207Z Compiling number_prefix v0.4.0
16122025-07-01T18:28:42.319Z Compiling precomputed-hash v0.1.1
16132025-07-01T18:28:42.345Z Compiling difflib v0.4.0
16142025-07-01T18:28:42.494Z Compiling unicode-segmentation v1.12.0
16152025-07-01T18:28:42.520Z Compiling normalize-line-endings v0.3.0
16162025-07-01T18:28:42.711Z Compiling string_cache v0.8.9
16172025-07-01T18:28:43.084Z Compiling clap v4.5.40
16182025-07-01T18:28:43.255Z Compiling similar v2.7.0
16192025-07-01T18:28:43.281Z Compiling predicates v3.1.3
16202025-07-01T18:28:43.389Z Compiling hickory-proto v0.25.2
16212025-07-01T18:28:43.824Z Compiling indicatif v0.17.11
16222025-07-01T18:28:43.964Z Compiling strum v0.26.3
16232025-07-01T18:28:44.188Z Compiling toml_edit v0.22.27
16242025-07-01T18:28:44.307Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
16252025-07-01T18:28:44.856Z Compiling petgraph v0.6.5
16262025-07-01T18:28:45.272Z Compiling daft v0.1.3
16272025-07-01T18:28:45.739Z Compiling tokio-postgres v0.7.13
16282025-07-01T18:28:45.797Z Compiling usdt v0.5.0
16292025-07-01T18:28:46.271Z Compiling ecdsa v0.16.9
16302025-07-01T18:28:46.531Z Compiling rsa v0.9.6
16312025-07-01T18:28:47.127Z Compiling zip v4.2.0
16322025-07-01T18:28:48.461Z Compiling ed25519-dalek v2.1.1
16332025-07-01T18:28:49.321Z Compiling zip v0.6.6
16342025-07-01T18:28:50.631Z Compiling toml v0.7.8
16352025-07-01T18:28:50.799Z Compiling crossterm v0.28.1
16362025-07-01T18:28:52.111Z Compiling tokio-stream v0.1.17
16372025-07-01T18:28:52.288Z Compiling openapiv3 v2.2.0
16382025-07-01T18:28:52.335Z Compiling x509-cert v0.2.5
16392025-07-01T18:28:52.453Z Compiling sha1 v0.10.6
16402025-07-01T18:28:52.930Z Compiling itertools v0.10.5
16412025-07-01T18:28:53.169Z Compiling dirs-sys-next v0.1.2
16422025-07-01T18:28:53.766Z Compiling winnow v0.6.26
16432025-07-01T18:28:53.820Z Compiling lalrpop-util v0.19.12
16442025-07-01T18:28:54.105Z Compiling peg-runtime v0.8.5
16452025-07-01T18:28:54.223Z Compiling rustc-hash v2.1.1
16462025-07-01T18:28:54.432Z Compiling dirs-next v2.0.0
16472025-07-01T18:28:54.679Z Compiling thread_local v1.1.8
16482025-07-01T18:28:54.782Z Compiling slog-async v2.8.0
16492025-07-01T18:28:54.811Z Compiling term v0.7.0
16502025-07-01T18:28:55.191Z Compiling xattr v1.3.1
16512025-07-01T18:28:55.370Z Compiling crossbeam-channel v0.5.15
16522025-07-01T18:28:55.422Z Compiling futures-executor v0.3.31
16532025-07-01T18:28:55.496Z Compiling is-terminal v0.4.13
16542025-07-01T18:28:55.659Z Compiling filetime v0.2.25
16552025-07-01T18:28:55.930Z Compiling take_mut v0.2.2
16562025-07-01T18:28:55.978Z Compiling tar v0.4.44
16572025-07-01T18:28:56.044Z Compiling futures v0.3.31
16582025-07-01T18:28:56.123Z Compiling slog-term v2.9.1
16592025-07-01T18:28:56.315Z Compiling camino v1.1.10
16602025-07-01T18:29:03.173Z Compiling aws-lc-sys v0.26.0
16612025-07-01T18:29:39.438Z Compiling rustls-webpki v0.102.8
16622025-07-01T18:29:45.729Z Compiling tokio-rustls v0.26.0
16632025-07-01T18:29:46.111Z Compiling hyper-rustls v0.27.7
16642025-07-01T18:29:46.490Z Compiling reqwest v0.12.20
16652025-07-01T18:29:51.251Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16662025-07-01T18:29:51.633Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16672025-07-01T18:29:57.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
16682025-07-01T18:29:57.958Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16692025-07-01T18:29:58.037ZJul 01 18:29:57.955 INFO Starting download, target: Clickhouse
16702025-07-01T18:29:58.037ZJul 01 18:29:57.955 INFO Starting download, target: Cockroach
16712025-07-01T18:29:58.037ZJul 01 18:29:57.955 INFO Starting download, target: Console
16722025-07-01T18:29:58.037ZJul 01 18:29:57.955 INFO Starting download, target: DendriteStub
16732025-07-01T18:29:58.037ZJul 01 18:29:57.955 INFO Starting download, target: TransceiverControl
16742025-07-01T18:29:58.038ZJul 01 18:29:57.955 INFO Starting download, target: MaghemiteMgd
16752025-07-01T18:29:58.071ZJul 01 18:29:57.957 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16762025-07-01T18:29:58.071ZJul 01 18:29:57.957 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16772025-07-01T18:29:58.071ZJul 01 18:29:57.957 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16782025-07-01T18:29:58.072ZJul 01 18:29:57.957 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16792025-07-01T18:29:58.072ZJul 01 18:29:57.958 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16802025-07-01T18:29:58.072ZJul 01 18:29:57.958 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16812025-07-01T18:29:58.481ZJul 01 18:29:58.395 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16822025-07-01T18:29:58.895ZJul 01 18:29:58.795 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16832025-07-01T18:29:59.062ZJul 01 18:29:58.959 INFO Download complete, target: Console
16842025-07-01T18:29:59.311ZJul 01 18:29:59.212 INFO Download complete, target: TransceiverControl
16852025-07-01T18:30:01.955ZJul 01 18:30:01.878 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16862025-07-01T18:30:02.086ZJul 01 18:30:02.010 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16872025-07-01T18:30:03.927ZJul 01 18:30:03.850 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16882025-07-01T18:30:03.927ZJul 01 18:30:03.850 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16892025-07-01T18:30:06.194ZJul 01 18:30:06.118 INFO Download complete, target: DendriteStub
16902025-07-01T18:30:07.131ZJul 01 18:30:07.054 INFO Download complete, target: MaghemiteMgd
16912025-07-01T18:30:14.564ZJul 01 18:30:14.488 INFO Checking that binary works, target: Cockroach
16922025-07-01T18:30:14.828ZJul 01 18:30:14.748 INFO Download complete, target: Cockroach
16932025-07-01T18:30:19.546ZJul 01 18:30:19.470 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16942025-07-01T18:30:33.470ZJul 01 18:30:33.394 INFO Checking that binary works, target: Clickhouse
16952025-07-01T18:30:33.619ZJul 01 18:30:33.543 INFO Download complete, target: Clickhouse
16962025-07-01T18:30:33.649ZAll builder prerequisites installed successfully, and PATH looks valid
16972025-07-01T18:30:33.674Z
16982025-07-01T18:30:33.674Zreal 5:54.374097765
16992025-07-01T18:30:33.674Zuser 17:13.720842170
17002025-07-01T18:30:33.674Zsys 2:50.907142777
17012025-07-01T18:30:33.674Ztrap 0.696888287
17022025-07-01T18:30:33.674Ztflt 0.443090463
17032025-07-01T18:30:33.674Zdflt 1.194848369
17042025-07-01T18:30:33.674Zkflt 0.011349642
17052025-07-01T18:30:33.674Zlock 30:27.594449083
17062025-07-01T18:30:33.674Zslp 1:02:04.210561348
17072025-07-01T18:30:33.674Zlat 1:07.608877191
17082025-07-01T18:30:33.674Zstop 2:51.439022053
17092025-07-01T18:30:33.674Z++ bmat factory name
17102025-07-01T18:30:33.674Z++ bmat factory private
17112025-07-01T18:30:33.700Z+ jq --null-input --arg bmat_factory_name gimlet-EVT22200007-propolis --arg bmat_factory_private EVT22200007/33033 '{
17122025-07-01T18:30:33.700Z buildomat: {
17132025-07-01T18:30:33.700Z factory: {
17142025-07-01T18:30:33.700Z name: $bmat_factory_name,
17152025-07-01T18:30:33.700Z private: $bmat_factory_private,
17162025-07-01T18:30:33.700Z },
17172025-07-01T18:30:33.700Z },
17182025-07-01T18:30:33.700Z }'
17192025-07-01T18:30:33.726Z+ banner ls-apis
17202025-07-01T18:30:33.726Z
17212025-07-01T18:30:33.726Z # #### ## ##### # ####
17222025-07-01T18:30:33.726Z # # # # # # # #
17232025-07-01T18:30:33.726Z # #### ##### # # # # # ####
17242025-07-01T18:30:33.726Z # # ###### ##### # #
17252025-07-01T18:30:33.726Z # # # # # # # # #
17262025-07-01T18:30:33.726Z ###### #### # # # # ####
17272025-07-01T18:30:33.726Z
17282025-07-01T18:30:33.726Z+ source ./tools/include/force-git-over-https.sh
17292025-07-01T18:30:33.726Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
17302025-07-01T18:30:33.726Z++ (( i = 0 ))
17312025-07-01T18:30:33.726Z++ (( i < 5 ))
17322025-07-01T18:30:33.726Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
17332025-07-01T18:30:33.726Z++ (( i++ ))
17342025-07-01T18:30:33.726Z++ (( i < 5 ))
17352025-07-01T18:30:33.727Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
17362025-07-01T18:30:33.752Z++ (( i++ ))
17372025-07-01T18:30:33.752Z++ (( i < 5 ))
17382025-07-01T18:30:33.752Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
17392025-07-01T18:30:33.752Z++ (( i++ ))
17402025-07-01T18:30:33.752Z++ (( i < 5 ))
17412025-07-01T18:30:33.752Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
17422025-07-01T18:30:33.752Z++ (( i++ ))
17432025-07-01T18:30:33.752Z++ (( i < 5 ))
17442025-07-01T18:30:33.752Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
17452025-07-01T18:30:33.752Z++ (( i++ ))
17462025-07-01T18:30:33.752Z++ (( i < 5 ))
17472025-07-01T18:30:33.752Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
17482025-07-01T18:30:33.752Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
17492025-07-01T18:30:33.752Z+ ptime -m cargo xtask ls-apis apis
17502025-07-01T18:30:34.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
17512025-07-01T18:30:34.774Z Running `target/debug/xtask ls-apis apis`
17522025-07-01T18:30:36.195Z Compiling semver v0.1.20
17532025-07-01T18:30:36.220Z Compiling erased-serde v0.4.6
17542025-07-01T18:30:36.246Z Compiling ordered-float v2.10.1
17552025-07-01T18:30:36.271Z Compiling structmeta-derive v0.3.0
17562025-07-01T18:30:36.271Z Compiling toml v0.8.23
17572025-07-01T18:30:36.271Z Compiling cargo-platform v0.2.0
17582025-07-01T18:30:36.719Z Compiling fixedbitset v0.5.7
17592025-07-01T18:30:36.745Z Compiling rustc_version v0.1.7
17602025-07-01T18:30:36.770Z Compiling serde-value v0.7.0
17612025-07-01T18:30:36.807Z Compiling petgraph v0.8.2
17622025-07-01T18:30:36.962Z Compiling newtype_derive v0.1.6
17632025-07-01T18:30:37.142Z Compiling serde-untagged v0.1.7
17642025-07-01T18:30:37.619Z Compiling cargo-util-schemas v0.2.0
17652025-07-01T18:30:38.114Z Compiling structmeta v0.3.0
17662025-07-01T18:30:38.496Z Compiling parse-display-derive v0.10.0
17672025-07-01T18:30:39.598Z Compiling cargo_metadata v0.20.0
17682025-07-01T18:30:40.838Z Compiling parse-display v0.10.0
17692025-07-01T18:30:41.397Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
17702025-07-01T18:30:46.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.13s
17712025-07-01T18:30:47.120Z Running `target/debug/ls-apis apis`
17722025-07-01T18:30:47.181Zloading metadata for workspace omicron from current workspace
17732025-07-01T18:30:52.460Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
17742025-07-01T18:30:52.485Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
17752025-07-01T18:30:52.485Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/638c897/Cargo.toml
17762025-07-01T18:30:52.485Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
17772025-07-01T18:30:52.486Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
17782025-07-01T18:31:14.645Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
17792025-07-01T18:31:16.231Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17802025-07-01T18:31:16.266Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17812025-07-01T18:31:16.792ZBootstrap Agent (client: bootstrap-agent-client)
17822025-07-01T18:31:16.792Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17832025-07-01T18:31:16.792Z consumed by: wicketd (omicron/wicketd) via 2 paths
17842025-07-01T18:31:16.792Z
17852025-07-01T18:31:16.792ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
17862025-07-01T18:31:16.792Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17872025-07-01T18:31:16.792Z
17882025-07-01T18:31:16.792ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
17892025-07-01T18:31:16.792Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17902025-07-01T18:31:16.792Z
17912025-07-01T18:31:16.792ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
17922025-07-01T18:31:16.792Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17932025-07-01T18:31:16.792Z
17942025-07-01T18:31:16.792ZCockroachDB Cluster Admin (client: cockroach-admin-client)
17952025-07-01T18:31:16.792Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17962025-07-01T18:31:16.792Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17972025-07-01T18:31:16.792Z
17982025-07-01T18:31:16.792ZCrucible Agent (client: crucible-agent-client)
17992025-07-01T18:31:16.818Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18002025-07-01T18:31:16.818Z
18012025-07-01T18:31:16.818ZCrucible Control (for testing only) (client: crucible-control-client)
18022025-07-01T18:31:16.818Z
18032025-07-01T18:31:16.818ZCrucible Pantry (client: crucible-pantry-client)
18042025-07-01T18:31:16.818Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18052025-07-01T18:31:16.818Z
18062025-07-01T18:31:16.818ZMaghemite DDM Admin (client: ddm-admin-client)
18072025-07-01T18:31:16.818Z consumed by: installinator (omicron/installinator) via 1 path
18082025-07-01T18:31:16.818Z consumed by: mgd (maghemite/mgd) via 1 path
18092025-07-01T18:31:16.818Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18102025-07-01T18:31:16.818Z consumed by: wicketd (omicron/wicketd) via 1 path
18112025-07-01T18:31:16.818Z
18122025-07-01T18:31:16.818ZDNS Server (client: dns-service-client)
18132025-07-01T18:31:16.818Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18142025-07-01T18:31:16.818Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18152025-07-01T18:31:16.818Z
18162025-07-01T18:31:16.818ZDendrite DPD (client: dpd-client)
18172025-07-01T18:31:16.818Z consumed by: ddmd (maghemite/ddmd) via 2 paths
18182025-07-01T18:31:16.818Z consumed by: lldpd (lldp/lldpd) via 2 paths
18192025-07-01T18:31:16.818Z consumed by: mgd (maghemite/mgd) via 1 path
18202025-07-01T18:31:16.819Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18212025-07-01T18:31:16.819Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18222025-07-01T18:31:16.819Z consumed by: tfportd (dendrite/tfportd) via 1 path
18232025-07-01T18:31:16.819Z consumed by: wicketd (omicron/wicketd) via 2 paths
18242025-07-01T18:31:16.819Z
18252025-07-01T18:31:16.819ZDownstairs Controller (debugging only) (client: dsc-client)
18262025-07-01T18:31:16.819Z
18272025-07-01T18:31:16.819ZManagement Gateway Service (client: gateway-client)
18282025-07-01T18:31:16.819Z consumed by: dpd (dendrite/dpd) via 1 path
18292025-07-01T18:31:16.819Z consumed by: omicron-nexus (omicron/nexus) via 4 paths
18302025-07-01T18:31:16.819Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18312025-07-01T18:31:16.819Z consumed by: wicketd (omicron/wicketd) via 3 paths
18322025-07-01T18:31:16.819Z
18332025-07-01T18:31:16.819ZWicketd Installinator (client: installinator-client)
18342025-07-01T18:31:16.819Z consumed by: installinator (omicron/installinator) via 1 path
18352025-07-01T18:31:16.819Z
18362025-07-01T18:31:16.819ZLLDP daemon (client: lldpd-client)
18372025-07-01T18:31:16.819Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18382025-07-01T18:31:16.819Z consumed by: tfportd (dendrite/tfportd) via 1 path
18392025-07-01T18:31:16.819Z
18402025-07-01T18:31:16.819ZMaghemite MG Admin (client: mg-admin-client)
18412025-07-01T18:31:16.845Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18422025-07-01T18:31:16.845Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18432025-07-01T18:31:16.845Z
18442025-07-01T18:31:16.845ZNexus Internal API (client: nexus-client)
18452025-07-01T18:31:16.845Z consumed by: crucible-pantry (crucible/pantry) via 1 path
18462025-07-01T18:31:16.845Z consumed by: dpd (dendrite/dpd) via 1 path
18472025-07-01T18:31:16.845Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18482025-07-01T18:31:16.845Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
18492025-07-01T18:31:16.845Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
18502025-07-01T18:31:16.845Z
18512025-07-01T18:31:16.845ZExternal API (client: oxide-client)
18522025-07-01T18:31:16.845Z
18532025-07-01T18:31:16.845ZOximeter (client: oximeter-client)
18542025-07-01T18:31:16.845Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
18552025-07-01T18:31:16.845Z
18562025-07-01T18:31:16.845ZPropolis (client: propolis-client)
18572025-07-01T18:31:16.845Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
18582025-07-01T18:31:16.845Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
18592025-07-01T18:31:16.845Z
18602025-07-01T18:31:16.845ZCrucible Repair (client: repair-client)
18612025-07-01T18:31:16.845Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
18622025-07-01T18:31:16.845Z
18632025-07-01T18:31:16.845ZRepo Depot API (client: repo-depot-client)
18642025-07-01T18:31:16.845Z consumed by: omicron-nexus (omicron/nexus) via 1 path
18652025-07-01T18:31:16.846Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
18662025-07-01T18:31:16.846Z
18672025-07-01T18:31:16.846ZSled Agent (client: sled-agent-client)
18682025-07-01T18:31:16.871Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
18692025-07-01T18:31:16.871Z
18702025-07-01T18:31:16.871ZWicketd (client: wicketd-client)
18712025-07-01T18:31:16.871Z
18722025-07-01T18:31:16.963Z
18732025-07-01T18:31:16.963Zreal 43.193304430
18742025-07-01T18:31:16.963Zuser 43.521070468
18752025-07-01T18:31:16.963Zsys 16.977532447
18762025-07-01T18:31:16.963Ztrap 0.032415542
18772025-07-01T18:31:16.963Ztflt 0.067843750
18782025-07-01T18:31:16.963Zdflt 0.226086635
18792025-07-01T18:31:16.963Zkflt 0.000001833
18802025-07-01T18:31:16.963Zlock 50.195622638
18812025-07-01T18:31:16.963Zslp 4:54.775451276
18822025-07-01T18:31:16.963Zlat 1.728862384
18832025-07-01T18:31:16.963Zstop 2.315137309
18842025-07-01T18:31:16.988Z+ ptime -m cargo xtask ls-apis deployment-units
18852025-07-01T18:31:18.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
18862025-07-01T18:31:18.322Z Running `target/debug/xtask ls-apis deployment-units`
18872025-07-01T18:31:20.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
18882025-07-01T18:31:20.169Z Running `target/debug/ls-apis deployment-units`
18892025-07-01T18:31:20.230Zloading metadata for workspace omicron from current workspace
18902025-07-01T18:31:22.436Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
18912025-07-01T18:31:22.461Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
18922025-07-01T18:31:22.461Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/638c897/Cargo.toml
18932025-07-01T18:31:22.461Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
18942025-07-01T18:31:22.461Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
18952025-07-01T18:31:26.446Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
18962025-07-01T18:31:27.617Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18972025-07-01T18:31:27.645Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18982025-07-01T18:31:27.918ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
18992025-07-01T18:31:27.918Z omicron-clickhouse-admin (omicron/clickhouse-admin)
19002025-07-01T18:31:27.918Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19012025-07-01T18:31:27.918Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19022025-07-01T18:31:27.918Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19032025-07-01T18:31:27.967Z
19042025-07-01T18:31:27.967Z
19052025-07-01T18:31:27.967ZCockroach
19062025-07-01T18:31:27.967Z omicron-cockroach-admin (omicron/cockroach-admin)
19072025-07-01T18:31:27.967Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19082025-07-01T18:31:27.967Z
19092025-07-01T18:31:27.967Z
19102025-07-01T18:31:27.967ZCrucible
19112025-07-01T18:31:27.967Z crucible-agent (crucible/agent)
19122025-07-01T18:31:27.967Z exposes: Crucible Agent (client = crucible-agent-client)
19132025-07-01T18:31:27.967Z
19142025-07-01T18:31:27.967Z crucible-downstairs (crucible/downstairs)
19152025-07-01T18:31:27.967Z exposes: Crucible Repair (client = repair-client)
19162025-07-01T18:31:27.967Z consumes: repair-client
19172025-07-01T18:31:27.967Z
19182025-07-01T18:31:27.967Z
19192025-07-01T18:31:27.967ZCrucible Pantry
19202025-07-01T18:31:27.967Z crucible-pantry (crucible/pantry)
19212025-07-01T18:31:27.967Z exposes: Crucible Pantry (client = crucible-pantry-client)
19222025-07-01T18:31:27.967Z consumes: nexus-client
19232025-07-01T18:31:27.967Z
19242025-07-01T18:31:27.967Z
19252025-07-01T18:31:27.967ZDNS Server
19262025-07-01T18:31:27.967Z dns-server (omicron/dns-server)
19272025-07-01T18:31:27.967Z exposes: DNS Server (client = dns-service-client)
19282025-07-01T18:31:27.967Z
19292025-07-01T18:31:27.967Z
19302025-07-01T18:31:27.967ZHost OS
19312025-07-01T18:31:27.967Z ddmd (maghemite/ddmd)
19322025-07-01T18:31:27.967Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19332025-07-01T18:31:27.967Z consumes: dpd-client
19342025-07-01T18:31:27.968Z
19352025-07-01T18:31:27.968Z dpd (dendrite/dpd)
19362025-07-01T18:31:27.968Z exposes: Dendrite DPD (client = dpd-client)
19372025-07-01T18:31:27.968Z consumes: gateway-client
19382025-07-01T18:31:27.968Z consumes: nexus-client
19392025-07-01T18:31:27.968Z
19402025-07-01T18:31:27.968Z lldpd (lldp/lldpd)
19412025-07-01T18:31:27.968Z exposes: LLDP daemon (client = lldpd-client)
19422025-07-01T18:31:27.968Z consumes: dpd-client
19432025-07-01T18:31:27.968Z
19442025-07-01T18:31:27.968Z mgd (maghemite/mgd)
19452025-07-01T18:31:27.968Z exposes: Maghemite MG Admin (client = mg-admin-client)
19462025-07-01T18:31:27.968Z consumes: ddm-admin-client
19472025-07-01T18:31:27.968Z consumes: dpd-client
19482025-07-01T18:31:27.969Z
19492025-07-01T18:31:27.969Z omicron-gateway (omicron/gateway)
19502025-07-01T18:31:27.969Z exposes: Management Gateway Service (client = gateway-client)
19512025-07-01T18:31:27.969Z
19522025-07-01T18:31:27.969Z omicron-sled-agent (omicron/sled-agent)
19532025-07-01T18:31:27.969Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19542025-07-01T18:31:27.969Z exposes: Repo Depot API (client = repo-depot-client)
19552025-07-01T18:31:27.969Z exposes: Sled Agent (client = sled-agent-client)
19562025-07-01T18:31:27.969Z consumes: bootstrap-agent-client
19572025-07-01T18:31:27.969Z consumes: cockroach-admin-client
19582025-07-01T18:31:27.969Z consumes: ddm-admin-client
19592025-07-01T18:31:27.969Z consumes: dns-service-client
19602025-07-01T18:31:27.969Z consumes: dpd-client
19612025-07-01T18:31:27.969Z consumes: gateway-client
19622025-07-01T18:31:27.969Z consumes: mg-admin-client
19632025-07-01T18:31:27.969Z consumes: nexus-client
19642025-07-01T18:31:27.969Z consumes: propolis-client
19652025-07-01T18:31:27.969Z consumes: repo-depot-client
19662025-07-01T18:31:27.969Z
19672025-07-01T18:31:27.969Z propolis-server (propolis/bin/propolis-server)
19682025-07-01T18:31:27.969Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19692025-07-01T18:31:27.969Z exposes: Propolis (client = propolis-client)
19702025-07-01T18:31:27.969Z consumes: nexus-client
19712025-07-01T18:31:27.969Z
19722025-07-01T18:31:27.969Z tfportd (dendrite/tfportd)
19732025-07-01T18:31:27.969Z consumes: dpd-client
19742025-07-01T18:31:27.969Z consumes: lldpd-client
19752025-07-01T18:31:27.969Z
19762025-07-01T18:31:27.969Z wicketd (omicron/wicketd)
19772025-07-01T18:31:27.969Z exposes: Wicketd Installinator (client = installinator-client)
19782025-07-01T18:31:27.969Z exposes: Wicketd (client = wicketd-client)
19792025-07-01T18:31:27.969Z consumes: bootstrap-agent-client
19802025-07-01T18:31:27.969Z consumes: ddm-admin-client
19812025-07-01T18:31:27.969Z consumes: dpd-client
19822025-07-01T18:31:27.969Z consumes: gateway-client
19832025-07-01T18:31:27.969Z
19842025-07-01T18:31:27.969Z
19852025-07-01T18:31:27.969ZInstallinator
19862025-07-01T18:31:27.969Z installinator (omicron/installinator)
19872025-07-01T18:31:27.969Z consumes: ddm-admin-client
19882025-07-01T18:31:27.970Z consumes: installinator-client
19892025-07-01T18:31:27.970Z
19902025-07-01T18:31:27.970Z
19912025-07-01T18:31:27.970ZNexus
19922025-07-01T18:31:27.970Z omicron-nexus (omicron/nexus)
19932025-07-01T18:31:27.970Z exposes: Nexus Internal API (client = nexus-client)
19942025-07-01T18:31:27.970Z exposes: External API (client = oxide-client)
19952025-07-01T18:31:27.995Z consumes: clickhouse-admin-keeper-client
19962025-07-01T18:31:27.995Z consumes: clickhouse-admin-server-client
19972025-07-01T18:31:27.995Z consumes: clickhouse-admin-single-client
19982025-07-01T18:31:27.995Z consumes: cockroach-admin-client
19992025-07-01T18:31:27.995Z consumes: crucible-agent-client
20002025-07-01T18:31:27.995Z consumes: crucible-pantry-client
20012025-07-01T18:31:27.996Z consumes: dns-service-client
20022025-07-01T18:31:27.996Z consumes: dpd-client
20032025-07-01T18:31:27.996Z consumes: gateway-client
20042025-07-01T18:31:27.996Z consumes: lldpd-client
20052025-07-01T18:31:27.996Z consumes: mg-admin-client
20062025-07-01T18:31:27.996Z consumes: oximeter-client
20072025-07-01T18:31:27.996Z consumes: propolis-client
20082025-07-01T18:31:27.996Z consumes: repo-depot-client
20092025-07-01T18:31:27.996Z consumes: sled-agent-client
20102025-07-01T18:31:27.996Z
20112025-07-01T18:31:27.996Z
20122025-07-01T18:31:27.996ZOximeter
20132025-07-01T18:31:27.996Z oximeter-collector (omicron/oximeter/collector)
20142025-07-01T18:31:27.996Z exposes: Oximeter (client = oximeter-client)
20152025-07-01T18:31:27.996Z consumes: nexus-client
20162025-07-01T18:31:27.996Z
20172025-07-01T18:31:27.996Z
20182025-07-01T18:31:28.053Z
20192025-07-01T18:31:28.053Zreal 11.056312355
20202025-07-01T18:31:28.053Zuser 8.424561916
20212025-07-01T18:31:28.053Zsys 4.309183540
20222025-07-01T18:31:28.053Ztrap 0.003131251
20232025-07-01T18:31:28.053Ztflt 0.000154872
20242025-07-01T18:31:28.053Zdflt 0.000138599
20252025-07-01T18:31:28.053Zkflt 0.000000000
20262025-07-01T18:31:28.053Zlock 0.640789191
20272025-07-01T18:31:28.053Zslp 34.679408863
20282025-07-01T18:31:28.053Zlat 0.047545670
20292025-07-01T18:31:28.053Zstop 0.011894986
20302025-07-01T18:31:28.079Z+ ptime -m cargo xtask ls-apis servers
20312025-07-01T18:31:28.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
20322025-07-01T18:31:29.045Z Running `target/debug/xtask ls-apis servers`
20332025-07-01T18:31:30.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
20342025-07-01T18:31:30.617Z Running `target/debug/ls-apis servers`
20352025-07-01T18:31:30.685Zloading metadata for workspace omicron from current workspace
20362025-07-01T18:31:32.832Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
20372025-07-01T18:31:32.857Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
20382025-07-01T18:31:32.857Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/638c897/Cargo.toml
20392025-07-01T18:31:32.857Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
20402025-07-01T18:31:32.857Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
20412025-07-01T18:31:36.839Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
20422025-07-01T18:31:38.059Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20432025-07-01T18:31:38.091Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20442025-07-01T18:31:38.408Zomicron-clickhouse-admin (omicron/clickhouse-admin)
20452025-07-01T18:31:38.409Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
20462025-07-01T18:31:38.409Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
20472025-07-01T18:31:38.409Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
20482025-07-01T18:31:38.457Z
20492025-07-01T18:31:38.457Zomicron-cockroach-admin (omicron/cockroach-admin)
20502025-07-01T18:31:38.457Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
20512025-07-01T18:31:38.457Z
20522025-07-01T18:31:38.457Zcrucible-agent (crucible/agent)
20532025-07-01T18:31:38.457Z exposes: Crucible Agent (client = crucible-agent-client)
20542025-07-01T18:31:38.457Z
20552025-07-01T18:31:38.457Zcrucible-downstairs (crucible/downstairs)
20562025-07-01T18:31:38.457Z exposes: Crucible Repair (client = repair-client)
20572025-07-01T18:31:38.457Z consumes: repair-client
20582025-07-01T18:31:38.457Z
20592025-07-01T18:31:38.457Zcrucible-pantry (crucible/pantry)
20602025-07-01T18:31:38.457Z exposes: Crucible Pantry (client = crucible-pantry-client)
20612025-07-01T18:31:38.457Z consumes: nexus-client
20622025-07-01T18:31:38.457Z
20632025-07-01T18:31:38.457Zdns-server (omicron/dns-server)
20642025-07-01T18:31:38.457Z exposes: DNS Server (client = dns-service-client)
20652025-07-01T18:31:38.457Z
20662025-07-01T18:31:38.457Zomicron-sled-agent (omicron/sled-agent)
20672025-07-01T18:31:38.457Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
20682025-07-01T18:31:38.457Z exposes: Repo Depot API (client = repo-depot-client)
20692025-07-01T18:31:38.457Z exposes: Sled Agent (client = sled-agent-client)
20702025-07-01T18:31:38.457Z consumes: bootstrap-agent-client
20712025-07-01T18:31:38.457Z consumes: cockroach-admin-client
20722025-07-01T18:31:38.457Z consumes: ddm-admin-client
20732025-07-01T18:31:38.457Z consumes: dns-service-client
20742025-07-01T18:31:38.457Z consumes: dpd-client
20752025-07-01T18:31:38.457Z consumes: gateway-client
20762025-07-01T18:31:38.457Z consumes: mg-admin-client
20772025-07-01T18:31:38.458Z consumes: nexus-client
20782025-07-01T18:31:38.458Z consumes: propolis-client
20792025-07-01T18:31:38.458Z consumes: repo-depot-client
20802025-07-01T18:31:38.458Z
20812025-07-01T18:31:38.458Zpropolis-server (propolis/bin/propolis-server)
20822025-07-01T18:31:38.458Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
20832025-07-01T18:31:38.458Z exposes: Propolis (client = propolis-client)
20842025-07-01T18:31:38.458Z consumes: nexus-client
20852025-07-01T18:31:38.458Z
20862025-07-01T18:31:38.458Zddmd (maghemite/ddmd)
20872025-07-01T18:31:38.458Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
20882025-07-01T18:31:38.458Z consumes: dpd-client
20892025-07-01T18:31:38.458Z
20902025-07-01T18:31:38.458Zdpd (dendrite/dpd)
20912025-07-01T18:31:38.458Z exposes: Dendrite DPD (client = dpd-client)
20922025-07-01T18:31:38.458Z consumes: gateway-client
20932025-07-01T18:31:38.458Z consumes: nexus-client
20942025-07-01T18:31:38.458Z
20952025-07-01T18:31:38.458Zlldpd (lldp/lldpd)
20962025-07-01T18:31:38.458Z exposes: LLDP daemon (client = lldpd-client)
20972025-07-01T18:31:38.458Z consumes: dpd-client
20982025-07-01T18:31:38.458Z
20992025-07-01T18:31:38.458Zmgd (maghemite/mgd)
21002025-07-01T18:31:38.458Z exposes: Maghemite MG Admin (client = mg-admin-client)
21012025-07-01T18:31:38.458Z consumes: ddm-admin-client
21022025-07-01T18:31:38.458Z consumes: dpd-client
21032025-07-01T18:31:38.458Z
21042025-07-01T18:31:38.458Zomicron-gateway (omicron/gateway)
21052025-07-01T18:31:38.458Z exposes: Management Gateway Service (client = gateway-client)
21062025-07-01T18:31:38.458Z
21072025-07-01T18:31:38.458Ztfportd (dendrite/tfportd)
21082025-07-01T18:31:38.458Z consumes: dpd-client
21092025-07-01T18:31:38.458Z consumes: lldpd-client
21102025-07-01T18:31:38.458Z
21112025-07-01T18:31:38.458Zwicketd (omicron/wicketd)
21122025-07-01T18:31:38.458Z exposes: Wicketd Installinator (client = installinator-client)
21132025-07-01T18:31:38.458Z exposes: Wicketd (client = wicketd-client)
21142025-07-01T18:31:38.484Z consumes: bootstrap-agent-client
21152025-07-01T18:31:38.484Z consumes: ddm-admin-client
21162025-07-01T18:31:38.484Z consumes: dpd-client
21172025-07-01T18:31:38.484Z consumes: gateway-client
21182025-07-01T18:31:38.484Z
21192025-07-01T18:31:38.484Zinstallinator (omicron/installinator)
21202025-07-01T18:31:38.484Z consumes: ddm-admin-client
21212025-07-01T18:31:38.485Z consumes: installinator-client
21222025-07-01T18:31:38.485Z
21232025-07-01T18:31:38.485Zomicron-nexus (omicron/nexus)
21242025-07-01T18:31:38.485Z exposes: Nexus Internal API (client = nexus-client)
21252025-07-01T18:31:38.485Z exposes: External API (client = oxide-client)
21262025-07-01T18:31:38.485Z consumes: clickhouse-admin-keeper-client
21272025-07-01T18:31:38.485Z consumes: clickhouse-admin-server-client
21282025-07-01T18:31:38.485Z consumes: clickhouse-admin-single-client
21292025-07-01T18:31:38.485Z consumes: cockroach-admin-client
21302025-07-01T18:31:38.485Z consumes: crucible-agent-client
21312025-07-01T18:31:38.485Z consumes: crucible-pantry-client
21322025-07-01T18:31:38.485Z consumes: dns-service-client
21332025-07-01T18:31:38.485Z consumes: dpd-client
21342025-07-01T18:31:38.485Z consumes: gateway-client
21352025-07-01T18:31:38.485Z consumes: lldpd-client
21362025-07-01T18:31:38.485Z consumes: mg-admin-client
21372025-07-01T18:31:38.485Z consumes: oximeter-client
21382025-07-01T18:31:38.485Z consumes: propolis-client
21392025-07-01T18:31:38.485Z consumes: repo-depot-client
21402025-07-01T18:31:38.485Z consumes: sled-agent-client
21412025-07-01T18:31:38.485Z
21422025-07-01T18:31:38.485Zoximeter-collector (omicron/oximeter/collector)
21432025-07-01T18:31:38.485Z exposes: Oximeter (client = oximeter-client)
21442025-07-01T18:31:38.485Z consumes: nexus-client
21452025-07-01T18:31:38.485Z
21462025-07-01T18:31:38.560Z
21472025-07-01T18:31:38.560Zreal 10.471353878
21482025-07-01T18:31:38.560Zuser 8.692833946
21492025-07-01T18:31:38.560Zsys 3.599550920
21502025-07-01T18:31:38.560Ztrap 0.002200978
21512025-07-01T18:31:38.560Ztflt 0.000059364
21522025-07-01T18:31:38.560Zdflt 0.000262505
21532025-07-01T18:31:38.560Zkflt 0.000000000
21542025-07-01T18:31:38.560Zlock 0.445127920
21552025-07-01T18:31:38.560Zslp 34.394412993
21562025-07-01T18:31:38.560Zlat 0.039015526
21572025-07-01T18:31:38.560Zstop 0.015624420
21582025-07-01T18:31:38.586Z+ ptime -m cargo xtask ls-apis check
21592025-07-01T18:31:39.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
21602025-07-01T18:31:39.677Z Running `target/debug/xtask ls-apis check`
21612025-07-01T18:31:41.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
21622025-07-01T18:31:41.287Z Running `target/debug/ls-apis check`
21632025-07-01T18:31:41.353Zloading metadata for workspace omicron from current workspace
21642025-07-01T18:31:43.424Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
21652025-07-01T18:31:43.450Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/638c897/Cargo.toml
21662025-07-01T18:31:43.450Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
21672025-07-01T18:31:43.450Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
21682025-07-01T18:31:43.478Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
21692025-07-01T18:31:47.370Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
21702025-07-01T18:31:48.576Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21712025-07-01T18:31:48.606Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21722025-07-01T18:31:49.098Z
21732025-07-01T18:31:49.098Z
21742025-07-01T18:31:49.098ZServer-managed APIs:
21752025-07-01T18:31:49.098Z
21762025-07-01T18:31:49.098Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
21772025-07-01T18:31:49.098Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
21782025-07-01T18:31:49.098Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
21792025-07-01T18:31:49.098Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
21802025-07-01T18:31:49.098Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
21812025-07-01T18:31:49.098Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
21822025-07-01T18:31:49.098Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
21832025-07-01T18:31:49.098Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
21842025-07-01T18:31:49.098Z DNS Server (dns-service-client, exposed by dns-server)
21852025-07-01T18:31:49.098Z Dendrite DPD (dpd-client, exposed by dpd)
21862025-07-01T18:31:49.098Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
21872025-07-01T18:31:49.099Z LLDP daemon (lldpd-client, exposed by lldpd)
21882025-07-01T18:31:49.099Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
21892025-07-01T18:31:49.099Z External API (oxide-client, exposed by omicron-nexus)
21902025-07-01T18:31:49.099Z Oximeter (oximeter-client, exposed by oximeter-collector)
21912025-07-01T18:31:49.099Z Propolis (propolis-client, exposed by propolis-server)
21922025-07-01T18:31:49.099Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
21932025-07-01T18:31:49.099Z Wicketd (wicketd-client, exposed by wicketd)
21942025-07-01T18:31:49.099Z
21952025-07-01T18:31:49.099Z
21962025-07-01T18:31:49.099ZClient-managed API:
21972025-07-01T18:31:49.099Z
21982025-07-01T18:31:49.099Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
21992025-07-01T18:31:49.099Z reason: depends on itself (i.e., instances call each other)
22002025-07-01T18:31:49.099Z Wicketd Installinator (installinator-client, exposed by wicketd)
22012025-07-01T18:31:49.099Z reason: client is provided implicitly by the operator
22022025-07-01T18:31:49.099Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
22032025-07-01T18:31:49.099Z reason: Circular dependencies between Nexus and other services
22042025-07-01T18:31:49.099Z Crucible Repair (repair-client, exposed by crucible-downstairs)
22052025-07-01T18:31:49.099Z reason: depends on itself (i.e., instances call each other)
22062025-07-01T18:31:49.099Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
22072025-07-01T18:31:49.099Z reason: depends on itself (i.e., instances call each other)
22082025-07-01T18:31:49.099Z
22092025-07-01T18:31:49.099Z
22102025-07-01T18:31:49.099ZAPIs with unknown version management: none
22112025-07-01T18:31:49.204Z
22122025-07-01T18:31:49.204Zreal 10.611126364
22132025-07-01T18:31:49.204Zuser 8.792147433
22142025-07-01T18:31:49.204Zsys 3.564906070
22152025-07-01T18:31:49.229Ztrap 0.002130499
22162025-07-01T18:31:49.229Ztflt 0.000101757
22172025-07-01T18:31:49.229Zdflt 0.000210566
22182025-07-01T18:31:49.229Zkflt 0.000003206
22192025-07-01T18:31:49.229Zlock 0.526101254
22202025-07-01T18:31:49.230Zslp 33.855534058
22212025-07-01T18:31:49.230Zlat 0.036088785
22222025-07-01T18:31:49.230Zstop 0.013763532
22232025-07-01T18:31:49.230Z+ ptime -m cargo xtask ls-apis adoc
22242025-07-01T18:31:50.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
22252025-07-01T18:31:50.300Z Running `target/debug/xtask ls-apis adoc`
22262025-07-01T18:31:51.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
22272025-07-01T18:31:51.958Z Running `target/debug/ls-apis adoc`
22282025-07-01T18:31:52.026Zloading metadata for workspace omicron from current workspace
22292025-07-01T18:31:54.120Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/Cargo.toml
22302025-07-01T18:31:54.149Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/Cargo.toml
22312025-07-01T18:31:54.149Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/Cargo.toml
22322025-07-01T18:31:54.150Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/Cargo.toml
22332025-07-01T18:31:54.150Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/638c897/Cargo.toml
22342025-07-01T18:31:58.244Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/dbb6ca3/Cargo.toml
22352025-07-01T18:31:59.427Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22362025-07-01T18:31:59.479Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22372025-07-01T18:31:59.934Z
22382025-07-01T18:31:59.934Zreal 10.697458311
22392025-07-01T18:31:59.934Zuser 8.964936882
22402025-07-01T18:31:59.934Zsys 3.598488230
22412025-07-01T18:31:59.934Ztrap 0.001989043
22422025-07-01T18:31:59.934Ztflt 0.000269426
22432025-07-01T18:31:59.935Zdflt 0.000309146
22442025-07-01T18:31:59.935Zkflt 0.000000000
22452025-07-01T18:31:59.935Zlock 0.533758075
22462025-07-01T18:31:59.960Zslp 35.102947347
22472025-07-01T18:31:59.960Zlat 0.036223351
22482025-07-01T18:31:59.961Zstop 0.013179829
22492025-07-01T18:31:59.961Z+ banner build
22502025-07-01T18:31:59.961Z
22512025-07-01T18:31:59.961Z ##### # # # # #####
22522025-07-01T18:31:59.961Z # # # # # # # #
22532025-07-01T18:31:59.961Z ##### # # # # # #
22542025-07-01T18:31:59.961Z # # # # # # # #
22552025-07-01T18:31:59.961Z # # # # # # # #
22562025-07-01T18:31:59.961Z ##### #### # ###### #####
22572025-07-01T18:31:59.961Z
22582025-07-01T18:31:59.961Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
22592025-07-01T18:31:59.961Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
22602025-07-01T18:31:59.961Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
22612025-07-01T18:31:59.961Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
22622025-07-01T18:31:59.961Z+ [[ illumos == \i\l\l\u\m\o\s ]]
22632025-07-01T18:31:59.961Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
22642025-07-01T18:31:59.961Z+ export TMPDIR=/var/tmp/omicron_tmp
22652025-07-01T18:31:59.961Z+ TMPDIR=/var/tmp/omicron_tmp
22662025-07-01T18:31:59.961Z+ export RUST_BACKTRACE=1
22672025-07-01T18:31:59.961Z+ RUST_BACKTRACE=1
22682025-07-01T18:31:59.961Z+ export CARGO_INCREMENTAL=0
22692025-07-01T18:31:59.961Z+ CARGO_INCREMENTAL=0
22702025-07-01T18:31:59.961Z+ export RUSTC_BOOTSTRAP=1
22712025-07-01T18:31:59.961Z+ RUSTC_BOOTSTRAP=1
22722025-07-01T18:31:59.961Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --exclude=omicron-nexus --tests --locked --verbose
22732025-07-01T18:32:04.289Z Compiling proc-macro2 v1.0.95
22742025-07-01T18:32:04.289Z Compiling unicode-ident v1.0.18
22752025-07-01T18:32:04.289Z Compiling libc v0.2.174
22762025-07-01T18:32:04.314Z Compiling cfg-if v1.0.1
22772025-07-01T18:32:04.314Z Compiling serde v1.0.219
22782025-07-01T18:32:04.314Z Compiling autocfg v1.4.0
22792025-07-01T18:32:04.314Z Compiling memchr v2.7.4
22802025-07-01T18:32:04.361Z Compiling value-bag v1.9.0
22812025-07-01T18:32:04.387Z Running `/home/build/.rustup/toolchains/1.87.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.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=e17d5223f00440f9 -C extra-filename=-94f49666e7fa7a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822025-07-01T18:32:04.387Z Running `/home/build/.rustup/toolchains/1.87.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.95/build.rs --error-format=json --json=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=da7bbe67681fe13e -C extra-filename=-dcdb3adfacb91dbc --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-dcdb3adfacb91dbc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22832025-07-01T18:32:04.387Z Running `/home/build/.rustup/toolchains/1.87.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.174/build.rs --error-format=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::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --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=520414dab93308a9 -C extra-filename=-8b1d7bb9664cf900 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-8b1d7bb9664cf900 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842025-07-01T18:32:04.413Z Running `/home/build/.rustup/toolchains/1.87.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.219/build.rs --error-format=json --json=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=a200a4e3493ab895 -C extra-filename=-91c9eb2d35072faf --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-91c9eb2d35072faf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22852025-07-01T18:32:04.502Z Running `/home/build/.rustup/toolchains/1.87.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=326456c13b32c9e6 -C extra-filename=-70b1be6a3a4fd896 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862025-07-01T18:32:04.503Z Running `/home/build/.rustup/toolchains/1.87.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=b025b98d085c7d7f -C extra-filename=-d7b06f039966c35c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872025-07-01T18:32:04.503Z Running `/home/build/.rustup/toolchains/1.87.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=aa04558e548245cb -C extra-filename=-9940e3744517d409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882025-07-01T18:32:04.503Z Running `/home/build/.rustup/toolchains/1.87.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=4b3231fffb518146 -C extra-filename=-3a67e9cd8804fc68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22892025-07-01T18:32:04.665Z Compiling smallvec v1.15.0
22902025-07-01T18:32:04.708Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.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="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=0e3303d462a0a1d4 -C extra-filename=-3b112245a8f41229 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22912025-07-01T18:32:04.779Z Compiling version_check v0.9.5
22922025-07-01T18:32:04.806Z Running `/home/build/.rustup/toolchains/1.87.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=232a46148091ce4a -C extra-filename=-197837e41708e086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22932025-07-01T18:32:04.994Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-91c9eb2d35072faf/build-script-build`
22942025-07-01T18:32:05.092Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-dcdb3adfacb91dbc/build-script-build`
22952025-07-01T18:32:05.136Z Compiling log v0.4.27
22962025-07-01T18:32:05.162Z Compiling itoa v1.0.11
22972025-07-01T18:32:05.162Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-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=a012576ac549d296 -C extra-filename=-1bb814cae28f6e1e --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-9940e3744517d409.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982025-07-01T18:32:05.190Z Running `/home/build/.rustup/toolchains/1.87.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=a1284d2aca436c03 -C extra-filename=-1ede4a1959157936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22992025-07-01T18:32:05.231Z Compiling scopeguard v1.2.0
23002025-07-01T18:32:05.276Z Running `/home/build/.rustup/toolchains/1.87.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=2ac3bfc63a6f495b -C extra-filename=-9aa091ab62ef587d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23012025-07-01T18:32:05.301Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-8b1d7bb9664cf900/build-script-build`
23022025-07-01T18:32:05.405Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --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=1f2eceff9b7f6301 -C extra-filename=-cefab6d96bfc6445 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -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(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --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(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
23032025-07-01T18:32:05.476Z Compiling libm v0.2.8
23042025-07-01T18:32:05.501Z Running `/home/build/.rustup/toolchains/1.87.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=e7201f5b37cfcb37 -C extra-filename=-74085114372c9248 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-74085114372c9248 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052025-07-01T18:32:05.532Z Compiling lock_api v0.4.12
23062025-07-01T18:32:05.557Z Compiling num-traits v0.2.19
23072025-07-01T18:32:05.557Z Running `/home/build/.rustup/toolchains/1.87.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=301f6da474eac230 -C extra-filename=-a400df7917266ce2 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-a400df7917266ce2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082025-07-01T18:32:05.582Z Running `/home/build/.rustup/toolchains/1.87.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=207dd7bec83ba4d1 -C extra-filename=-1d45b31d4a997950 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-1d45b31d4a997950 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23092025-07-01T18:32:05.626Z Compiling portable-atomic v1.11.0
23102025-07-01T18:32:05.652Z Running `/home/build/.rustup/toolchains/1.87.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.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 '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --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_arch,values("amdgpu"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --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,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --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=b408a271d21c3c52 -C extra-filename=-1d06eeadc555dfe0 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-1d06eeadc555dfe0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23112025-07-01T18:32:05.680Z Running `/home/build/.rustup/toolchains/1.87.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.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=88f45a1158fe1b6f -C extra-filename=-945f287b7b96ea88 --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-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -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)'`
23122025-07-01T18:32:05.910Z Compiling stable_deref_trait v1.2.0
23132025-07-01T18:32:05.958Z Running `/home/build/.rustup/toolchains/1.87.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=7ba97c1da2f580b1 -C extra-filename=-1e5403e1b8402df8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142025-07-01T18:32:05.984Z Compiling ryu v1.0.18
23152025-07-01T18:32:05.984Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-74085114372c9248/build-script-build`
23162025-07-01T18:32:05.984Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-a400df7917266ce2/build-script-build`
23172025-07-01T18:32:06.052Z Running `/home/build/.rustup/toolchains/1.87.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=f10c1461f6929bb6 -C extra-filename=-d42842baf7c23fba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23182025-07-01T18:32:06.103Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-1d45b31d4a997950/build-script-build`
23192025-07-01T18:32:06.154Z Running `/home/build/.rustup/toolchains/1.87.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=b6189c03c4f8a706 -C extra-filename=-f25e6adcb3b5e793 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202025-07-01T18:32:06.217Z Compiling critical-section v1.1.3
23212025-07-01T18:32:06.242Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name critical_section --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=ce3158c97c66180a -C extra-filename=-c6739908f4dae2f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222025-07-01T18:32:06.268Z Running `/home/build/.rustup/toolchains/1.87.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=7a62093f9d6aa6f4 -C extra-filename=-4d444e8c5d73485c --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-9aa091ab62ef587d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
23232025-07-01T18:32:06.483Z Compiling serde_json v1.0.140
23242025-07-01T18:32:06.509Z Running `/home/build/.rustup/toolchains/1.87.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.140/build.rs --error-format=json --json=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=12a66523a282a2fb -C extra-filename=-b591629987fa3546 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-b591629987fa3546 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252025-07-01T18:32:06.534Z Compiling pin-project-lite v0.2.14
23262025-07-01T18:32:06.534Z Compiling litemap v0.7.3
23272025-07-01T18:32:06.534Z Running `/home/build/.rustup/toolchains/1.87.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=86bdd85071a31401 -C extra-filename=-a9d4e6e778fb1c27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282025-07-01T18:32:06.534Z Running `/home/build/.rustup/toolchains/1.87.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=0681b9e3a521311e -C extra-filename=-9346630a05fc94dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292025-07-01T18:32:06.706Z Compiling quote v1.0.40
23302025-07-01T18:32:06.731Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.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="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=1e8632cb80168930 -C extra-filename=-d025f8d9e1172b1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312025-07-01T18:32:06.756Z Compiling getrandom v0.2.15
23322025-07-01T18:32:06.782Z Running `/home/build/.rustup/toolchains/1.87.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=c608ded4fb225be2 -C extra-filename=-7507609290b17159 --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23332025-07-01T18:32:06.807Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-1d06eeadc555dfe0/build-script-build`
23342025-07-01T18:32:06.850Z Compiling writeable v0.5.5
23352025-07-01T18:32:06.876Z Running `/home/build/.rustup/toolchains/1.87.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=f0df731856b7b7a1 -C extra-filename=-dd48068adb529086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23362025-07-01T18:32:06.927Z Running `/home/build/.rustup/toolchains/1.87.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.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --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_arch,values("amdgpu"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --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,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --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=a194d7f2ac87893d -C extra-filename=-221a139d58cdccf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("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_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_mut_refs,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_offset_of,portable_atomic_no_strict_provenance,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_20,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","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha","zacas"))'`
23372025-07-01T18:32:06.969Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-b591629987fa3546/build-script-build`
23382025-07-01T18:32:07.031Z Compiling percent-encoding v2.3.1
23392025-07-01T18:32:07.057Z Compiling shlex v1.3.0
23402025-07-01T18:32:07.057Z Running `/home/build/.rustup/toolchains/1.87.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=2db907e5f09bb6d3 -C extra-filename=-076790c46d8cc729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23412025-07-01T18:32:07.057Z Running `/home/build/.rustup/toolchains/1.87.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=11fd4aa85ac04828 -C extra-filename=-97d25d72ed3d09ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422025-07-01T18:32:07.215Z Compiling syn v2.0.104
23432025-07-01T18:32:07.241Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.104/src/lib.rs --error-format=json --json=diagnostic-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=dde553c25aa41a07 -C extra-filename=-066c256ec447ff7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23442025-07-01T18:32:07.267Z Running `/home/build/.rustup/toolchains/1.87.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=1f4f2319b3bdbffb -C extra-filename=-b32efd26b54b6d26 --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-f25e6adcb3b5e793.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
23452025-07-01T18:32:07.403Z Compiling rand_core v0.6.4
23462025-07-01T18:32:07.451Z Compiling icu_locid_transform_data v1.5.0
23472025-07-01T18:32:07.451Z Running `/home/build/.rustup/toolchains/1.87.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=f22854d2d5d2507a -C extra-filename=-d309a4dac0f77c6e --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-7507609290b17159.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23482025-07-01T18:32:07.502Z Compiling byteorder v1.5.0
23492025-07-01T18:32:07.527Z Running `/home/build/.rustup/toolchains/1.87.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=a9a9d1e6d3a54280 -C extra-filename=-a6709be570372823 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23502025-07-01T18:32:07.552Z Compiling icu_properties_data v1.5.0
23512025-07-01T18:32:07.552Z Compiling parking_lot_core v0.9.10
23522025-07-01T18:32:07.553Z Running `/home/build/.rustup/toolchains/1.87.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=9fc823adeaa6ca16 -C extra-filename=-96dbc0c5a1d1c4b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23532025-07-01T18:32:07.553Z Running `/home/build/.rustup/toolchains/1.87.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=a6acb95889242908 -C extra-filename=-5ca396f3175bc529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23542025-07-01T18:32:07.553Z Running `/home/build/.rustup/toolchains/1.87.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=2dfd956a24242957 -C extra-filename=-3e4a752e59c4935c --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-3e4a752e59c4935c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23552025-07-01T18:32:07.652Z Compiling jobserver v0.1.32
23562025-07-01T18:32:07.692Z Running `/home/build/.rustup/toolchains/1.87.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=d00813f12d149e65 -C extra-filename=-a3c2492b0c4314bf --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23572025-07-01T18:32:07.876Z Compiling utf8_iter v1.0.4
23582025-07-01T18:32:07.902Z Running `/home/build/.rustup/toolchains/1.87.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=fc1d9e558b5cae79 -C extra-filename=-22bde71774a40109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23592025-07-01T18:32:07.991Z Compiling once_cell v1.21.3
23602025-07-01T18:32:08.016Z Running `/home/build/.rustup/toolchains/1.87.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.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="critical-section"' --cfg 'feature="default"' --cfg 'feature="portable-atomic"' --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=1e5f60a2e1cc3fdb -C extra-filename=-09bc292f601caea4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern critical_section=/work/oxidecomputer/omicron/target/debug/deps/libcritical_section-c6739908f4dae2f6.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23612025-07-01T18:32:08.042Z Compiling semver v1.0.26
23622025-07-01T18:32:08.077Z Running `/home/build/.rustup/toolchains/1.87.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.26/build.rs --error-format=json --json=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=0ee2cb118388203e -C extra-filename=-fbe46642e8a78556 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-fbe46642e8a78556 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632025-07-01T18:32:08.183Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-3e4a752e59c4935c/build-script-build`
23642025-07-01T18:32:08.208Z Compiling icu_normalizer_data v1.5.0
23652025-07-01T18:32:08.208Z Compiling utf16_iter v1.0.5
23662025-07-01T18:32:08.208Z Running `/home/build/.rustup/toolchains/1.87.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=0b88262e1450c418 -C extra-filename=-4319c7a5a2ea9c45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23672025-07-01T18:32:08.208Z Running `/home/build/.rustup/toolchains/1.87.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=bf60de236dc5250f -C extra-filename=-fd11caf15979887c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682025-07-01T18:32:08.277Z Compiling write16 v1.0.0
23692025-07-01T18:32:08.277Z Running `/home/build/.rustup/toolchains/1.87.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=23b8f8c1a9f01aaa -C extra-filename=-e56e6861a0da43cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23702025-07-01T18:32:08.436Z Running `/home/build/.rustup/toolchains/1.87.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=83a5d20f7c5b2407 -C extra-filename=-2307d37173dfe8e2 --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712025-07-01T18:32:08.461Z Compiling cc v1.2.15
23722025-07-01T18:32:08.461Z Running `/home/build/.rustup/toolchains/1.87.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=c46714e755dfed46 -C extra-filename=-2693dba1943116f6 --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-a3c2492b0c4314bf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-97d25d72ed3d09ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23732025-07-01T18:32:08.487Z Compiling regex-syntax v0.8.5
23742025-07-01T18:32:08.487Z Compiling form_urlencoded v1.2.1
23752025-07-01T18:32:08.487Z Running `/home/build/.rustup/toolchains/1.87.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=913ad74e0582d05c -C extra-filename=-f7fc194797028537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23762025-07-01T18:32:08.487Z Running `/home/build/.rustup/toolchains/1.87.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=256f2c2559cd84d6 -C extra-filename=-ad59467a09ca041e --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-076790c46d8cc729.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772025-07-01T18:32:08.592Z Compiling equivalent v1.0.2
23782025-07-01T18:32:08.618Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-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=37b76946023df5cc -C extra-filename=-de5be1197a0129ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792025-07-01T18:32:08.708Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-fbe46642e8a78556/build-script-build`
23802025-07-01T18:32:08.762Z Compiling foldhash v0.1.5
23812025-07-01T18:32:08.787Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=040198288ef9eb23 -C extra-filename=-2258aab87697adbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23822025-07-01T18:32:08.813Z Compiling parking_lot v0.12.3
23832025-07-01T18:32:08.813Z Running `/home/build/.rustup/toolchains/1.87.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=897ce25b36c97995 -C extra-filename=-d60a101adc746ee4 --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-4d444e8c5d73485c.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-2307d37173dfe8e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23842025-07-01T18:32:08.883Z Compiling getrandom v0.3.1
23852025-07-01T18:32:08.908Z Running `/home/build/.rustup/toolchains/1.87.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=ee1b4ed29b295161 -C extra-filename=-9e9ee7fa21dc6b74 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-9e9ee7fa21dc6b74 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23862025-07-01T18:32:08.944Z Compiling allocator-api2 v0.2.21
23872025-07-01T18:32:08.990Z Running `/home/build/.rustup/toolchains/1.87.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.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=d13be936794bc456 -C extra-filename=-9f1cde4af112ed91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23882025-07-01T18:32:09.015Z Compiling aho-corasick v1.1.3
23892025-07-01T18:32:09.042Z Running `/home/build/.rustup/toolchains/1.87.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=2270db516029890c -C extra-filename=-212bd90c4b2dd6c2 --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-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23902025-07-01T18:32:09.225Z Compiling subtle v2.6.1
23912025-07-01T18:32:09.250Z Running `/home/build/.rustup/toolchains/1.87.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=9c5d8dc0c37fe456 -C extra-filename=-437961f5488645c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23922025-07-01T18:32:09.562Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-9e9ee7fa21dc6b74/build-script-build`
23932025-07-01T18:32:09.625Z Compiling hashbrown v0.15.4
23942025-07-01T18:32:09.663Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.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="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", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=62d8723bf41ce355 -C extra-filename=-ee2ff769a8771c26 --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-9f1cde4af112ed91.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-de5be1197a0129ff.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952025-07-01T18:32:09.688Z Compiling signal-hook-registry v1.4.2
23962025-07-01T18:32:09.688Z Compiling errno v0.3.12
23972025-07-01T18:32:09.688Z Running `/home/build/.rustup/toolchains/1.87.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=3f1f71898c325736 -C extra-filename=-fd0dad88f56f0ea8 --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23982025-07-01T18:32:09.688Z Running `/home/build/.rustup/toolchains/1.87.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=e58c99809dffc395 -C extra-filename=-5b018c3601033e26 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23992025-07-01T18:32:09.688Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.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(target_os, values("cygwin"))' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5c429ebd2673d085 -C extra-filename=-17c9896e8417eaa3 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24002025-07-01T18:32:10.057Z Compiling fnv v1.0.7
24012025-07-01T18:32:10.083Z Running `/home/build/.rustup/toolchains/1.87.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=ceb7a4dc86e44fed -C extra-filename=-6e0677348c2acdca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24022025-07-01T18:32:10.158Z Compiling typenum v1.17.0
24032025-07-01T18:32:10.183Z Running `/home/build/.rustup/toolchains/1.87.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=b974153b55fab406 -C extra-filename=-2df1fb8255928dda --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-2df1fb8255928dda -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24042025-07-01T18:32:10.267Z Compiling mio v1.0.2
24052025-07-01T18:32:10.293Z Running `/home/build/.rustup/toolchains/1.87.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=977b656ca83a176f -C extra-filename=-0198d0379ddd5e72 --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-cefab6d96bfc6445.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24062025-07-01T18:32:10.456Z Compiling generic-array v0.14.7
24072025-07-01T18:32:10.481Z Running `/home/build/.rustup/toolchains/1.87.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=27fe626a05548614 -C extra-filename=-d150074bdaa5513f --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-d150074bdaa5513f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24082025-07-01T18:32:10.935Z Compiling futures-core v0.3.31
24092025-07-01T18:32:10.961Z Running `/home/build/.rustup/toolchains/1.87.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=b94ca4260a2d0f03 -C extra-filename=-a4cc7e9ef57f8919 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102025-07-01T18:32:11.037Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-d150074bdaa5513f/build-script-build`
24112025-07-01T18:32:11.107Z Compiling thiserror v1.0.69
24122025-07-01T18:32:11.134Z Running `/home/build/.rustup/toolchains/1.87.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=f0bf4de49f937d84 -C extra-filename=-8ea25a666cfcc782 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-8ea25a666cfcc782 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132025-07-01T18:32:11.626Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-2df1fb8255928dda/build-script-main`
24142025-07-01T18:32:11.652Z Compiling rustix v0.38.37
24152025-07-01T18:32:11.652Z Running `/home/build/.rustup/toolchains/1.87.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=b9523a04e2621f8a -C extra-filename=-335e43a8469de2c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-335e43a8469de2c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162025-07-01T18:32:11.652Z Compiling heck v0.5.0
24172025-07-01T18:32:11.652Z Running `/home/build/.rustup/toolchains/1.87.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=441b0cf5e03017e8 -C extra-filename=-2607b1d525d6c62b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182025-07-01T18:32:11.652Z Running `/home/build/.rustup/toolchains/1.87.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=67023ecf08a8c0f8 -C extra-filename=-0dafc8d380e544f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192025-07-01T18:32:11.824Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-8ea25a666cfcc782/build-script-build`
24202025-07-01T18:32:12.049Z Compiling socket2 v0.5.10
24212025-07-01T18:32:12.075Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.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="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=7ddfd4588eabd297 -C extra-filename=-423c3f0ad40a6f8c --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222025-07-01T18:32:12.145Z Compiling regex-automata v0.4.8
24232025-07-01T18:32:12.179Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=307d038eae155b28 -C extra-filename=-6523adb68efc81b9 --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-212bd90c4b2dd6c2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242025-07-01T18:32:12.256Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-335e43a8469de2c1/build-script-build`
24252025-07-01T18:32:12.412Z Compiling either v1.15.0
24262025-07-01T18:32:12.437Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.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="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=e7f97220bb92f101 -C extra-filename=-8d65808b96850202 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272025-07-01T18:32:12.615Z Compiling iana-time-zone v0.1.63
24282025-07-01T18:32:12.640Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.63/src/lib.rs --error-format=json --json=diagnostic-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=aa9e6e52d6f8c46f -C extra-filename=-015002e6c87ba800 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292025-07-01T18:32:12.750Z Compiling slab v0.4.9
24302025-07-01T18:32:12.776Z Running `/home/build/.rustup/toolchains/1.87.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=76fda1d0438804c2 -C extra-filename=-e8d0b93eb888828a --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-e8d0b93eb888828a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312025-07-01T18:32:12.893Z Compiling pkg-config v0.3.31
24322025-07-01T18:32:12.919Z Running `/home/build/.rustup/toolchains/1.87.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=366a66a5bd51b816 -C extra-filename=-3635e7ea4178d8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332025-07-01T18:32:13.039Z Compiling spin v0.9.8
24342025-07-01T18:32:13.080Z Running `/home/build/.rustup/toolchains/1.87.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=943ae6c007f2eb20 -C extra-filename=-406ca8badcd23106 --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-4d444e8c5d73485c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352025-07-01T18:32:13.105Z Compiling futures-io v0.3.31
24362025-07-01T18:32:13.106Z Running `/home/build/.rustup/toolchains/1.87.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=a18346cf44bb7181 -C extra-filename=-2a03d229118e1408 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372025-07-01T18:32:13.183Z Compiling const-oid v0.9.6
24382025-07-01T18:32:13.212Z Running `/home/build/.rustup/toolchains/1.87.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=e2853013ef2898bd -C extra-filename=-807b0639457d6796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392025-07-01T18:32:13.248Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-e8d0b93eb888828a/build-script-build`
24402025-07-01T18:32:13.448Z Running `/home/build/.rustup/toolchains/1.87.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=8d8c8be7b560bbce -C extra-filename=-0314e42345bf8898 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412025-07-01T18:32:13.494Z Compiling dyn-clone v1.0.19
24422025-07-01T18:32:13.520Z Compiling schemars v0.8.22
24432025-07-01T18:32:13.520Z Running `/home/build/.rustup/toolchains/1.87.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7db7cbade80f364 -C extra-filename=-9971a79910adfacb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442025-07-01T18:32:13.520Z Running `/home/build/.rustup/toolchains/1.87.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="url"' --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=c5890ca3aac23635 -C extra-filename=-83337988ea1e18c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-83337988ea1e18c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452025-07-01T18:32:13.774Z Compiling futures-sink v0.3.31
24462025-07-01T18:32:13.799Z Running `/home/build/.rustup/toolchains/1.87.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=a49d8ac4219301c8 -C extra-filename=-c7f4f26cd08f9ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24472025-07-01T18:32:13.824Z Compiling lazy_static v1.5.0
24482025-07-01T18:32:13.824Z Running `/home/build/.rustup/toolchains/1.87.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=736aa19e21dad704 -C extra-filename=-dfc5b1a102273921 --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-406ca8badcd23106.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492025-07-01T18:32:13.974Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-83337988ea1e18c2/build-script-build`
24502025-07-01T18:32:14.024Z Compiling cpufeatures v0.2.14
24512025-07-01T18:32:14.051Z Compiling pin-utils v0.1.0
24522025-07-01T18:32:14.077Z Running `/home/build/.rustup/toolchains/1.87.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=94499d2e08b2a1ea -C extra-filename=-3be62df182f0471e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24532025-07-01T18:32:14.077Z Running `/home/build/.rustup/toolchains/1.87.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=a6296376f796c9a5 -C extra-filename=-b05842547971d991 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542025-07-01T18:32:14.119Z Compiling syn v1.0.109
24552025-07-01T18:32:14.146Z Running `/home/build/.rustup/toolchains/1.87.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=dc1fb72d421e7e05 -C extra-filename=-3ff1cf5a37225f2c --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-3ff1cf5a37225f2c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24562025-07-01T18:32:14.219Z Compiling synstructure v0.13.1
24572025-07-01T18:32:14.244Z Running `/home/build/.rustup/toolchains/1.87.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=123577d9353025fa -C extra-filename=-7d510c09a6249e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24582025-07-01T18:32:14.272Z Compiling serde_derive_internals v0.29.1
24592025-07-01T18:32:14.299Z Compiling futures-channel v0.3.31
24602025-07-01T18:32:14.299Z Compiling futures-task v0.3.31
24612025-07-01T18:32:14.299Z Running `/home/build/.rustup/toolchains/1.87.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=6fd3e874c6b47b85 -C extra-filename=-4122019d594fc7b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24622025-07-01T18:32:14.299Z Running `/home/build/.rustup/toolchains/1.87.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=f8c233dbd30ab741 -C extra-filename=-533edfe2f50d4d58 --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-a4cc7e9ef57f8919.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632025-07-01T18:32:14.299Z Running `/home/build/.rustup/toolchains/1.87.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=f81be6eccdb8bc98 -C extra-filename=-340d4db1586c85dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642025-07-01T18:32:14.717Z Compiling tracing-core v0.1.32
24652025-07-01T18:32:14.743Z Running `/home/build/.rustup/toolchains/1.87.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=e3b5e6e1fdd553f6 -C extra-filename=-95e09254255101a6 --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-09bc292f601caea4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662025-07-01T18:32:14.770Z Compiling glob v0.3.2
24672025-07-01T18:32:14.770Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-3ff1cf5a37225f2c/build-script-build`
24682025-07-01T18:32:14.799Z Running `/home/build/.rustup/toolchains/1.87.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=8ffdc1baa0dd9120 -C extra-filename=-38c5db4ab82d3093 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692025-07-01T18:32:14.939Z Running `/home/build/.rustup/toolchains/1.87.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=154e00743dc47102 -C extra-filename=-d08362af13f99b55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
24702025-07-01T18:32:15.170Z Compiling thiserror v2.0.12
24712025-07-01T18:32:15.195Z Running `/home/build/.rustup/toolchains/1.87.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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c7a2dbe06c9f9e0a -C extra-filename=-963e89a24553a814 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-963e89a24553a814 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722025-07-01T18:32:15.592Z Compiling strsim v0.11.1
24732025-07-01T18:32:15.618Z Running `/home/build/.rustup/toolchains/1.87.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=fb18f5a1fffc5cb6 -C extra-filename=-88365388b924a2f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24742025-07-01T18:32:15.646Z Compiling clang-sys v1.8.1
24752025-07-01T18:32:15.672Z Running `/home/build/.rustup/toolchains/1.87.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=6708f573c88943d1 -C extra-filename=-34099e9f12b6cf56 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-34099e9f12b6cf56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762025-07-01T18:32:15.868Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-963e89a24553a814/build-script-build`
24772025-07-01T18:32:16.187Z Compiling crossbeam-utils v0.8.21
24782025-07-01T18:32:16.212Z Running `/home/build/.rustup/toolchains/1.87.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.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=d72971a5e345d614 -C extra-filename=-c21d817ceab7aa53 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c21d817ceab7aa53 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24792025-07-01T18:32:16.413Z Compiling minimal-lexical v0.2.1
24802025-07-01T18:32:16.438Z Running `/home/build/.rustup/toolchains/1.87.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=9dec3e3874aa52f3 -C extra-filename=-518c53c77bf3238a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812025-07-01T18:32:16.500Z Compiling prettyplease v0.2.35
24822025-07-01T18:32:16.526Z Running `/home/build/.rustup/toolchains/1.87.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.35/build.rs --error-format=json --json=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=e9031565dcf86d23 -C extra-filename=-a5706231d42d4c7d --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-a5706231d42d4c7d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24832025-07-01T18:32:16.551Z Compiling paste v1.0.15
24842025-07-01T18:32:16.551Z Running `/home/build/.rustup/toolchains/1.87.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=6f3c8bb392988c87 -C extra-filename=-4515151050ce8819 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-4515151050ce8819 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852025-07-01T18:32:16.614Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-34099e9f12b6cf56/build-script-build`
24862025-07-01T18:32:16.691Z Compiling adler2 v2.0.0
24872025-07-01T18:32:16.746Z Running `/home/build/.rustup/toolchains/1.87.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=562d3c08686454a4 -C extra-filename=-0f7dcedc88a93d25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882025-07-01T18:32:16.883Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c21d817ceab7aa53/build-script-build`
24892025-07-01T18:32:16.931Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-a5706231d42d4c7d/build-script-build`
24902025-07-01T18:32:16.984Z Compiling nom v7.1.3
24912025-07-01T18:32:17.009Z Compiling miniz_oxide v0.8.5
24922025-07-01T18:32:17.010Z Running `/home/build/.rustup/toolchains/1.87.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=4e82c73a8fb507f1 -C extra-filename=-b3371239ca16b9d0 --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-d7b06f039966c35c.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-518c53c77bf3238a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932025-07-01T18:32:17.010Z Running `/home/build/.rustup/toolchains/1.87.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=65ac7439fb7f9bfd -C extra-filename=-24968d158ecbffc5 --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-0f7dcedc88a93d25.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942025-07-01T18:32:17.077Z Compiling libloading v0.8.5
24952025-07-01T18:32:17.077Z Running `/home/build/.rustup/toolchains/1.87.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.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=2f9a6c5e88d18580 -C extra-filename=-e49e148379376081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
24962025-07-01T18:32:17.103Z Running `/home/build/.rustup/toolchains/1.87.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=19a2f96a9e9cc86a -C extra-filename=-10051dc4a910cb3a --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-3a67e9cd8804fc68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972025-07-01T18:32:17.172Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-4515151050ce8819/build-script-build`
24982025-07-01T18:32:17.289Z Running `/home/build/.rustup/toolchains/1.87.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=74aeab0dfa8bb8e0 -C extra-filename=-a6342b88852ed9d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -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"))'`
24992025-07-01T18:32:17.568Z Compiling vcpkg v0.2.15
25002025-07-01T18:32:17.593Z Running `/home/build/.rustup/toolchains/1.87.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=b9fbcacd10c5fe9a -C extra-filename=-26e9635c4b9744fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012025-07-01T18:32:18.229Z Compiling regex v1.11.1
25022025-07-01T18:32:18.254Z Running `/home/build/.rustup/toolchains/1.87.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=8d252bc41be99fed -C extra-filename=-26b53ab2c5be6997 --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-212bd90c4b2dd6c2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032025-07-01T18:32:18.408Z Running `/home/build/.rustup/toolchains/1.87.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=3b0f23af9e3459bc -C extra-filename=-3283956f89e6ed5b --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-38c5db4ab82d3093.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-10051dc4a910cb3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042025-07-01T18:32:18.494Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=9a1834d3611d6331 -C extra-filename=-01427f20cc138421 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -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)'`
25052025-07-01T18:32:18.906Z Compiling serde_derive v1.0.219
25062025-07-01T18:32:18.931Z Running `/home/build/.rustup/toolchains/1.87.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.219/src/lib.rs --error-format=json --json=diagnostic-rendered-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=30a3db3c47b5ce70 -C extra-filename=-03adac4a94e542fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072025-07-01T18:32:19.164Z Compiling zeroize_derive v1.4.2
25082025-07-01T18:32:19.190Z Running `/home/build/.rustup/toolchains/1.87.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=e59d78fac3f43d60 -C extra-filename=-e4c37b63b4bc0bd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092025-07-01T18:32:19.270Z Compiling zerofrom-derive v0.1.4
25102025-07-01T18:32:19.295Z Running `/home/build/.rustup/toolchains/1.87.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=ab16008acd9a94b2 -C extra-filename=-e88f83ac40c07a11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7d510c09a6249e8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112025-07-01T18:32:20.336Z Compiling yoke-derive v0.7.4
25122025-07-01T18:32:20.362Z Running `/home/build/.rustup/toolchains/1.87.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=df3b026470adff55 -C extra-filename=-29a6410d6e156763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-7d510c09a6249e8e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132025-07-01T18:32:20.691Z Compiling zeroize v1.8.1
25142025-07-01T18:32:20.716Z Running `/home/build/.rustup/toolchains/1.87.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=66604ae6bf4ee998 -C extra-filename=-f79b8eed718a5064 --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-e4c37b63b4bc0bd8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25152025-07-01T18:32:21.122Z Compiling zerovec-derive v0.10.3
25162025-07-01T18:32:21.147Z Running `/home/build/.rustup/toolchains/1.87.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=e5e1ba1b0889f248 -C extra-filename=-5a7200ea816b0b0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172025-07-01T18:32:21.507Z Compiling displaydoc v0.2.5
25182025-07-01T18:32:21.532Z Running `/home/build/.rustup/toolchains/1.87.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=082a9cedc6a43a42 -C extra-filename=-1e582a65af035914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192025-07-01T18:32:22.419Z Compiling icu_provider_macros v1.5.0
25202025-07-01T18:32:22.445Z Running `/home/build/.rustup/toolchains/1.87.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=9c9acdc97316fe98 -C extra-filename=-902a11d6c4b56a36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212025-07-01T18:32:22.651Z Compiling zerofrom v0.1.4
25222025-07-01T18:32:22.676Z Running `/home/build/.rustup/toolchains/1.87.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=f2e24b347200b023 -C extra-filename=-366a56e3ecf20ca5 --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-e88f83ac40c07a11.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25232025-07-01T18:32:22.945Z Running `/home/build/.rustup/toolchains/1.87.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=31a9c543641776fc -C extra-filename=-353e6090291573ff --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-0dafc8d380e544f8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
25242025-07-01T18:32:23.152Z Compiling yoke v0.7.4
25252025-07-01T18:32:23.177Z Running `/home/build/.rustup/toolchains/1.87.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=95b2a5756d1bd4e8 -C extra-filename=-ea72ddde4aa5b389 --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-1e5403e1b8402df8.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-29a6410d6e156763.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-366a56e3ecf20ca5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262025-07-01T18:32:23.205Z Compiling thiserror-impl v1.0.69
25272025-07-01T18:32:23.205Z Running `/home/build/.rustup/toolchains/1.87.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=6e2b4250301e90e2 -C extra-filename=-ebad948a9eb5624f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25282025-07-01T18:32:23.601Z Compiling tokio-macros v2.5.0
25292025-07-01T18:32:23.707Z Running `/home/build/.rustup/toolchains/1.87.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=0697f36bd5094851 -C extra-filename=-93a234a5edb61e57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302025-07-01T18:32:23.732Z Compiling zerovec v0.10.4
25312025-07-01T18:32:23.732Z Compiling zerocopy-derive v0.7.35
25322025-07-01T18:32:23.732Z Running `/home/build/.rustup/toolchains/1.87.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=aa6d2b47ccf744ab -C extra-filename=-88d23ef6b3441089 --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-ea72ddde4aa5b389.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-366a56e3ecf20ca5.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-5a7200ea816b0b0a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332025-07-01T18:32:23.732Z Running `/home/build/.rustup/toolchains/1.87.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=aec6285bc856d5c0 -C extra-filename=-1917bdf6b7a15dc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342025-07-01T18:32:24.330Z Compiling crypto-common v0.1.6
25352025-07-01T18:32:24.355Z Running `/home/build/.rustup/toolchains/1.87.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=00594f0bc1a0ce6a -C extra-filename=-ef421c864b54ec9e --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-353e6090291573ff.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-0dafc8d380e544f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362025-07-01T18:32:24.622Z Compiling schemars_derive v0.8.22
25372025-07-01T18:32:24.647Z Running `/home/build/.rustup/toolchains/1.87.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=30997b697277d00b -C extra-filename=-9037357f0cd40f8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-4122019d594fc7b0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382025-07-01T18:32:25.196Z Compiling block-buffer v0.10.4
25392025-07-01T18:32:25.228Z Running `/home/build/.rustup/toolchains/1.87.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=d8e5e5ce1c4095a0 -C extra-filename=-d0aaa7aee839ff6e --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-353e6090291573ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402025-07-01T18:32:25.547Z Compiling digest v0.10.7
25412025-07-01T18:32:25.572Z Running `/home/build/.rustup/toolchains/1.87.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=933f2718296ca93e -C extra-filename=-3e9ff315175280c8 --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-d0aaa7aee839ff6e.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-807b0639457d6796.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ef421c864b54ec9e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422025-07-01T18:32:25.834Z Compiling tinystr v0.7.6
25432025-07-01T18:32:25.859Z Running `/home/build/.rustup/toolchains/1.87.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=c703b3ec0458f23c -C extra-filename=-87e468eafc9c689e --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-1e582a65af035914.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442025-07-01T18:32:25.981Z Compiling icu_collections v1.5.0
25452025-07-01T18:32:26.006Z Running `/home/build/.rustup/toolchains/1.87.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=15d5a813bc858f7f -C extra-filename=-32f99f2f11d0f7dc --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-1e582a65af035914.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-ea72ddde4aa5b389.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-366a56e3ecf20ca5.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462025-07-01T18:32:26.043Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=28b3927ab7331f0f -C extra-filename=-0430a6889c233638 --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-03adac4a94e542fc.so --cap-lints allow --cfg tokio_unstable -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)'`
25472025-07-01T18:32:26.128Z Compiling zerocopy v0.7.35
25482025-07-01T18:32:26.154Z Running `/home/build/.rustup/toolchains/1.87.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=1fbae7d3fcd4600d -C extra-filename=-3ddec34f40a666cf --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-96dbc0c5a1d1c4b3.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-1917bdf6b7a15dc9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492025-07-01T18:32:26.287Z Compiling icu_locid v1.5.0
25502025-07-01T18:32:26.398Z Running `/home/build/.rustup/toolchains/1.87.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=bd77e9e8dc2dcd13 -C extra-filename=-e35d51df9b573c98 --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-1e582a65af035914.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-9346630a05fc94dd.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87e468eafc9c689e.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-dd48068adb529086.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512025-07-01T18:32:26.423Z Compiling futures-macro v0.3.31
25522025-07-01T18:32:26.423Z Running `/home/build/.rustup/toolchains/1.87.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=48d5f3ba0ce10b76 -C extra-filename=-9fdc00164a57a398 --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-ebad948a9eb5624f.so --cap-lints allow --cfg tokio_unstable -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)'`
25532025-07-01T18:32:26.423Z Running `/home/build/.rustup/toolchains/1.87.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=d9439a0585d19aaa -C extra-filename=-1b3567cfaa43dee6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542025-07-01T18:32:26.631Z Compiling tracing-attributes v0.1.27
25552025-07-01T18:32:26.656Z Running `/home/build/.rustup/toolchains/1.87.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=383cfef69ba312dd -C extra-filename=-a0c8b9ab9238333f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562025-07-01T18:32:27.361Z Compiling thiserror-impl v2.0.12
25572025-07-01T18:32:27.386Z Running `/home/build/.rustup/toolchains/1.87.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.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=a8e50e4b192d41fe -C extra-filename=-c9c9516e400c1e0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582025-07-01T18:32:27.576Z Compiling icu_provider v1.5.0
25592025-07-01T18:32:27.602Z Running `/home/build/.rustup/toolchains/1.87.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=8689977c02c40143 -C extra-filename=-f5582fe8a46ed205 --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-1e582a65af035914.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-e35d51df9b573c98.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-902a11d6c4b56a36.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-1e5403e1b8402df8.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87e468eafc9c689e.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-dd48068adb529086.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-ea72ddde4aa5b389.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-366a56e3ecf20ca5.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602025-07-01T18:32:27.630Z Compiling ppv-lite86 v0.2.20
25612025-07-01T18:32:27.699Z Running `/home/build/.rustup/toolchains/1.87.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=a22b1357fb4c75d6 -C extra-filename=-e68eb56a87261b4f --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-3ddec34f40a666cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622025-07-01T18:32:28.302Z Compiling futures-util v0.3.31
25632025-07-01T18:32:28.328Z Running `/home/build/.rustup/toolchains/1.87.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=0a6d2981cf7a7b1c -C extra-filename=-056371f35296dee7 --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-533edfe2f50d4d58.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-1b3567cfaa43dee6.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b05842547971d991.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642025-07-01T18:32:28.354Z Compiling icu_locid_transform v1.5.0
25652025-07-01T18:32:28.380Z Running `/home/build/.rustup/toolchains/1.87.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=f89e04bd7894505d -C extra-filename=-b54eb2e068c3248b --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-1e582a65af035914.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-e35d51df9b573c98.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-a6709be570372823.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f5582fe8a46ed205.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87e468eafc9c689e.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662025-07-01T18:32:28.451Z Compiling rand_chacha v0.3.1
25672025-07-01T18:32:28.476Z Compiling cexpr v0.6.0
25682025-07-01T18:32:28.476Z Running `/home/build/.rustup/toolchains/1.87.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=d4213db7bf5f5ac4 -C extra-filename=-ce3ab926e6fc3d25 --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-e68eb56a87261b4f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692025-07-01T18:32:28.476Z Running `/home/build/.rustup/toolchains/1.87.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=c5e22c819f963627 -C extra-filename=-dcf08c78d81e58d9 --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-b3371239ca16b9d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702025-07-01T18:32:28.593Z Compiling home v0.5.9
25712025-07-01T18:32:28.618Z Running `/home/build/.rustup/toolchains/1.87.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=ccb9b71768db4d39 -C extra-filename=-9134bb1cbbb6aa73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722025-07-01T18:32:28.865Z Compiling block-padding v0.3.3
25732025-07-01T18:32:28.908Z Running `/home/build/.rustup/toolchains/1.87.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=91516bf04de31dca -C extra-filename=-296b2c57eb0733aa --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-353e6090291573ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742025-07-01T18:32:29.223Z Compiling rand v0.8.5
25752025-07-01T18:32:29.248Z Running `/home/build/.rustup/toolchains/1.87.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=6b63966db73cf3a1 -C extra-filename=-72a99f773c52d59d --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-cefab6d96bfc6445.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ce3ab926e6fc3d25.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762025-07-01T18:32:29.726Z Compiling icu_properties v1.5.1
25772025-07-01T18:32:29.751Z Running `/home/build/.rustup/toolchains/1.87.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=034828c26f31f992 -C extra-filename=-eb69096108975cab --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-1e582a65af035914.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-32f99f2f11d0f7dc.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-b54eb2e068c3248b.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-5ca396f3175bc529.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f5582fe8a46ed205.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-87e468eafc9c689e.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782025-07-01T18:32:30.085Z Compiling tracing v0.1.40
25792025-07-01T18:32:30.111Z Running `/home/build/.rustup/toolchains/1.87.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=232bdf2b3a0573af -C extra-filename=-0aa05702a7b4a187 --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-1bb814cae28f6e1e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-a0c8b9ab9238333f.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-95e09254255101a6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25802025-07-01T18:32:30.136Z Compiling ring v0.17.14
25812025-07-01T18:32:30.136Z Running `/home/build/.rustup/toolchains/1.87.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.14/build.rs --error-format=json --json=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=3a6602ec4cb11821 -C extra-filename=-dd9c89c66fdb1e56 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-dd9c89c66fdb1e56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822025-07-01T18:32:30.478Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.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", "std"))' -C metadata=d007225c17427b68 -C extra-filename=-0494f1f3ffc92b81 --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-c9c9516e400c1e0a.so --cap-lints allow --cfg tokio_unstable -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)'`
25832025-07-01T18:32:30.650Z Compiling num-conv v0.1.0
25842025-07-01T18:32:30.675Z Running `/home/build/.rustup/toolchains/1.87.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=bd2e0513493b6c2f -C extra-filename=-feefc44aff7cd8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852025-07-01T18:32:30.700Z Compiling powerfmt v0.2.0
25862025-07-01T18:32:30.700Z Running `/home/build/.rustup/toolchains/1.87.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=75e77ae7f06d2baa -C extra-filename=-5f6d702ce236a435 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872025-07-01T18:32:30.747Z Compiling time-core v0.1.2
25882025-07-01T18:32:30.747Z Running `/home/build/.rustup/toolchains/1.87.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=b1cc0b33a57f553d -C extra-filename=-d13238d0196d1d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892025-07-01T18:32:30.986Z Compiling inout v0.1.3
25902025-07-01T18:32:31.011Z Running `/home/build/.rustup/toolchains/1.87.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=0eb7a0675b32dafb -C extra-filename=-76e46987a5cb127a --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-296b2c57eb0733aa.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912025-07-01T18:32:31.039Z Compiling time-macros v0.2.18
25922025-07-01T18:32:31.039Z Running `/home/build/.rustup/toolchains/1.87.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=e8a0c697e8c48189 -C extra-filename=-31f21f99f9ca54c8 --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-feefc44aff7cd8df.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-d13238d0196d1d6d.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932025-07-01T18:32:31.200Z Compiling bytes v1.10.1
25942025-07-01T18:32:31.226Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.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 --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=e4ac5280bf9c8cb0 -C extra-filename=-ee2129fa6db1368d --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952025-07-01T18:32:31.254Z Compiling bitflags v2.9.0
25962025-07-01T18:32:31.282Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.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="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=87e3e9e8ef81e6be -C extra-filename=-612ce2e304571f81 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972025-07-01T18:32:31.331Z Running `/home/build/.rustup/toolchains/1.87.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.140/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=1327b0670cf4063d -C extra-filename=-020cc87e59921a72 --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-1ede4a1959157936.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d42842baf7c23fba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
25982025-07-01T18:32:31.410Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=7991fa836db5a0a7 -C extra-filename=-5ae3bcf34d941df8 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -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)'`
25992025-07-01T18:32:31.450Z Compiling indexmap v2.9.0
26002025-07-01T18:32:31.478Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 '--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", "serde", "std", "test_debug"))' -C metadata=19918d1ac77e4e7c -C extra-filename=-5b5187d3efcceca9 --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-de5be1197a0129ff.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012025-07-01T18:32:31.791Z Running `/home/build/.rustup/toolchains/1.87.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=32b07a636e8d4173 -C extra-filename=-bc3ce9b532f509d6 --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-612ce2e304571f81.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-17c9896e8417eaa3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26022025-07-01T18:32:32.113Z Compiling chrono v0.4.41
26032025-07-01T18:32:32.138Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=5604408dbd99fbe5 -C extra-filename=-edf8629ceb4f4ea2 --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-015002e6c87ba800.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042025-07-01T18:32:32.650Z Compiling tokio v1.45.1
26052025-07-01T18:32:32.677Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/lib.rs --error-format=json --json=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(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --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=dd002d3d37467acd -C extra-filename=-cb47e4065efbacd9 --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-ee2129fa6db1368d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5b018c3601033e26.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-93a234a5edb61e57.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26062025-07-01T18:32:32.782Z Compiling uuid v1.17.0
26072025-07-01T18:32:32.818Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-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 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=b4fc97ddcde16cd9 -C extra-filename=-61107aa45954548b --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-fd0dad88f56f0ea8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082025-07-01T18:32:33.783Z Compiling icu_normalizer v1.5.0
26092025-07-01T18:32:33.809Z Running `/home/build/.rustup/toolchains/1.87.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=fc0ff304a8b61c20 -C extra-filename=-65dd47ee69ba1d61 --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-1e582a65af035914.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-32f99f2f11d0f7dc.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-4319c7a5a2ea9c45.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-eb69096108975cab.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-f5582fe8a46ed205.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-fd11caf15979887c.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-22bde71774a40109.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-e56e6861a0da43cc.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-88d23ef6b3441089.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102025-07-01T18:32:33.839Z Compiling http v1.3.1
26112025-07-01T18:32:33.865Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3ff67655e57f2307 -C extra-filename=-f7d8e045d988126a --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-ee2129fa6db1368d.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6e0677348c2acdca.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122025-07-01T18:32:33.976Z Compiling serde_tokenstream v0.2.2
26132025-07-01T18:32:34.003Z Running `/home/build/.rustup/toolchains/1.87.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=40a967316982ed75 -C extra-filename=-6ac861b44ebe6f6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26142025-07-01T18:32:34.157Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-dd9c89c66fdb1e56/build-script-build`
26152025-07-01T18:32:34.203Z Compiling deranged v0.3.11
26162025-07-01T18:32:34.233Z Running `/home/build/.rustup/toolchains/1.87.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=7d06181e884faed6 -C extra-filename=-d40af67a1f1500f4 --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-5f6d702ce236a435.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172025-07-01T18:32:34.576Z Compiling num_threads v0.1.7
26182025-07-01T18:32:34.601Z Running `/home/build/.rustup/toolchains/1.87.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=0d08a4e03eccf9f9 -C extra-filename=-34c947e127eb707e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192025-07-01T18:32:34.783Z Compiling idna_adapter v1.2.0
26202025-07-01T18:32:34.809Z Running `/home/build/.rustup/toolchains/1.87.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=4db5dd5d52202e55 -C extra-filename=-8c596d009fe7c33a --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-65dd47ee69ba1d61.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-eb69096108975cab.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212025-07-01T18:32:35.087Z Compiling idna v1.0.3
26222025-07-01T18:32:35.113Z Running `/home/build/.rustup/toolchains/1.87.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=7182596050b41db5 -C extra-filename=-34d50781102c559f --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-8c596d009fe7c33a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-22bde71774a40109.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232025-07-01T18:32:35.388Z Compiling cipher v0.4.4
26242025-07-01T18:32:35.428Z Running `/home/build/.rustup/toolchains/1.87.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=b5acc6afd94c02df -C extra-filename=-f31d3e05cb6ea3f7 --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-ef421c864b54ec9e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252025-07-01T18:32:35.456Z Compiling itertools v0.12.1
26262025-07-01T18:32:35.456Z Running `/home/build/.rustup/toolchains/1.87.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=2e5102cd7b464ba2 -C extra-filename=-bb1901253e0db9df --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-8d65808b96850202.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272025-07-01T18:32:35.658Z Compiling time v0.3.36
26282025-07-01T18:32:35.685Z Running `/home/build/.rustup/toolchains/1.87.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=0957a2098b736ea1 -C extra-filename=-3f30d236ac36dc33 --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-d40af67a1f1500f4.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-feefc44aff7cd8df.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-34c947e127eb707e.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-5f6d702ce236a435.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-d13238d0196d1d6d.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-31f21f99f9ca54c8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292025-07-01T18:32:36.011Z Compiling url v2.5.4
26302025-07-01T18:32:36.038Z Compiling bindgen v0.69.5
26312025-07-01T18:32:36.038Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=e54a1361606f0dff -C extra-filename=-774cc457f12827cd --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-ad59467a09ca041e.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322025-07-01T18:32:36.038Z Running `/home/build/.rustup/toolchains/1.87.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=e3a83a03b9ff3434 -C extra-filename=-6e12f617ac425b8a --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-6e12f617ac425b8a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332025-07-01T18:32:36.129Z Compiling base64 v0.22.1
26342025-07-01T18:32:36.154Z Running `/home/build/.rustup/toolchains/1.87.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=c26bbdf4b7efd80f -C extra-filename=-ef6e1aa9c68ab04f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352025-07-01T18:32:36.579Z Compiling which v4.4.2
26362025-07-01T18:32:36.604Z Running `/home/build/.rustup/toolchains/1.87.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=b5c8fae8d1db926c -C extra-filename=-bbc14ece1e1d905b --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-8d65808b96850202.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-9134bb1cbbb6aa73.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372025-07-01T18:32:36.894Z Compiling ipnet v2.11.0
26382025-07-01T18:32:36.919Z Running `/home/build/.rustup/toolchains/1.87.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=45437ff5b1e124f3 -C extra-filename=-bb8b455598dc1605 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26392025-07-01T18:32:37.055Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-6e12f617ac425b8a/build-script-build`
26402025-07-01T18:32:37.118Z Running `/home/build/.rustup/toolchains/1.87.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="url"' --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=fd89a1242cb0566f -C extra-filename=-1eb127cf435ef42d --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-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-9037357f0cd40f8d.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
26412025-07-01T18:32:37.168Z Compiling rustc-hash v1.1.0
26422025-07-01T18:32:37.195Z Running `/home/build/.rustup/toolchains/1.87.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=6d070fc8d3d48e2e -C extra-filename=-c7bfe1dc0152ed27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432025-07-01T18:32:37.387Z Compiling atomic-waker v1.1.2
26442025-07-01T18:32:37.413Z Running `/home/build/.rustup/toolchains/1.87.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=8ffa87bb9fece03c -C extra-filename=-fedd5a66ca51a142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452025-07-01T18:32:37.669Z Compiling lazycell v1.3.0
26462025-07-01T18:32:37.694Z Running `/home/build/.rustup/toolchains/1.87.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=3d0f027b4cbb1161 -C extra-filename=-4c2fbb8fd531363b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472025-07-01T18:32:37.791Z Compiling httparse v1.9.5
26482025-07-01T18:32:37.817Z Running `/home/build/.rustup/toolchains/1.87.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=ac692a6b79ee2166 -C extra-filename=-5e840eae59928cde --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-5e840eae59928cde -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492025-07-01T18:32:37.914Z Compiling cmake v0.1.51
26502025-07-01T18:32:37.938Z Running `/home/build/.rustup/toolchains/1.87.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=83020074039a9d21 -C extra-filename=-c920037fede30676 --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-2693dba1943116f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512025-07-01T18:32:38.050Z Compiling base64ct v1.6.0
26522025-07-01T18:32:38.076Z Running `/home/build/.rustup/toolchains/1.87.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=f02a64d109bb137a -C extra-filename=-78e38759e3b6da1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532025-07-01T18:32:38.286Z Running `/home/build/.rustup/toolchains/1.87.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=68114f580766d689 -C extra-filename=-2de0f4d1c1bf2a4a --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-612ce2e304571f81.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-dcf08c78d81e58d9.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-3283956f89e6ed5b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb1901253e0db9df.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-4c2fbb8fd531363b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-c7bfe1dc0152ed27.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-97d25d72ed3d09ed.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-bbc14ece1e1d905b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26542025-07-01T18:32:38.551Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5e840eae59928cde/build-script-build`
26552025-07-01T18:32:38.670Z Compiling dunce v1.0.5
26562025-07-01T18:32:38.708Z Running `/home/build/.rustup/toolchains/1.87.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=472527bcefb1b35b -C extra-filename=-d895c3041ca1d506 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572025-07-01T18:32:38.735Z Compiling gimli v0.31.1
26582025-07-01T18:32:38.735Z Running `/home/build/.rustup/toolchains/1.87.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=ed499b9c1e05cbba -C extra-filename=-ddeba5872aa7c770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592025-07-01T18:32:38.785Z Compiling fs_extra v1.3.0
26602025-07-01T18:32:38.821Z Running `/home/build/.rustup/toolchains/1.87.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=4ee2a500a3d4bf6d -C extra-filename=-0849a451a77f2881 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612025-07-01T18:32:38.876Z Compiling untrusted v0.9.0
26622025-07-01T18:32:38.902Z Running `/home/build/.rustup/toolchains/1.87.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=0186b9dac7fe268a -C extra-filename=-9ea0b2710c8f355f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632025-07-01T18:32:38.977Z Running `/home/build/.rustup/toolchains/1.87.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=d7b47ff816594f00 -C extra-filename=-05a99ada30406413 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
26642025-07-01T18:32:39.140Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.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="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=9b090c5c72761e50 -C extra-filename=-185aae11fe3a51e7 --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-3a67e9cd8804fc68.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9ea0b2710c8f355f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -l static=ring_core_0_17_14_ -l static=ring_core_0_17_14__test`
26652025-07-01T18:32:39.383Z Compiling toml_datetime v0.6.11
26662025-07-01T18:32:39.428Z Running `/home/build/.rustup/toolchains/1.87.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.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 --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 --allow=unnameable_types '--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' '--allow=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=c68cd6f1eb0cff8f -C extra-filename=-2310c9a53b7cd6d1 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672025-07-01T18:32:39.569Z Compiling serde_spanned v0.6.9
26682025-07-01T18:32:39.595Z Running `/home/build/.rustup/toolchains/1.87.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.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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 --allow=unnameable_types '--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' '--allow=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=967e2d09023ba000 -C extra-filename=-8610c46388891908 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692025-07-01T18:32:39.859Z Compiling hmac v0.12.1
26702025-07-01T18:32:39.885Z Running `/home/build/.rustup/toolchains/1.87.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=f791f853004543ee -C extra-filename=-6aa4274319cf8bc9 --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-3e9ff315175280c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712025-07-01T18:32:39.958Z Compiling sha2 v0.10.9
26722025-07-01T18:32:39.984Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=c5294a74a31ea692 -C extra-filename=-84a4ee7bdad55f56 --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-3a67e9cd8804fc68.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732025-07-01T18:32:40.082Z Compiling object v0.36.5
26742025-07-01T18:32:40.121Z Running `/home/build/.rustup/toolchains/1.87.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=f5a714dd578a8629 -C extra-filename=-73f9e3f87f80d159 --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-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752025-07-01T18:32:40.193Z Compiling anyhow v1.0.98
26762025-07-01T18:32:40.230Z Running `/home/build/.rustup/toolchains/1.87.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.98/build.rs --error-format=json --json=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=0638fd45d7e9a673 -C extra-filename=-753421cde9717ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-753421cde9717ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26772025-07-01T18:32:40.326Z Compiling rustc-demangle v0.1.24
26782025-07-01T18:32:40.352Z Running `/home/build/.rustup/toolchains/1.87.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=af527cb6c49092eb -C extra-filename=-837ac0437484abde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792025-07-01T18:32:40.855Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-753421cde9717ce6/build-script-build`
26802025-07-01T18:32:41.229Z Compiling tokio-util v0.7.15
26812025-07-01T18:32:41.279Z Running `/home/build/.rustup/toolchains/1.87.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.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=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="slab"' --cfg 'feature="time"' --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=144e195f18f8599f -C extra-filename=-b47c660fcf94e2fa --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-ee2129fa6db1368d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822025-07-01T18:32:41.471Z Compiling aws-lc-rs v1.12.4
26832025-07-01T18:32:41.497Z Running `/home/build/.rustup/toolchains/1.87.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=a4c068c7de1998b2 -C extra-filename=-6b27ff1dff026fa9 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-6b27ff1dff026fa9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842025-07-01T18:32:41.969Z Compiling rustls-pki-types v1.10.0
26852025-07-01T18:32:41.997Z Running `/home/build/.rustup/toolchains/1.87.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=757645bd4853385b -C extra-filename=-a20c5b88c8aa431e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26862025-07-01T18:32:42.722Z Compiling addr2line v0.24.2
26872025-07-01T18:32:42.751Z Running `/home/build/.rustup/toolchains/1.87.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=8495f744025dddeb -C extra-filename=-823a0097e60815d6 --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-ddeba5872aa7c770.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882025-07-01T18:32:42.978Z Compiling http-body v1.0.1
26892025-07-01T18:32:43.003Z Running `/home/build/.rustup/toolchains/1.87.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=041f120de2924f40 -C extra-filename=-94110eabed412358 --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-ee2129fa6db1368d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26902025-07-01T18:32:43.060Z Compiling zerocopy v0.8.26
26912025-07-01T18:32:43.089Z Running `/home/build/.rustup/toolchains/1.87.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.26/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=cfc8dbd5c9415acc -C extra-filename=-f89805788717abbd --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-f89805788717abbd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922025-07-01T18:32:43.203Z Compiling pem-rfc7468 v0.7.0
26932025-07-01T18:32:43.229Z Running `/home/build/.rustup/toolchains/1.87.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=6db9d193fa3447d3 -C extra-filename=-d909e5bee2ee8acf --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-78e38759e3b6da1b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942025-07-01T18:32:43.306Z Compiling openssl-sys v0.9.109
26952025-07-01T18:32:43.332Z Running `/home/build/.rustup/toolchains/1.87.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.109/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("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=8dfd334122c00ee6 -C extra-filename=-f143d5a2a4fad1bc --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-f143d5a2a4fad1bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-26e9635c4b9744fe.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962025-07-01T18:32:43.419Z Compiling zerocopy-derive v0.8.26
26972025-07-01T18:32:43.446Z Running `/home/build/.rustup/toolchains/1.87.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.26/src/lib.rs --error-format=json --json=diagnostic-rendered-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=2e2235f64b20364f -C extra-filename=-d9abbe12204e3528 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26982025-07-01T18:32:43.510Z Compiling try-lock v0.2.5
26992025-07-01T18:32:43.536Z Running `/home/build/.rustup/toolchains/1.87.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=8c058a411d98dd7b -C extra-filename=-6f862039797be5b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002025-07-01T18:32:43.746Z Compiling untrusted v0.7.1
27012025-07-01T18:32:43.784Z Running `/home/build/.rustup/toolchains/1.87.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=12ebb3d6944d5ba9 -C extra-filename=-ea5d24529940ac78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022025-07-01T18:32:43.872Z Compiling httpdate v1.0.3
27032025-07-01T18:32:43.898Z Running `/home/build/.rustup/toolchains/1.87.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=7d0efa2e78630149 -C extra-filename=-4a38a210df1c0db1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042025-07-01T18:32:43.999Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-f89805788717abbd/build-script-build`
27052025-07-01T18:32:44.049Z Compiling utf8parse v0.2.2
27062025-07-01T18:32:44.074Z Running `/home/build/.rustup/toolchains/1.87.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=2e28aa33f47246c6 -C extra-filename=-41474b0312db0bc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27072025-07-01T18:32:44.135Z Compiling want v0.3.1
27082025-07-01T18:32:44.160Z Running `/home/build/.rustup/toolchains/1.87.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=61c8d012a7fa08e0 -C extra-filename=-a0e5650d9d600279 --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-6f862039797be5b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092025-07-01T18:32:44.326Z Compiling h2 v0.4.6
27102025-07-01T18:32:44.353Z Running `/home/build/.rustup/toolchains/1.87.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=c17d21826037181a -C extra-filename=-5abce881347377af --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-fedd5a66ca51a142.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6e0677348c2acdca.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112025-07-01T18:32:44.383Z Compiling tower-service v0.3.3
27122025-07-01T18:32:44.429Z Running `/home/build/.rustup/toolchains/1.87.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=68081e39e783ab09 -C extra-filename=-28726dda7401c611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132025-07-01T18:32:44.499Z Compiling rustversion v1.0.17
27142025-07-01T18:32:44.525Z Running `/home/build/.rustup/toolchains/1.87.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=09e785875f6543f3 -C extra-filename=-fa1c115877768dfd --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-fa1c115877768dfd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152025-07-01T18:32:44.575Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-f143d5a2a4fad1bc/build-script-main`
27162025-07-01T18:32:44.622Z Compiling der_derive v0.7.3
27172025-07-01T18:32:44.650Z Running `/home/build/.rustup/toolchains/1.87.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=93d411c261491363 -C extra-filename=-a590b2cd8246a7c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182025-07-01T18:32:44.706Z Compiling async-trait v0.1.88
27192025-07-01T18:32:44.733Z Running `/home/build/.rustup/toolchains/1.87.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.88/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=3c3d9cde9bb10e7f -C extra-filename=-0995b155a32ebe73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202025-07-01T18:32:45.229Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-fa1c115877768dfd/build-script-build`
27212025-07-01T18:32:45.336Z Compiling slog v2.7.0
27222025-07-01T18:32:45.361Z Running `/home/build/.rustup/toolchains/1.87.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=4b66fc8f05a0967f -C extra-filename=-ff5395a05bb231db --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-ff5395a05bb231db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232025-07-01T18:32:45.759Z Compiling flagset v0.4.6
27242025-07-01T18:32:45.784Z Running `/home/build/.rustup/toolchains/1.87.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=5b04d544386d8c76 -C extra-filename=-46f65cac44086cad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252025-07-01T18:32:45.891Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-ff5395a05bb231db/build-script-build`
27262025-07-01T18:32:46.008Z Running `/home/build/.rustup/toolchains/1.87.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=aef9025c983aaffd -C extra-filename=-eafbd3de287a97a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -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"))'`
27272025-07-01T18:32:46.050Z Compiling pbkdf2 v0.12.2
27282025-07-01T18:32:46.078Z Running `/home/build/.rustup/toolchains/1.87.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=5556be84f07a9d58 -C extra-filename=-00544ebe64b3cccc --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-3e9ff315175280c8.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292025-07-01T18:32:46.286Z Compiling aes v0.8.4
27302025-07-01T18:32:46.334Z Running `/home/build/.rustup/toolchains/1.87.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=2773bd191c13e82e -C extra-filename=-55fdd9699131206a --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-3a67e9cd8804fc68.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312025-07-01T18:32:46.574Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=2f53570e9144975b -C extra-filename=-e3642f0d56e48e0a --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-d9abbe12204e3528.so --cap-lints allow --cfg tokio_unstable -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(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("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)'`
27322025-07-01T18:32:46.916Z Compiling backtrace v0.3.74
27332025-07-01T18:32:46.942Z Running `/home/build/.rustup/toolchains/1.87.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=bb8402b33c6bdf69 -C extra-filename=-b0a108cc4aab207b --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-823a0097e60815d6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-24968d158ecbffc5.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-73f9e3f87f80d159.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-837ac0437484abde.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342025-07-01T18:32:47.145Z Compiling der v0.7.9
27352025-07-01T18:32:47.176Z Running `/home/build/.rustup/toolchains/1.87.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=ed0688cdbaaaff5e -C extra-filename=-975ebc6c4312b724 --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-807b0639457d6796.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-a590b2cd8246a7c1.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-46f65cac44086cad.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362025-07-01T18:32:47.206Z Compiling anstyle v1.0.11
27372025-07-01T18:32:47.236Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-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 --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=unnameable_types '--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' '--allow=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=37ddd73c178daabb -C extra-filename=-b0351b73701e7482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382025-07-01T18:32:47.303Z Compiling mime v0.3.17
27392025-07-01T18:32:47.333Z Running `/home/build/.rustup/toolchains/1.87.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=cd0af01ab250c54e -C extra-filename=-3da7535f9c3f5096 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402025-07-01T18:32:47.654Z Running `/home/build/.rustup/toolchains/1.87.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=9235df8998c6a1e9 -C extra-filename=-fdf356fc3a70d016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
27412025-07-01T18:32:47.841Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.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="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b0d6482fd870dcd0 -C extra-filename=-c95e7a9dc0e06bbc --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-b0a108cc4aab207b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --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)'`
27422025-07-01T18:32:48.345Z Compiling cbc v0.1.2
27432025-07-01T18:32:48.372Z Running `/home/build/.rustup/toolchains/1.87.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=f50c83517202113d -C extra-filename=-f998252f1b17c00b --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-f31d3e05cb6ea3f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442025-07-01T18:32:48.624Z Compiling salsa20 v0.10.2
27452025-07-01T18:32:48.657Z Running `/home/build/.rustup/toolchains/1.87.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=8e2fec529862a028 -C extra-filename=-ace9f7329efcb9c3 --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-f31d3e05cb6ea3f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462025-07-01T18:32:48.682Z Compiling openssl v0.10.73
27472025-07-01T18:32:48.712Z Running `/home/build/.rustup/toolchains/1.87.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.73/build.rs --error-format=json --json=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("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=b9b74d6a22e3781c -C extra-filename=-30f1e69aedd5a16b --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-30f1e69aedd5a16b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27482025-07-01T18:32:48.738Z Compiling foreign-types-shared v0.1.1
27492025-07-01T18:32:48.738Z Running `/home/build/.rustup/toolchains/1.87.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=7f531c80b03da3c9 -C extra-filename=-9f846a882efa78a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502025-07-01T18:32:48.930Z Compiling openssl-probe v0.1.5
27512025-07-01T18:32:48.994Z Running `/home/build/.rustup/toolchains/1.87.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=27cd8ed717b4cf95 -C extra-filename=-4326dd177030920d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522025-07-01T18:32:48.995Z Compiling scrypt v0.11.0
27532025-07-01T18:32:49.054Z Running `/home/build/.rustup/toolchains/1.87.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=ca0ef6326227c2ef -C extra-filename=-96e8ec4863f75cc1 --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-00544ebe64b3cccc.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-ace9f7329efcb9c3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542025-07-01T18:32:49.140Z Compiling spki v0.7.3
27552025-07-01T18:32:49.170Z Running `/home/build/.rustup/toolchains/1.87.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=12aa310b458ebf3b -C extra-filename=-05a519be33bc11fe --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-975ebc6c4312b724.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562025-07-01T18:32:49.307Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-30f1e69aedd5a16b/build-script-build`
27572025-07-01T18:32:49.341Z Compiling foreign-types v0.3.2
27582025-07-01T18:32:49.341Z Running `/home/build/.rustup/toolchains/1.87.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=3d5a4f0d33a87b98 -C extra-filename=-f9d6d1e055588901 --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-9f846a882efa78a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592025-07-01T18:32:49.499Z Running `/home/build/.rustup/toolchains/1.87.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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=3f1bd995e59a5f29 -C extra-filename=-5d1f69bb666610fc --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -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(awslc)' --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)'`
27602025-07-01T18:32:49.531Z Compiling anstyle-parse v0.2.5
27612025-07-01T18:32:49.531Z Running `/home/build/.rustup/toolchains/1.87.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=db1aeaf99f7e9211 -C extra-filename=-b26c95ab3d01217c --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-41474b0312db0bc8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27622025-07-01T18:32:49.563Z Compiling http-body-util v0.1.3
27632025-07-01T18:32:49.590Z Compiling rustc_version v0.4.1
27642025-07-01T18:32:49.591Z Running `/home/build/.rustup/toolchains/1.87.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-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("channel", "default", "full"))' -C metadata=f66b8b0d232e5345 -C extra-filename=-4cdd70a5c7abc121 --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-ee2129fa6db1368d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652025-07-01T18:32:49.591Z Running `/home/build/.rustup/toolchains/1.87.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=f4a450a555bd6c8a -C extra-filename=-44b9cba06af0b51e --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-5ae3bcf34d941df8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662025-07-01T18:32:49.898Z Compiling openssl-macros v0.1.1
27672025-07-01T18:32:49.927Z Compiling anstyle-query v1.1.1
27682025-07-01T18:32:49.927Z Running `/home/build/.rustup/toolchains/1.87.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=9d11a13dbed906e2 -C extra-filename=-c605e9d1c66c0c5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692025-07-01T18:32:49.927Z Running `/home/build/.rustup/toolchains/1.87.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=07e54ebd625300ee -C extra-filename=-6126000670de50da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702025-07-01T18:32:49.982Z Compiling is_terminal_polyfill v1.70.1
27712025-07-01T18:32:50.029Z Running `/home/build/.rustup/toolchains/1.87.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=e700fb583d1b7d71 -C extra-filename=-b71c4afb40e6cc4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722025-07-01T18:32:50.109Z Compiling colorchoice v1.0.2
27732025-07-01T18:32:50.142Z Running `/home/build/.rustup/toolchains/1.87.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=0ab4bf6520cc80fa -C extra-filename=-7cd70004de9aefee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742025-07-01T18:32:50.185Z Compiling rustls v0.23.19
27752025-07-01T18:32:50.212Z Running `/home/build/.rustup/toolchains/1.87.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=77832e3ad5e96c0f -C extra-filename=-c10125c8907407c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-c10125c8907407c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762025-07-01T18:32:50.240Z Compiling pkcs5 v0.7.1
27772025-07-01T18:32:50.241Z Running `/home/build/.rustup/toolchains/1.87.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=6244d7187481e9a6 -C extra-filename=-086189c37a868443 --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-55fdd9699131206a.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f998252f1b17c00b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-975ebc6c4312b724.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-00544ebe64b3cccc.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-96e8ec4863f75cc1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782025-07-01T18:32:50.284Z Compiling terminal_size v0.4.0
27792025-07-01T18:32:50.312Z Running `/home/build/.rustup/toolchains/1.87.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=7d9f0682b406c814 -C extra-filename=-7560acd18ac12719 --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-bc3ce9b532f509d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802025-07-01T18:32:50.343Z Compiling anstream v0.6.18
27812025-07-01T18:32:50.394Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.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 --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="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=61d1827736cb57e3 -C extra-filename=-473990d64b50713f --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-b0351b73701e7482.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-b26c95ab3d01217c.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-6126000670de50da.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-7cd70004de9aefee.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-b71c4afb40e6cc4a.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-41474b0312db0bc8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822025-07-01T18:32:50.573Z Compiling native-tls v0.2.12
27832025-07-01T18:32:50.600Z Running `/home/build/.rustup/toolchains/1.87.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=7f06c503e864ce57 -C extra-filename=-06a736a1508b1d1a --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-06a736a1508b1d1a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842025-07-01T18:32:50.626Z Compiling serde_urlencoded v0.7.1
27852025-07-01T18:32:50.626Z Running `/home/build/.rustup/toolchains/1.87.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=bc47932cb80611b8 -C extra-filename=-6fbeae4dd336d0a0 --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-ad59467a09ca041e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d42842baf7c23fba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862025-07-01T18:32:50.728Z Compiling cookie v0.18.1
27872025-07-01T18:32:50.787Z Running `/home/build/.rustup/toolchains/1.87.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=162102baaeee517e -C extra-filename=-90fd167818df0fd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-90fd167818df0fd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882025-07-01T18:32:50.844Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.73/src/lib.rs --error-format=json --json=diagnostic-rendered-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("aws-lc", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=2c2927d54c4af664 -C extra-filename=-dc1780b1b699f4f3 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-f9d6d1e055588901.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-c605e9d1c66c0c5a.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rmeta --cap-lints allow --cfg tokio_unstable -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(awslc)' --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(libressl410)' --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)'`
27892025-07-01T18:32:51.001Z Compiling hyper v1.6.0
27902025-07-01T18:32:51.026Z Running `/home/build/.rustup/toolchains/1.87.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=0545c4f7ca8b54bb -C extra-filename=-799631c06183c334 --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-ee2129fa6db1368d.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-5abce881347377af.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-05a99ada30406413.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-4a38a210df1c0db1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-a0e5650d9d600279.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912025-07-01T18:32:51.052Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-06a736a1508b1d1a/build-script-build`
27922025-07-01T18:32:51.117Z Compiling pkcs8 v0.10.2
27932025-07-01T18:32:51.151Z Running `/home/build/.rustup/toolchains/1.87.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=1bb0854489826965 -C extra-filename=-d1942fe7a0f875a4 --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-975ebc6c4312b724.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-086189c37a868443.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942025-07-01T18:32:51.177Z Compiling encoding_rs v0.8.34
27952025-07-01T18:32:51.177Z Running `/home/build/.rustup/toolchains/1.87.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=65ebd383df0d29c5 -C extra-filename=-0ed5622e321211e4 --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-3a67e9cd8804fc68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962025-07-01T18:32:51.212Z Compiling clap_lex v0.7.4
27972025-07-01T18:32:51.212Z Running `/home/build/.rustup/toolchains/1.87.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=5a53649bba3cb0b7 -C extra-filename=-6288d0740bef94c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982025-07-01T18:32:51.391Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-90fd167818df0fd8/build-script-build`
27992025-07-01T18:32:51.515Z Compiling clap_derive v4.5.40
28002025-07-01T18:32:51.542Z Running `/home/build/.rustup/toolchains/1.87.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.40/src/lib.rs --error-format=json --json=diagnostic-rendered-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 --allow=unnameable_types '--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' '--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' '--allow=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=0bf26169a103c441 -C extra-filename=-a35b58c27173181b --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-2607b1d525d6c62b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012025-07-01T18:32:51.754Z Compiling clap_builder v4.5.40
28022025-07-01T18:32:51.781Z Running `/home/build/.rustup/toolchains/1.87.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.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 --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 --allow=unnameable_types '--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' '--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' '--allow=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=34c4ab4f390a0105 -C extra-filename=-5635dba39bf9bf7b --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-473990d64b50713f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b0351b73701e7482.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-6288d0740bef94c8.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-88365388b924a2f2.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-7560acd18ac12719.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032025-07-01T18:32:51.821Z Compiling sync_wrapper v1.0.1
28042025-07-01T18:32:51.847Z Running `/home/build/.rustup/toolchains/1.87.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=308a010d4d5541a4 -C extra-filename=-75de4f262a28760b --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-a4cc7e9ef57f8919.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052025-07-01T18:32:52.030Z Compiling psl-types v2.0.11
28062025-07-01T18:32:52.057Z Running `/home/build/.rustup/toolchains/1.87.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=5ae7ec16b223b28e -C extra-filename=-9e6bb20a3ce10660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072025-07-01T18:32:52.278Z Compiling ucd-trie v0.1.7
28082025-07-01T18:32:52.303Z Running `/home/build/.rustup/toolchains/1.87.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=6a73ff6f3f213437 -C extra-filename=-28d04de99b2bc41b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28092025-07-01T18:32:52.774Z Compiling litrs v0.4.1
28102025-07-01T18:32:52.804Z Running `/home/build/.rustup/toolchains/1.87.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=23e1e3a449ddbcd5 -C extra-filename=-cd3fc9c0e1a075ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112025-07-01T18:32:53.257Z Compiling hyper-util v0.1.14
28122025-07-01T18:32:53.282Z Running `/home/build/.rustup/toolchains/1.87.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.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="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --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"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=6f29924809f7b9a3 -C extra-filename=-59a59a87f1844024 --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-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132025-07-01T18:32:53.764Z Compiling tower-layer v0.3.3
28142025-07-01T18:32:53.790Z Running `/home/build/.rustup/toolchains/1.87.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=e085d8a7cc02ab59 -C extra-filename=-bd0bbb636a35fca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152025-07-01T18:32:54.079Z Compiling tower v0.5.2
28162025-07-01T18:32:54.110Z Running `/home/build/.rustup/toolchains/1.87.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=137e6d27b38ca53d -C extra-filename=-9f27ff00511e66a6 --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-a4cc7e9ef57f8919.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-75de4f262a28760b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-bd0bbb636a35fca4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28172025-07-01T18:32:54.292Z Compiling document-features v0.2.10
28182025-07-01T18:32:54.323Z Running `/home/build/.rustup/toolchains/1.87.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=b3bdf6765e6d6a5d -C extra-filename=-ae8a061978bd6a4f --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-cd3fc9c0e1a075ba.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192025-07-01T18:32:54.353Z Compiling pest v2.7.14
28202025-07-01T18:32:54.353Z Running `/home/build/.rustup/toolchains/1.87.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=293ecfc376904802 -C extra-filename=-ed882f13e3464c45 --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-d7b06f039966c35c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-28d04de99b2bc41b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212025-07-01T18:32:54.861Z Compiling publicsuffix v2.3.0
28222025-07-01T18:32:54.889Z Running `/home/build/.rustup/toolchains/1.87.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=2802453fa43b6d63 -C extra-filename=-f66170888388492b --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-34d50781102c559f.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-9e6bb20a3ce10660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232025-07-01T18:32:55.215Z Running `/home/build/.rustup/toolchains/1.87.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=a2f0306f89ea37f1 -C extra-filename=-ab94460ce68b16a6 --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-076790c46d8cc729.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242025-07-01T18:32:55.313Z Compiling clap v4.5.40
28252025-07-01T18:32:55.343Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.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 --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 --allow=unnameable_types '--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' '--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' '--allow=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=34cac49c32ec5f83 -C extra-filename=-632418e604ae25d3 --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-5635dba39bf9bf7b.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-a35b58c27173181b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262025-07-01T18:32:55.472Z Compiling rustls-native-certs v0.8.1
28272025-07-01T18:32:55.502Z Running `/home/build/.rustup/toolchains/1.87.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.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=a62945eb9400f817 -C extra-filename=-3b2712159c6a2f0a --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-4326dd177030920d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282025-07-01T18:32:55.529Z Compiling webpki-roots v1.0.0
28292025-07-01T18:32:55.529Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/webpki-roots-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())' -C metadata=ed746bc8bb15920a -C extra-filename=-8ab760ed4396f3df --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-a20c5b88c8aa431e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302025-07-01T18:32:55.780Z Compiling openapiv3 v2.2.0
28312025-07-01T18:32:55.814Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-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="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=038c54422e3ebd8f -C extra-filename=-acd5143896865d4f --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-5b5187d3efcceca9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322025-07-01T18:32:56.010Z Running `/home/build/.rustup/toolchains/1.87.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=d7aa30a09df1fdeb -C extra-filename=-fd815ee3e6f6d147 --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-1bb814cae28f6e1e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4326dd177030920d.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
28332025-07-01T18:32:56.276Z Compiling iri-string v0.7.8
28342025-07-01T18:32:56.315Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=ab64be3bed49b57a -C extra-filename=-d113d1b226aece0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352025-07-01T18:32:56.675Z Compiling tokio-native-tls v0.3.1
28362025-07-01T18:32:56.712Z Running `/home/build/.rustup/toolchains/1.87.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=bcb19f5728066b0e -C extra-filename=-8ae23bdd00bb6a07 --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-fd815ee3e6f6d147.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
28372025-07-01T18:32:56.755Z Compiling pest_meta v2.7.14
28382025-07-01T18:32:56.782Z Running `/home/build/.rustup/toolchains/1.87.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=73b0363e2974ce5a -C extra-filename=-c67523330b872e55 --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-09bc292f601caea4.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-ed882f13e3464c45.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392025-07-01T18:32:57.013Z Compiling hyper-tls v0.6.0
28402025-07-01T18:32:57.040Z Running `/home/build/.rustup/toolchains/1.87.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=6c5de84e4c27c249 -C extra-filename=-881d7f8af9b220f6 --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-ee2129fa6db1368d.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-fd815ee3e6f6d147.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-8ae23bdd00bb6a07.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
28412025-07-01T18:32:57.161Z Compiling cookie_store v0.21.1
28422025-07-01T18:32:57.186Z Running `/home/build/.rustup/toolchains/1.87.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=af3e8280cd448348 -C extra-filename=-109203af12b2b6af --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-ab94460ce68b16a6.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-ae8a061978bd6a4f.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-f66170888388492b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432025-07-01T18:32:57.443Z Compiling ipnetwork v0.21.1
28442025-07-01T18:32:57.469Z Running `/home/build/.rustup/toolchains/1.87.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=7e65b4c9ac01555f -C extra-filename=-6cdb18cfaf521a4b --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-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452025-07-01T18:32:57.546Z Compiling scroll_derive v0.12.0
28462025-07-01T18:32:57.571Z Running `/home/build/.rustup/toolchains/1.87.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=05a65e7266738854 -C extra-filename=-13ebfeb0fa544dab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472025-07-01T18:32:58.233Z Compiling data-encoding v2.9.0
28482025-07-01T18:32:58.263Z Running `/home/build/.rustup/toolchains/1.87.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.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=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=842a8c5b671247ab -C extra-filename=-20f1d7bae086a700 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492025-07-01T18:32:58.505Z Compiling pest_generator v2.7.14
28502025-07-01T18:32:58.531Z Running `/home/build/.rustup/toolchains/1.87.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=e52a8e6c66a4ba3e -C extra-filename=-358e9530889e1396 --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-ed882f13e3464c45.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-c67523330b872e55.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512025-07-01T18:32:59.122Z Compiling rand_core v0.9.2
28522025-07-01T18:32:59.178Z Running `/home/build/.rustup/toolchains/1.87.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=66479f1686983c6d -C extra-filename=-35ceced7ac0043bc --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-fd0dad88f56f0ea8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532025-07-01T18:32:59.179Z Compiling tower-http v0.6.6
28542025-07-01T18:32:59.179Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-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="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=95e5107ae046b428 -C extra-filename=-d83354642adc80cd --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-612ce2e304571f81.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-d113d1b226aece0f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-9f27ff00511e66a6.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-bd0bbb636a35fca4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552025-07-01T18:32:59.179Z Compiling scroll v0.12.0
28562025-07-01T18:32:59.179Z Running `/home/build/.rustup/toolchains/1.87.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=4d6ff7f46eb6389d -C extra-filename=-63f1df09285ff287 --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-13ebfeb0fa544dab.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28572025-07-01T18:32:59.231Z Compiling tinyvec_macros v0.1.1
28582025-07-01T18:32:59.257Z Running `/home/build/.rustup/toolchains/1.87.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=952bfcde3310752f -C extra-filename=-79f5269056d03ab0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592025-07-01T18:32:59.381Z Compiling winnow v0.5.40
28602025-07-01T18:32:59.407Z Running `/home/build/.rustup/toolchains/1.87.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=931f5e48d081880c -C extra-filename=-414a1bd98b5dc88d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612025-07-01T18:32:59.528Z Compiling plain v0.2.3
28622025-07-01T18:32:59.554Z Running `/home/build/.rustup/toolchains/1.87.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=146398dbca4fa8af -C extra-filename=-aa5b32230f496767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632025-07-01T18:32:59.613Z Compiling tinyvec v1.8.0
28642025-07-01T18:32:59.642Z Running `/home/build/.rustup/toolchains/1.87.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=b216064cc0715180 -C extra-filename=-cdc614a666589f73 --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-79f5269056d03ab0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652025-07-01T18:32:59.669Z Compiling signature v2.2.0
28662025-07-01T18:32:59.669Z Running `/home/build/.rustup/toolchains/1.87.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=ad3d1158ecac70cc -C extra-filename=-76fb303c9aa40aa5 --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-3e9ff315175280c8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672025-07-01T18:32:59.741Z Compiling goblin v0.8.2
28682025-07-01T18:32:59.771Z Running `/home/build/.rustup/toolchains/1.87.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=8c484224028a9b9b -C extra-filename=-5e9233ae11d08d47 --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-1bb814cae28f6e1e.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-aa5b32230f496767.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-63f1df09285ff287.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692025-07-01T18:32:59.797Z Compiling usdt-impl v0.5.0
28702025-07-01T18:32:59.890Z Running `/home/build/.rustup/toolchains/1.87.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=c3b39be5c6fd845a -C extra-filename=-f1e28d698ae068ad --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-f1e28d698ae068ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712025-07-01T18:32:59.998Z Compiling toml_write v0.1.2
28722025-07-01T18:33:00.023Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-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=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 --allow=unnameable_types '--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' '--allow=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", "default", "std"))' -C metadata=891300b77bd93e97 -C extra-filename=-aba08bb6177c14b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732025-07-01T18:33:00.074Z Compiling pretty-hex v0.4.1
28742025-07-01T18:33:00.099Z Running `/home/build/.rustup/toolchains/1.87.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=1773d24daccd9c54 -C extra-filename=-788ceff0caf505d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752025-07-01T18:33:00.230Z Compiling winnow v0.7.10
28762025-07-01T18:33:00.255Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.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' '--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=unnameable_types '--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' '--allow=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=af18a31a3d3e8d25 -C extra-filename=-971bcb8b98c5d9a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28772025-07-01T18:33:00.352Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-f1e28d698ae068ad/build-script-build`
28782025-07-01T18:33:00.450Z Compiling rand_chacha v0.9.0
28792025-07-01T18:33:00.476Z Running `/home/build/.rustup/toolchains/1.87.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=d0cfc60fd9d5a1fb -C extra-filename=-ff6ed72e3b7d50b0 --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-e68eb56a87261b4f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-35ceced7ac0043bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802025-07-01T18:33:00.503Z Compiling pest_derive v2.7.14
28812025-07-01T18:33:00.503Z Running `/home/build/.rustup/toolchains/1.87.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=0c408fa62b8d9f42 -C extra-filename=-0eb2c899004c589b --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-ed882f13e3464c45.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-358e9530889e1396.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822025-07-01T18:33:00.590Z Compiling thread-id v4.2.2
28832025-07-01T18:33:00.617Z Running `/home/build/.rustup/toolchains/1.87.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=ca1c70b0bbcdb5d1 -C extra-filename=-c714b935c5041d67 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842025-07-01T18:33:00.769Z Compiling siphasher v0.3.11
28852025-07-01T18:33:00.795Z Running `/home/build/.rustup/toolchains/1.87.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=62ddb5cfb3e78492 -C extra-filename=-fe7699c441331fba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28862025-07-01T18:33:00.995Z Compiling rand v0.9.1
28872025-07-01T18:33:01.034Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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="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=88e50f8b34a198e2 -C extra-filename=-c7469f16c99a40fe --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-ff6ed72e3b7d50b0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-35ceced7ac0043bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882025-07-01T18:33:01.169Z Compiling phf_shared v0.11.2
28892025-07-01T18:33:01.196Z Running `/home/build/.rustup/toolchains/1.87.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=3ecac80690ece29e -C extra-filename=-63c6474b95c77984 --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-fe7699c441331fba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902025-07-01T18:33:01.470Z Compiling dtrace-parser v0.2.0
28912025-07-01T18:33:01.497Z Running `/home/build/.rustup/toolchains/1.87.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=f869d003a97e8906 -C extra-filename=-89a18b7cd0346eb3 --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-ed882f13e3464c45.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-0eb2c899004c589b.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922025-07-01T18:33:01.577Z Compiling unicode-width v0.2.0
28932025-07-01T18:33:01.622Z Running `/home/build/.rustup/toolchains/1.87.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=de2b6f37671004f4 -C extra-filename=-3ab2545ffeee94ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942025-07-01T18:33:01.795Z Compiling sha1 v0.10.6
28952025-07-01T18:33:01.822Z Running `/home/build/.rustup/toolchains/1.87.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=cf27407e72daf5aa -C extra-filename=-1f873415a8bab1e6 --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-3a67e9cd8804fc68.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962025-07-01T18:33:02.128Z Compiling crossbeam-epoch v0.9.18
28972025-07-01T18:33:02.153Z Running `/home/build/.rustup/toolchains/1.87.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=617ebc363eb5279d -C extra-filename=-2c96830fae84e44c --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-e49e148379376081.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982025-07-01T18:33:02.232Z Compiling num-integer v0.1.46
28992025-07-01T18:33:02.258Z Running `/home/build/.rustup/toolchains/1.87.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=769d33811d18a1d7 -C extra-filename=-b090a894ab46e778 --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-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002025-07-01T18:33:02.647Z Compiling toml_edit v0.19.15
29012025-07-01T18:33:02.672Z Running `/home/build/.rustup/toolchains/1.87.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=44196db34ea76e8c -C extra-filename=-904e4ec3fcbed7e7 --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-5b5187d3efcceca9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8610c46388891908.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-414a1bd98b5dc88d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022025-07-01T18:33:02.698Z Compiling crc32fast v1.4.2
29032025-07-01T18:33:02.698Z Running `/home/build/.rustup/toolchains/1.87.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=96327314f0619399 -C extra-filename=-b602b9cac147849d --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-3a67e9cd8804fc68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042025-07-01T18:33:02.801Z Compiling static_assertions v1.1.0
29052025-07-01T18:33:02.831Z Running `/home/build/.rustup/toolchains/1.87.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=8ad77ec8e3372f46 -C extra-filename=-2dd4cc6173f4b37a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062025-07-01T18:33:02.907Z Compiling unicode-segmentation v1.12.0
29072025-07-01T18:33:02.933Z Running `/home/build/.rustup/toolchains/1.87.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=de01a1c65f337a69 -C extra-filename=-4b7365c9995f2f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082025-07-01T18:33:02.966Z Compiling memmap v0.7.0
29092025-07-01T18:33:02.994Z Running `/home/build/.rustup/toolchains/1.87.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=d496ba9352d7231a -C extra-filename=-2daf9bd8fe8ef4eb --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102025-07-01T18:33:03.060Z Compiling base16ct v0.2.0
29112025-07-01T18:33:03.086Z Running `/home/build/.rustup/toolchains/1.87.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=8f7ef64aedf44320 -C extra-filename=-51d372fa91d20d85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122025-07-01T18:33:03.156Z Compiling oxnet v0.1.2
29132025-07-01T18:33:03.195Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-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 --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=d0b1cc34b84699f0 -C extra-filename=-6f46b1ad79447fc8 --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-6cdb18cfaf521a4b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142025-07-01T18:33:03.329Z Compiling toml_edit v0.22.27
29152025-07-01T18:33:03.378Z Running `/home/build/.rustup/toolchains/1.87.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.27/src/lib.rs --error-format=json --json=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 --allow=unnameable_types '--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' '--allow=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", "unstable-debug"))' -C metadata=c2a1567ab140f22c -C extra-filename=-c57beeb5a5e41524 --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-5b5187d3efcceca9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8610c46388891908.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-aba08bb6177c14b2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971bcb8b98c5d9a8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162025-07-01T18:33:03.412Z Compiling sec1 v0.7.3
29172025-07-01T18:33:03.439Z Running `/home/build/.rustup/toolchains/1.87.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=47208b90968f2adf -C extra-filename=-942cccd02e4c80ca --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-51d372fa91d20d85.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-975ebc6c4312b724.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182025-07-01T18:33:03.532Z Compiling hubpack_derive v0.1.1
29192025-07-01T18:33:03.573Z Running `/home/build/.rustup/toolchains/1.87.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=2f8bed4010d0c67b -C extra-filename=-8797b7babceac9d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202025-07-01T18:33:03.756Z Compiling bstr v1.10.0
29212025-07-01T18:33:03.820Z Running `/home/build/.rustup/toolchains/1.87.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=dd4d8326dba0223b -C extra-filename=-faf115b538446cf7 --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-d7b06f039966c35c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29222025-07-01T18:33:03.921Z Compiling ff v0.13.0
29232025-07-01T18:33:03.999Z Running `/home/build/.rustup/toolchains/1.87.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=187cef79fda76c76 -C extra-filename=-72fa9a7c58f40979 --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-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242025-07-01T18:33:04.054Z Compiling zlib-rs v0.5.1
29252025-07-01T18:33:04.054Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zlib_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-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="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "c-allocator", "default", "quickcheck", "rust-allocator", "std"))' -C metadata=b23fd394ffb59759 -C extra-filename=-2692505d10fb2a0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262025-07-01T18:33:04.185Z Compiling heck v0.4.1
29272025-07-01T18:33:04.220Z Running `/home/build/.rustup/toolchains/1.87.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=d8799ddb7727ce36 -C extra-filename=-0dba940a77aaad67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282025-07-01T18:33:04.506Z Compiling hubpack v0.1.2
29292025-07-01T18:33:04.557Z Running `/home/build/.rustup/toolchains/1.87.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=f2a5a10a4697f69b -C extra-filename=-8bc72e878174872f --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-8797b7babceac9d0.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302025-07-01T18:33:04.601Z Compiling group v0.13.0
29312025-07-01T18:33:04.649Z Running `/home/build/.rustup/toolchains/1.87.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=854d0fc0ec1cda31 -C extra-filename=-f1db6b1fa8fda49d --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-72fa9a7c58f40979.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322025-07-01T18:33:04.937Z Compiling num-iter v0.1.45
29332025-07-01T18:33:04.963Z Running `/home/build/.rustup/toolchains/1.87.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=3a4267e107367bc0 -C extra-filename=-987dcd08b67cb2a8 --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-b090a894ab46e778.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342025-07-01T18:33:04.988Z Compiling strum_macros v0.26.4
29352025-07-01T18:33:05.043Z Running `/home/build/.rustup/toolchains/1.87.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=16152a3bd1e05165 -C extra-filename=-c231dc7251c14421 --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-2607b1d525d6c62b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-eafbd3de287a97a8.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362025-07-01T18:33:05.160Z Compiling hkdf v0.12.4
29372025-07-01T18:33:05.192Z Running `/home/build/.rustup/toolchains/1.87.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=05e31c4e5abf969c -C extra-filename=-dea6cad02e8e8116 --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-6aa4274319cf8bc9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382025-07-01T18:33:05.230Z Compiling crypto-bigint v0.5.5
29392025-07-01T18:33:05.230Z Running `/home/build/.rustup/toolchains/1.87.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=444bba321ec9bf02 -C extra-filename=-15432c6ddecea5b9 --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-353e6090291573ff.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402025-07-01T18:33:05.521Z Compiling dof v0.3.0
29412025-07-01T18:33:05.549Z Running `/home/build/.rustup/toolchains/1.87.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=90ceebdbe2eadd7d -C extra-filename=-2ecaa8b38dcf8faa --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-5e9233ae11d08d47.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422025-07-01T18:33:07.177Z Running `/home/build/.rustup/toolchains/1.87.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=36042a69baa8ca80 -C extra-filename=-25caf115c2801f29 --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-96dbc0c5a1d1c4b3.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2ecaa8b38dcf8faa.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-89a18b7cd0346eb3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-c714b935c5041d67.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
29432025-07-01T18:33:08.107Z Compiling bzip2-sys v0.1.13+1.0.8
29442025-07-01T18:33:08.147Z Running `/home/build/.rustup/toolchains/1.87.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.13+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("__disabled", "static"))' -C metadata=64a3072259164eb0 -C extra-filename=-69028f964327c2ae --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-69028f964327c2ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29452025-07-01T18:33:08.412Z Compiling usdt-attr-macro v0.5.0
29462025-07-01T18:33:08.505Z Running `/home/build/.rustup/toolchains/1.87.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=579e01dd0b102bbd -C extra-filename=-0f1b9c2af035915b --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-89a18b7cd0346eb3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472025-07-01T18:33:08.532Z Compiling usdt-macro v0.5.0
29482025-07-01T18:33:08.532Z Running `/home/build/.rustup/toolchains/1.87.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=8219aedad6c2e731 -C extra-filename=-895fd83b3bd55db4 --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-89a18b7cd0346eb3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492025-07-01T18:33:08.666Z Compiling num-bigint-dig v0.8.4
29502025-07-01T18:33:08.693Z Running `/home/build/.rustup/toolchains/1.87.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=07789881a035ffcf -C extra-filename=-427855e815e03a32 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-427855e815e03a32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29512025-07-01T18:33:08.949Z Compiling unicode-xid v0.2.6
29522025-07-01T18:33:08.975Z Running `/home/build/.rustup/toolchains/1.87.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=96298160de477511 -C extra-filename=-643e7692f89b35e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532025-07-01T18:33:09.061Z Compiling bitflags v1.3.2
29542025-07-01T18:33:09.087Z Running `/home/build/.rustup/toolchains/1.87.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=ea9a3015ec4db2f3 -C extra-filename=-b3c8cd159185181c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552025-07-01T18:33:09.189Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-427855e815e03a32/build-script-build`
29562025-07-01T18:33:09.238Z Compiling strum v0.26.3
29572025-07-01T18:33:09.264Z Running `/home/build/.rustup/toolchains/1.87.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=16e580dab761a7c8 -C extra-filename=-c3598816f88b159e --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-c231dc7251c14421.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582025-07-01T18:33:09.296Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-69028f964327c2ae/build-script-build`
29592025-07-01T18:33:09.485Z Compiling elliptic-curve v0.13.8
29602025-07-01T18:33:09.526Z Running `/home/build/.rustup/toolchains/1.87.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=de9c428c16198e06 -C extra-filename=-129d40956b1fd62e --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-51d372fa91d20d85.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-15432c6ddecea5b9.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-72fa9a7c58f40979.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f1db6b1fa8fda49d.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-942cccd02e4c80ca.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612025-07-01T18:33:09.604Z Compiling crossbeam-deque v0.8.5
29622025-07-01T18:33:09.639Z Running `/home/build/.rustup/toolchains/1.87.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=7643681ab5a60271 -C extra-filename=-d51a624e99256e72 --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-2c96830fae84e44c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29632025-07-01T18:33:09.973Z Compiling libz-rs-sys v0.5.1
29642025-07-01T18:33:10.016Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-rs-sys-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="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "testing-prefix"))' -C metadata=683cf06000299f65 -C extra-filename=-655398b8a454b7b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-2692505d10fb2a0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652025-07-01T18:33:10.119Z Compiling newtype-uuid v1.2.4
29662025-07-01T18:33:10.152Z Running `/home/build/.rustup/toolchains/1.87.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.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="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=f22b4f9c9f76fb7a -C extra-filename=-e6c3a99d86055dc6 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e6c3a99d86055dc6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672025-07-01T18:33:10.203Z Compiling usdt v0.5.0
29682025-07-01T18:33:10.203Z Running `/home/build/.rustup/toolchains/1.87.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=6d40fe633ceb6d04 -C extra-filename=-33b5304ed311b179 --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-96dbc0c5a1d1c4b3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-f25e6adcb3b5e793.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
29692025-07-01T18:33:10.203Z Running `/home/build/.rustup/toolchains/1.87.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=bf78a6547c31a7d5 -C extra-filename=-fa58e959728d1eb9 --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-2ecaa8b38dcf8faa.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-89a18b7cd0346eb3.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-5e9233ae11d08d47.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-2daf9bd8fe8ef4eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-0f1b9c2af035915b.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-895fd83b3bd55db4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702025-07-01T18:33:10.370Z Compiling flate2 v1.1.2
29712025-07-01T18:33:10.410Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-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 --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="libz-rs-sys"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --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=834f93055bd9d746 -C extra-filename=-47e3becce2857b6f --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-b602b9cac147849d.rmeta --extern libz_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_rs_sys-655398b8a454b7b8.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-24968d158ecbffc5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722025-07-01T18:33:10.410Z Compiling pkcs1 v0.7.5
29732025-07-01T18:33:10.444Z Running `/home/build/.rustup/toolchains/1.87.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=e72fe26e1bb1d8e8 -C extra-filename=-72d4004203d466c8 --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-975ebc6c4312b724.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742025-07-01T18:33:10.506Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e6c3a99d86055dc6/build-script-build`
29752025-07-01T18:33:10.586Z Compiling curve25519-dalek v4.1.3
29762025-07-01T18:33:10.620Z Running `/home/build/.rustup/toolchains/1.87.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=678dcba97b20b44f -C extra-filename=-549c062584821b82 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-549c062584821b82 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-44b9cba06af0b51e.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772025-07-01T18:33:10.620Z Compiling zstd-sys v2.0.14+zstd.1.5.7
29782025-07-01T18:33:10.620Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.14+zstd.1.5.7/build.rs --error-format=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=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=fc0b7429ce7ae98e -C extra-filename=-24f6620a629991cb --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-24f6620a629991cb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792025-07-01T18:33:10.704Z Compiling itertools v0.10.5
29802025-07-01T18:33:10.737Z Running `/home/build/.rustup/toolchains/1.87.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=d10248b7744971ea -C extra-filename=-a31d6e3ea5bde33b --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-8d65808b96850202.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812025-07-01T18:33:10.773Z Running `/home/build/.rustup/toolchains/1.87.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.13+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("__disabled", "static"))' -C metadata=dcaacf8e40a58a7d -C extra-filename=-3568cafdd4082ee6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -l static=bz2`
29822025-07-01T18:33:11.247Z Compiling ahash v0.8.11
29832025-07-01T18:33:11.319Z Running `/home/build/.rustup/toolchains/1.87.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=b7e093a5e8534f18 -C extra-filename=-11cc98fe859a7609 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-11cc98fe859a7609 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842025-07-01T18:33:11.351Z Compiling memoffset v0.9.1
29852025-07-01T18:33:11.351Z Running `/home/build/.rustup/toolchains/1.87.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=fa669f279b3a1355 -C extra-filename=-db87e75d8bba141c --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-db87e75d8bba141c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862025-07-01T18:33:11.385Z Compiling rayon-core v1.12.1
29872025-07-01T18:33:11.426Z Running `/home/build/.rustup/toolchains/1.87.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=0a1e2c1a32332945 -C extra-filename=-00e8cab17346f4a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-00e8cab17346f4a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882025-07-01T18:33:11.466Z Compiling cfg_aliases v0.2.1
29892025-07-01T18:33:11.515Z Running `/home/build/.rustup/toolchains/1.87.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=fca7e1ab438a1165 -C extra-filename=-7a0fea6faf5fb92d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902025-07-01T18:33:11.524Z Compiling signal-hook v0.3.18
29912025-07-01T18:33:11.524Z Running `/home/build/.rustup/toolchains/1.87.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.18/build.rs --error-format=json --json=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=4d89a5888d4751ca -C extra-filename=-a240e3fcec722cc3 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-a240e3fcec722cc3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922025-07-01T18:33:11.562Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-24f6620a629991cb/build-script-build`
29932025-07-01T18:33:11.608Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-11cc98fe859a7609/build-script-build`
29942025-07-01T18:33:11.725Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-549c062584821b82/build-script-build`
29952025-07-01T18:33:11.785Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-00e8cab17346f4a8/build-script-build`
29962025-07-01T18:33:11.824Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-db87e75d8bba141c/build-script-build`
29972025-07-01T18:33:11.870Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-a240e3fcec722cc3/build-script-build`
29982025-07-01T18:33:11.906Z Running `/home/build/.rustup/toolchains/1.87.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.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="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=14439118f73ea31a -C extra-filename=-863717e309b7a9bc --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-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
29992025-07-01T18:33:11.944Z Compiling toml v0.7.8
30002025-07-01T18:33:11.979Z Running `/home/build/.rustup/toolchains/1.87.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=f29ded0a0589ab4b -C extra-filename=-f60053941bf92db1 --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-0430a6889c233638.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8610c46388891908.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012025-07-01T18:33:12.012Z Compiling unicode-normalization v0.1.24
30022025-07-01T18:33:12.048Z Running `/home/build/.rustup/toolchains/1.87.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=30b48145240d9699 -C extra-filename=-db3fdd5ad959e3f5 --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-cdc614a666589f73.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032025-07-01T18:33:12.048Z Compiling rfc6979 v0.4.0
30042025-07-01T18:33:12.048Z Running `/home/build/.rustup/toolchains/1.87.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=e9e948ea0181bcc3 -C extra-filename=-c4b2c20aa85c900b --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-6aa4274319cf8bc9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052025-07-01T18:33:12.287Z Compiling enum-as-inner v0.6.1
30062025-07-01T18:33:12.319Z Running `/home/build/.rustup/toolchains/1.87.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=f412707e96098284 -C extra-filename=-af456b4b9ae7afb0 --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-2607b1d525d6c62b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072025-07-01T18:33:12.353Z Compiling curve25519-dalek-derive v0.1.1
30082025-07-01T18:33:12.353Z Running `/home/build/.rustup/toolchains/1.87.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=72479c91cf87e8ee -C extra-filename=-bdfa15db562e2ba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092025-07-01T18:33:13.045Z Compiling rsa v0.9.6
30102025-07-01T18:33:13.079Z Running `/home/build/.rustup/toolchains/1.87.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=78533bf368b49b3a -C extra-filename=-848ea02eff028b21 --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-807b0639457d6796.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-72d4004203d466c8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-76fb303c9aa40aa5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112025-07-01T18:33:13.140Z Compiling daft-derive v0.1.3
30122025-07-01T18:33:13.180Z Running `/home/build/.rustup/toolchains/1.87.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.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ceab2008bf5cc63 -C extra-filename=-efae80698ada5f8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132025-07-01T18:33:13.307Z Compiling managed v0.8.0
30142025-07-01T18:33:13.342Z Running `/home/build/.rustup/toolchains/1.87.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=fd08516d85778bd1 -C extra-filename=-8b31b87f3240ff35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152025-07-01T18:33:13.379Z Compiling ecdsa v0.16.9
30162025-07-01T18:33:13.411Z Running `/home/build/.rustup/toolchains/1.87.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=1133a8e2640e0165 -C extra-filename=-d64721bdf3087236 --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-975ebc6c4312b724.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-c4b2c20aa85c900b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-76fb303c9aa40aa5.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172025-07-01T18:33:13.793Z Running `/home/build/.rustup/toolchains/1.87.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=12c7aca8ea9be7f6 -C extra-filename=-4253060af28d97b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -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`
30182025-07-01T18:33:13.829Z Running `/home/build/.rustup/toolchains/1.87.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=609b320d4cac28a0 -C extra-filename=-ea40d9ab8b9757a5 --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-3a67e9cd8804fc68.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-bdfa15db562e2ba0.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
30192025-07-01T18:33:17.416Z Running `/home/build/.rustup/toolchains/1.87.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.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="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=3866b8ffd4d594f9 -C extra-filename=-28eb7c9de9519ab1 --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-cefab6d96bfc6445.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5b018c3601033e26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202025-07-01T18:33:17.442Z Running `/home/build/.rustup/toolchains/1.87.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=6d587515a1fd7046 -C extra-filename=-ce41b31d84d6e3a9 --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-3a67e9cd8804fc68.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
30212025-07-01T18:33:17.468Z Compiling daft v0.1.3
30222025-07-01T18:33:17.468Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-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 --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=b77e36950fbe90fe -C extra-filename=-72f56b93b42caad5 --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-efae80698ada5f8f.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232025-07-01T18:33:17.468Z Compiling x509-cert v0.2.5
30242025-07-01T18:33:17.468Z Running `/home/build/.rustup/toolchains/1.87.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=8d7fe2fca57ccb90 -C extra-filename=-6d9084eefb049e89 --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-807b0639457d6796.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-975ebc6c4312b724.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252025-07-01T18:33:17.468Z Compiling zstd-safe v7.2.3
30262025-07-01T18:33:17.468Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.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 --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=827384aa880bd27b -C extra-filename=-97103b1a91cae586 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-97103b1a91cae586 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272025-07-01T18:33:17.468Z Compiling precomputed-hash v0.1.1
30282025-07-01T18:33:17.468Z Running `/home/build/.rustup/toolchains/1.87.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=e64086ae77ed8e7c -C extra-filename=-4e7fe3c5111a9f9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292025-07-01T18:33:17.468Z Compiling new_debug_unreachable v1.0.6
30302025-07-01T18:33:17.468Z Running `/home/build/.rustup/toolchains/1.87.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=202bb76f06b5480c -C extra-filename=-c7676083b6dee7bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312025-07-01T18:33:17.469Z Compiling fixedbitset v0.4.2
30322025-07-01T18:33:17.469Z Running `/home/build/.rustup/toolchains/1.87.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=f9c6dd8b306377e3 -C extra-filename=-89314b8bbb8c9b15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332025-07-01T18:33:17.469Z Compiling string_cache v0.8.9
30342025-07-01T18:33:17.469Z Running `/home/build/.rustup/toolchains/1.87.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.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="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "malloc_size_of", "serde", "serde_support"))' -C metadata=83d2ac94f69f457c -C extra-filename=-a93b2b0d16191f46 --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-c7676083b6dee7bf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-4e7fe3c5111a9f9f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352025-07-01T18:33:17.469Z Compiling petgraph v0.6.5
30362025-07-01T18:33:17.469Z Running `/home/build/.rustup/toolchains/1.87.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=38a03b3b9839683d -C extra-filename=-20179c07374f1a77 --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-89314b8bbb8c9b15.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372025-07-01T18:33:17.470Z Running `/home/build/.rustup/toolchains/1.87.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=cc4d951c34a6e06b -C extra-filename=-c2fadd8a76389f6d --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-d51a624e99256e72.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382025-07-01T18:33:17.495Z Compiling ed25519 v2.2.3
30392025-07-01T18:33:17.495Z Running `/home/build/.rustup/toolchains/1.87.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=e567922cb4bdb4ce -C extra-filename=-20415bc5b3540878 --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-d1942fe7a0f875a4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-76fb303c9aa40aa5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402025-07-01T18:33:18.626Z Compiling ed25519-dalek v2.1.1
30412025-07-01T18:33:18.652Z Running `/home/build/.rustup/toolchains/1.87.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=5ab2b35e04730bbc -C extra-filename=-c755548413afb770 --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-ea40d9ab8b9757a5.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-20415bc5b3540878.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-76fb303c9aa40aa5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422025-07-01T18:33:19.195Z Compiling signal-hook-mio v0.2.4
30432025-07-01T18:33:19.221Z Running `/home/build/.rustup/toolchains/1.87.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=5485fabec68242d1 -C extra-filename=-281355be34c7d3a7 --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-cefab6d96bfc6445.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442025-07-01T18:33:19.277Z Compiling nix v0.29.0
30452025-07-01T18:33:19.303Z Running `/home/build/.rustup/toolchains/1.87.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=b43cf98b6416662e -C extra-filename=-d179d3cc78939765 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-d179d3cc78939765 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-7a0fea6faf5fb92d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462025-07-01T18:33:19.421Z Compiling bzip2 v0.4.4
30472025-07-01T18:33:19.446Z Running `/home/build/.rustup/toolchains/1.87.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=7af46fdb4fadcae0 -C extra-filename=-179232b560711a7b --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-3568cafdd4082ee6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib`
30482025-07-01T18:33:19.816Z Compiling heapless v0.7.17
30492025-07-01T18:33:19.841Z Running `/home/build/.rustup/toolchains/1.87.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=07fd8f1a0437e349 -C extra-filename=-e193d84c45e26c28 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e193d84c45e26c28 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-44b9cba06af0b51e.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502025-07-01T18:33:19.866Z Compiling rustc-hash v2.1.1
30512025-07-01T18:33:19.891Z Compiling lockfree-object-pool v0.1.6
30522025-07-01T18:33:19.891Z Running `/home/build/.rustup/toolchains/1.87.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=a04b7cfc3e0d5d39 -C extra-filename=-821ca613971b037b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532025-07-01T18:33:19.891Z Running `/home/build/.rustup/toolchains/1.87.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=303c2ceb71d928e6 -C extra-filename=-18d23e2741a4a518 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542025-07-01T18:33:20.129Z Compiling lalrpop-util v0.19.12
30552025-07-01T18:33:20.154Z Running `/home/build/.rustup/toolchains/1.87.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=f03b8b1b1017b513 -C extra-filename=-a17f495745437ac9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562025-07-01T18:33:20.180Z Compiling bumpalo v3.16.0
30572025-07-01T18:33:20.180Z Running `/home/build/.rustup/toolchains/1.87.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=428ee46c81fcd2c3 -C extra-filename=-5cec328b57acc782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582025-07-01T18:33:20.227Z Compiling simd-adler32 v0.3.7
30592025-07-01T18:33:20.252Z Running `/home/build/.rustup/toolchains/1.87.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=22e24b9703a4a772 -C extra-filename=-fe7f95fedad62cfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602025-07-01T18:33:20.365Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e193d84c45e26c28/build-script-build`
30612025-07-01T18:33:20.493Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-d179d3cc78939765/build-script-build`
30622025-07-01T18:33:20.522Z Compiling zip v0.6.6
30632025-07-01T18:33:20.549Z Running `/home/build/.rustup/toolchains/1.87.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=b607fddcd192eca7 -C extra-filename=-1e6af2d8bdb1462b --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-96dbc0c5a1d1c4b3.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-179232b560711a7b.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b602b9cac147849d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib`
30642025-07-01T18:33:20.575Z Compiling crossterm v0.28.1
30652025-07-01T18:33:20.575Z Compiling bzip2 v0.5.2
30662025-07-01T18:33:20.576Z Running `/home/build/.rustup/toolchains/1.87.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=f0e5d8ca7c7e0dca -C extra-filename=-11b06c10fe685907 --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-612ce2e304571f81.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-281355be34c7d3a7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672025-07-01T18:33:20.576Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libbz2-rs-sys", "static"))' -C metadata=d54b46e330ab42ce -C extra-filename=-db1dd43ef9b58f32 --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-3568cafdd4082ee6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib`
30682025-07-01T18:33:20.710Z Compiling zopfli v0.8.1
30692025-07-01T18:33:20.735Z Running `/home/build/.rustup/toolchains/1.87.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=0e3962f558d4bbd9 -C extra-filename=-191dae4d0ce062d8 --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-5cec328b57acc782.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b602b9cac147849d.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-18d23e2741a4a518.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-fe7f95fedad62cfe.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702025-07-01T18:33:20.818Z Compiling console v0.15.10
30712025-07-01T18:33:20.844Z Running `/home/build/.rustup/toolchains/1.87.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=a3d1f8b6d8d4586c -C extra-filename=-379a38323fc33607 --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-cefab6d96bfc6445.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30722025-07-01T18:33:21.007Z Compiling hash32 v0.2.1
30732025-07-01T18:33:21.033Z Running `/home/build/.rustup/toolchains/1.87.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=c57b9f3b653e316c -C extra-filename=-eeae0767a8336f13 --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-96dbc0c5a1d1c4b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742025-07-01T18:33:21.449Z Compiling winnow v0.6.26
30752025-07-01T18:33:21.475Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.26/src/lib.rs --error-format=json --json=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="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=690f4af55531d247 -C extra-filename=-ad0a9d44eab449a4 --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-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762025-07-01T18:33:21.824Z Compiling smoltcp v0.9.1
30772025-07-01T18:33:21.851Z Running `/home/build/.rustup/toolchains/1.87.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=da80862e8980d263 -C extra-filename=-437c54e981a4dda0 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-437c54e981a4dda0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782025-07-01T18:33:22.125Z Compiling unicode-bidi v0.3.17
30792025-07-01T18:33:22.173Z Running `/home/build/.rustup/toolchains/1.87.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=b3bbf97e3c249c9d -C extra-filename=-627ced6f0c6a8199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802025-07-01T18:33:22.229Z Compiling unicode-properties v0.1.3
30812025-07-01T18:33:22.260Z Running `/home/build/.rustup/toolchains/1.87.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=6ac52a848bbcb4d7 -C extra-filename=-7403e56aa3a32acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822025-07-01T18:33:22.433Z Compiling predicates-core v1.0.8
30832025-07-01T18:33:22.459Z Running `/home/build/.rustup/toolchains/1.87.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=c18cb81204edd83c -C extra-filename=-ee29e49cd7f824fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842025-07-01T18:33:22.484Z Compiling buf-list v1.0.3
30852025-07-01T18:33:22.530Z Running `/home/build/.rustup/toolchains/1.87.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=bfacbf7396d3b579 -C extra-filename=-40f1bc3a076b6113 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-40f1bc3a076b6113 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862025-07-01T18:33:22.713Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-437c54e981a4dda0/build-script-build`
30872025-07-01T18:33:22.739Z Running `/home/build/.rustup/toolchains/1.87.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=b6d601159a820c02 -C extra-filename=-61296125220b6ef1 --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-eeae0767a8336f13.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-1e5403e1b8402df8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
30882025-07-01T18:33:22.771Z Running `/home/build/.rustup/toolchains/1.87.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=c593f98d5bfa0c50 -C extra-filename=-3b3b33ff78e5a886 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-4253060af28d97b2.rmeta --cap-lints allow --cfg tokio_unstable -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)'`
30892025-07-01T18:33:23.125Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-40f1bc3a076b6113/build-script-build`
30902025-07-01T18:33:23.227Z Compiling stringprep v0.1.5
30912025-07-01T18:33:23.304Z Running `/home/build/.rustup/toolchains/1.87.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=1a88a5fcf6f38064 -C extra-filename=-5d4e96ed0f28ea79 --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-627ced6f0c6a8199.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-db3fdd5ad959e3f5.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-7403e56aa3a32acb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922025-07-01T18:33:23.388Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-97103b1a91cae586/build-script-build`
30932025-07-01T18:33:23.432Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.14+zstd.1.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 --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=44a04c39075672ab -C extra-filename=-b49e575e53eaeb3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -l static=zstd`
30942025-07-01T18:33:23.502Z Compiling rayon v1.10.0
30952025-07-01T18:33:23.529Z Running `/home/build/.rustup/toolchains/1.87.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=84bdfb6c49686924 -C extra-filename=-6626fba1989544df --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-8d65808b96850202.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-c2fadd8a76389f6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962025-07-01T18:33:23.647Z Compiling hickory-proto v0.25.2
30972025-07-01T18:33:23.673Z Running `/home/build/.rustup/toolchains/1.87.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.25.2/src/lib.rs --error-format=json --json=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="futures-io"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=248a2c8efb70413b -C extra-filename=-5989d4f6c6ff5226 --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-0995b155a32ebe73.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-af456b4b9ae7afb0.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-cdc614a666589f73.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982025-07-01T18:33:23.720Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd_safe --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.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 --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=1f23f47fd23bb9d3 -C extra-filename=-9e601858886515ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_sys=/work/oxidecomputer/omicron/target/debug/deps/libzstd_sys-b49e575e53eaeb3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
30992025-07-01T18:33:23.772Z Compiling tokio-stream v0.1.17
31002025-07-01T18:33:23.799Z Running `/home/build/.rustup/toolchains/1.87.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=f1d0f0a188e53df3 -C extra-filename=-398ad060e1420b43 --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-a4cc7e9ef57f8919.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012025-07-01T18:33:24.164Z Compiling zstd v0.13.3
31022025-07-01T18:33:24.190Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zstd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "thin", "thin-lto", "wasm", "zdict_builder", "zstdmt"))' -C metadata=8e1150c1899dbc01 -C extra-filename=-6275d08b2b8757ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_safe=/work/oxidecomputer/omicron/target/debug/deps/libzstd_safe-9e601858886515ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
31032025-07-01T18:33:24.217Z Compiling md-5 v0.10.6
31042025-07-01T18:33:24.217Z Running `/home/build/.rustup/toolchains/1.87.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=23c40cd253e57b3b -C extra-filename=-c1bada8e19f60074 --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-3a67e9cd8804fc68.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052025-07-01T18:33:24.525Z Compiling float-cmp v0.10.0
31062025-07-01T18:33:24.551Z Running `/home/build/.rustup/toolchains/1.87.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=f684c950baf4bf55 -C extra-filename=-2ee986ad0b2c520b --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-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072025-07-01T18:33:24.614Z Compiling zip v4.2.0
31082025-07-01T18:33:24.640Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-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 --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "nt-time", "pbkdf2", "sha1", "time", "unreserved", "xz", "zeroize", "zstd"))' -C metadata=eddfc45026788ba8 -C extra-filename=-991616cadcedc1ed --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-db1dd43ef9b58f32.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-b602b9cac147849d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-191dae4d0ce062d8.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-6275d08b2b8757ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
31092025-07-01T18:33:24.681Z Compiling fs-err v3.1.1
31102025-07-01T18:33:24.707Z Running `/home/build/.rustup/toolchains/1.87.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-3.1.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="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=0fd84a15e30ef0ce -C extra-filename=-f99b510aafafe516 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-f99b510aafafe516 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112025-07-01T18:33:24.737Z Compiling difflib v0.4.0
31122025-07-01T18:33:24.738Z Compiling normalize-line-endings v0.3.0
31132025-07-01T18:33:24.738Z Running `/home/build/.rustup/toolchains/1.87.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=4f1dad1be87a12d5 -C extra-filename=-677d6eaef8bb78c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142025-07-01T18:33:24.738Z Running `/home/build/.rustup/toolchains/1.87.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=8388a107f98464ca -C extra-filename=-333d8cf39dfc0dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152025-07-01T18:33:24.834Z Compiling fallible-iterator v0.2.0
31162025-07-01T18:33:24.834Z Running `/home/build/.rustup/toolchains/1.87.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=35abe49f0256902b -C extra-filename=-6c63292da3b19b9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172025-07-01T18:33:24.933Z Running `/home/build/.rustup/toolchains/1.87.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=bcbc1f83b0c20c94 -C extra-filename=-a6e6279b08d00cd1 --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-b3c8cd159185181c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-61296125220b6ef1.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182025-07-01T18:33:25.117Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-f99b510aafafe516/build-script-build`
31192025-07-01T18:33:25.337Z Compiling predicates v3.1.3
31202025-07-01T18:33:25.363Z Running `/home/build/.rustup/toolchains/1.87.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=ca769f2158cd3f0a -C extra-filename=-72ad14aa7b4c9ad8 --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-b0351b73701e7482.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-677d6eaef8bb78c1.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-2ee986ad0b2c520b.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-333d8cf39dfc0dc5.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-ee29e49cd7f824fa.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31212025-07-01T18:33:25.544Z Compiling postgres-protocol v0.6.8
31222025-07-01T18:33:25.571Z Running `/home/build/.rustup/toolchains/1.87.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=587ff007c60e4c2e -C extra-filename=-7145f17b127c15e1 --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-ef6e1aa9c68ab04f.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6c63292da3b19b9d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-c1bada8e19f60074.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-5d4e96ed0f28ea79.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232025-07-01T18:33:26.067Z Running `/home/build/.rustup/toolchains/1.87.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=f6c4107c0cfad5ab -C extra-filename=-9966782bcfce846c --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-ee2129fa6db1368d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
31242025-07-01T18:33:26.639Z Compiling similar v2.7.0
31252025-07-01T18:33:26.666Z Running `/home/build/.rustup/toolchains/1.87.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=8f5d8cf4558fee11 -C extra-filename=-65b452c47267a4c5 --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-faf115b538446cf7.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4b7365c9995f2f18.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262025-07-01T18:33:26.748Z Compiling strum_macros v0.25.3
31272025-07-01T18:33:26.774Z Compiling phf v0.11.2
31282025-07-01T18:33:26.775Z Running `/home/build/.rustup/toolchains/1.87.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=b7ab24b8e7372655 -C extra-filename=-be54c9abbeb47c12 --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-0dba940a77aaad67.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-eafbd3de287a97a8.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292025-07-01T18:33:26.775Z Running `/home/build/.rustup/toolchains/1.87.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=6be4dc61815c0692 -C extra-filename=-d3105508a84126c2 --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-63c6474b95c77984.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31302025-07-01T18:33:26.844Z Compiling serde-big-array v0.5.1
31312025-07-01T18:33:26.844Z Compiling serde_repr v0.1.19
31322025-07-01T18:33:26.844Z Running `/home/build/.rustup/toolchains/1.87.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=b85e6452434f9470 -C extra-filename=-566e422edd100f56 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332025-07-01T18:33:26.870Z Running `/home/build/.rustup/toolchains/1.87.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=201e2a25571e1c46 -C extra-filename=-a8d48d6a69c26c85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342025-07-01T18:33:27.073Z Compiling peg-runtime v0.8.5
31352025-07-01T18:33:27.099Z Running `/home/build/.rustup/toolchains/1.87.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=d99643838369501f -C extra-filename=-b6be0333af93ab88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362025-07-01T18:33:27.157Z Compiling number_prefix v0.4.0
31372025-07-01T18:33:27.183Z Running `/home/build/.rustup/toolchains/1.87.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=4d5eee8479ff9286 -C extra-filename=-997bb9e6407d6674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382025-07-01T18:33:27.479Z Compiling indicatif v0.17.11
31392025-07-01T18:33:27.505Z Running `/home/build/.rustup/toolchains/1.87.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=ff4fc03128159856 -C extra-filename=-1660823d00af4b7b --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-379a38323fc33607.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-997bb9e6407d6674.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402025-07-01T18:33:27.532Z Compiling postgres-types v0.2.9
31412025-07-01T18:33:27.585Z Running `/home/build/.rustup/toolchains/1.87.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=0a35cf236ec52dc1 -C extra-filename=-47774841ed96ca61 --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-ee2129fa6db1368d.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6c63292da3b19b9d.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-7145f17b127c15e1.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31422025-07-01T18:33:27.756Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.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="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("expose_original_error", "tokio"))' -C metadata=fcbe5e916e8973ae -C extra-filename=-fd24299c43eb546f --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-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
31432025-07-01T18:33:28.027Z Compiling whoami v1.6.0
31442025-07-01T18:33:28.053Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-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 --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=761c2326544229ac -C extra-filename=-dc763c9e4cf3753b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452025-07-01T18:33:28.523Z Compiling tokio-postgres v0.7.13
31462025-07-01T18:33:28.549Z Running `/home/build/.rustup/toolchains/1.87.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=c9626366e34e8d42 -C extra-filename=-0dac6ed2367fb93f --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-0995b155a32ebe73.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6c63292da3b19b9d.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-7145f17b127c15e1.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47774841ed96ca61.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-dc763c9e4cf3753b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31472025-07-01T18:33:28.618Z Compiling camino v1.1.10
31482025-07-01T18:33:28.618Z Running `/home/build/.rustup/toolchains/1.87.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.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=b7d33d693db42c0f -C extra-filename=-1bf67ae69cf31a3e --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-1bf67ae69cf31a3e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492025-07-01T18:33:28.666Z Compiling fastrand v2.1.1
31502025-07-01T18:33:28.693Z Running `/home/build/.rustup/toolchains/1.87.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=4d4293bf476e97cd -C extra-filename=-98e626b7c7994cfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512025-07-01T18:33:28.831Z Compiling futures-executor v0.3.31
31522025-07-01T18:33:28.856Z Running `/home/build/.rustup/toolchains/1.87.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=8e441ceda3c36fa8 -C extra-filename=-e58925feba9294a1 --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-a4cc7e9ef57f8919.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31532025-07-01T18:33:29.205Z Compiling futures v0.3.31
31542025-07-01T18:33:29.232Z Running `/home/build/.rustup/toolchains/1.87.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=b53cd1f697e92834 -C extra-filename=-90590cfc90a413fc --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-533edfe2f50d4d58.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e58925feba9294a1.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552025-07-01T18:33:29.315Z Compiling regress v0.10.3
31562025-07-01T18:33:29.343Z Running `/home/build/.rustup/toolchains/1.87.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=6a694a0575d197b0 -C extra-filename=-5d2799404f33553a --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-ee2ff769a8771c26.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572025-07-01T18:33:29.402Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-1bf67ae69cf31a3e/build-script-build`
31582025-07-01T18:33:29.428Z Compiling is-terminal v0.4.13
31592025-07-01T18:33:29.429Z Compiling dirs-sys-next v0.1.2
31602025-07-01T18:33:29.429Z Running `/home/build/.rustup/toolchains/1.87.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=89dacc3b608674cd -C extra-filename=-2089ab408943a190 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612025-07-01T18:33:29.429Z Running `/home/build/.rustup/toolchains/1.87.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=3f5a3984806d7698 -C extra-filename=-e46b5bf79890f428 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622025-07-01T18:33:29.506Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=2f2a7690cf4804cf -C extra-filename=-4f270b9dc7dca48d --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -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)'`
31632025-07-01T18:33:29.639Z Compiling ident_case v1.0.1
31642025-07-01T18:33:29.665Z Running `/home/build/.rustup/toolchains/1.87.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=365bb9547f5f9b9c -C extra-filename=-a0adfa72977d3369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652025-07-01T18:33:29.883Z Compiling darling_core v0.20.10
31662025-07-01T18:33:29.910Z Running `/home/build/.rustup/toolchains/1.87.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=3f798c51f19737c0 -C extra-filename=-3ac994c4806b1c37 --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-6e0677348c2acdca.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-a0adfa72977d3369.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-88365388b924a2f2.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672025-07-01T18:33:30.052Z Compiling dirs-next v2.0.0
31682025-07-01T18:33:30.080Z Running `/home/build/.rustup/toolchains/1.87.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=95e7081519b69a21 -C extra-filename=-d762a02c94ccae2b --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-3a67e9cd8804fc68.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-e46b5bf79890f428.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692025-07-01T18:33:30.255Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
31702025-07-01T18:33:30.295Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0e1e055/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=3f45f7b05b185519 -C extra-filename=-d2a86b6aa0d72573 --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-612ce2e304571f81.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-566e422edd100f56.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-a8d48d6a69c26c85.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-a6e6279b08d00cd1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-be54c9abbeb47c12.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712025-07-01T18:33:30.322Z Compiling rustix v1.0.7
31722025-07-01T18:33:30.348Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.7/build.rs --error-format=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(error_in_core)' --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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "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=7ac082be7b0df8e0 -C extra-filename=-c300a63cd5cd5269 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-c300a63cd5cd5269 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31732025-07-01T18:33:30.468Z Compiling term v0.7.0
31742025-07-01T18:33:30.494Z Running `/home/build/.rustup/toolchains/1.87.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=904ce6354f3e634a -C extra-filename=-aa9a1b69536c32b5 --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-d762a02c94ccae2b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752025-07-01T18:33:31.083Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-c300a63cd5cd5269/build-script-build`
31762025-07-01T18:33:31.470Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-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 --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(error_in_core)' --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(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "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=cb25d1b3a04573db -C extra-filename=-a0436d223df5d060 --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-612ce2e304571f81.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-17c9896e8417eaa3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
31772025-07-01T18:33:31.738Z Compiling crossbeam-channel v0.5.15
31782025-07-01T18:33:31.765Z Running `/home/build/.rustup/toolchains/1.87.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.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=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=44f37453c4e2caa7 -C extra-filename=-4874f00a18ba00e9 --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-e49e148379376081.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792025-07-01T18:33:32.769Z Compiling toml v0.8.23
31802025-07-01T18:33:32.796Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.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 --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 --allow=unnameable_types '--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' '--allow=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", "unbounded"))' -C metadata=2c5e89be49375d04 -C extra-filename=-09fb633695bf6f68 --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-0430a6889c233638.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8610c46388891908.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812025-07-01T18:33:33.647Z Compiling tempfile v3.20.0
31822025-07-01T18:33:33.673Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=70317302af5bd721 -C extra-filename=-f2c53879fcf18f91 --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-98e626b7c7994cfc.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd0dad88f56f0ea8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-a0436d223df5d060.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832025-07-01T18:33:33.700Z Compiling thread_local v1.1.8
31842025-07-01T18:33:33.700Z Running `/home/build/.rustup/toolchains/1.87.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=e49679b0d7e7aa20 -C extra-filename=-3f4c078797a9c5e1 --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-3a67e9cd8804fc68.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852025-07-01T18:33:33.801Z Compiling unsafe-libyaml v0.2.11
31862025-07-01T18:33:33.827Z Running `/home/build/.rustup/toolchains/1.87.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=fb1a32bd7352bc4e -C extra-filename=-4e57ec2c37ac959c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31872025-07-01T18:33:34.202Z Compiling slog-async v2.8.0
31882025-07-01T18:33:34.228Z Running `/home/build/.rustup/toolchains/1.87.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=0c3bf66e32e549f4 -C extra-filename=-3e5a757454f0ccbe --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-3e5a757454f0ccbe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31892025-07-01T18:33:34.255Z Compiling quick-error v1.2.3
31902025-07-01T18:33:34.255Z Running `/home/build/.rustup/toolchains/1.87.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=d78c9a8343557038 -C extra-filename=-e4b55fc4619dbc2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912025-07-01T18:33:34.478Z Compiling take_mut v0.2.2
31922025-07-01T18:33:34.515Z Running `/home/build/.rustup/toolchains/1.87.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=d01a2f33112e0732 -C extra-filename=-20dd7abea2195249 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932025-07-01T18:33:34.542Z Compiling slog-term v2.9.1
31942025-07-01T18:33:34.542Z Running `/home/build/.rustup/toolchains/1.87.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=d7e0583203436ba3 -C extra-filename=-de0d4bab1c7cba1f --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-2089ab408943a190.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3f4c078797a9c5e1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952025-07-01T18:33:34.714Z Compiling match_cfg v0.1.0
31962025-07-01T18:33:34.757Z Running `/home/build/.rustup/toolchains/1.87.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=c0213fca03ffb84d -C extra-filename=-ec2f69b614d0a3c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972025-07-01T18:33:34.847Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-3e5a757454f0ccbe/build-script-build`
31982025-07-01T18:33:34.905Z Compiling hostname v0.3.1
31992025-07-01T18:33:34.942Z Running `/home/build/.rustup/toolchains/1.87.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=9bb2b8478f198fd4 -C extra-filename=-f94637ae2ef43eef --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-cefab6d96bfc6445.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-ec2f69b614d0a3c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32002025-07-01T18:33:34.971Z Compiling bit-vec v0.8.0
32012025-07-01T18:33:34.971Z Running `/home/build/.rustup/toolchains/1.87.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=1dd3a4853ab363b3 -C extra-filename=-9a19d9f5a39555bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022025-07-01T18:33:34.997Z Running `/home/build/.rustup/toolchains/1.87.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=105ca6d7ce7c1520 -C extra-filename=-5483d7f09de1c8aa --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-4874f00a18ba00e9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-20dd7abea2195249.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3f4c078797a9c5e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
32032025-07-01T18:33:35.184Z Compiling serde_yaml v0.9.34+deprecated
32042025-07-01T18:33:35.211Z Running `/home/build/.rustup/toolchains/1.87.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=6c9ee2719cb39eb7 -C extra-filename=-ec11907e5f160e89 --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-5b5187d3efcceca9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d42842baf7c23fba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-4e57ec2c37ac959c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052025-07-01T18:33:35.348Z Compiling darling_macro v0.20.10
32062025-07-01T18:33:35.374Z Running `/home/build/.rustup/toolchains/1.87.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=dfc74b951a016a60 -C extra-filename=-1433496cbf756b1e --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-3ac994c4806b1c37.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072025-07-01T18:33:35.458Z Compiling bit-set v0.8.0
32082025-07-01T18:33:35.509Z Running `/home/build/.rustup/toolchains/1.87.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=bfeca8c792ce9e48 -C extra-filename=-82ae2ff99b341299 --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-9a19d9f5a39555bb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32092025-07-01T18:33:35.535Z Compiling hex v0.4.3
32102025-07-01T18:33:35.535Z Running `/home/build/.rustup/toolchains/1.87.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=62a9e3570f2f8916 -C extra-filename=-7609aef567867e15 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112025-07-01T18:33:35.605Z Compiling structmeta-derive v0.3.0
32122025-07-01T18:33:35.632Z Running `/home/build/.rustup/toolchains/1.87.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=c77ec6d682f5563b -C extra-filename=-f32cf6ea28ae93b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132025-07-01T18:33:35.795Z Compiling wait-timeout v0.2.0
32142025-07-01T18:33:35.821Z Running `/home/build/.rustup/toolchains/1.87.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=e083032401e2b366 -C extra-filename=-0263793d76c3ba86 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152025-07-01T18:33:35.948Z Compiling debug-ignore v1.0.5
32162025-07-01T18:33:35.974Z Running `/home/build/.rustup/toolchains/1.87.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=b591bdf11a720dd5 -C extra-filename=-6225ef7a83387c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172025-07-01T18:33:36.099Z Compiling rusty-fork v0.3.0
32182025-07-01T18:33:36.125Z Running `/home/build/.rustup/toolchains/1.87.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=bb85ceb3624c4893 -C extra-filename=-b67a2d30c3bce93e --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-6e0677348c2acdca.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-e4b55fc4619dbc2d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-0263793d76c3ba86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192025-07-01T18:33:36.156Z Compiling rand_xorshift v0.4.0
32202025-07-01T18:33:36.181Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-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 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=93ae0dc96575ab4e -C extra-filename=-f93a54c89d33d763 --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-35ceced7ac0043bc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32212025-07-01T18:33:36.322Z Compiling unarray v0.1.4
32222025-07-01T18:33:36.370Z Running `/home/build/.rustup/toolchains/1.87.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=af8bb81ec5f3880c -C extra-filename=-46aa236a420456d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232025-07-01T18:33:36.396Z Compiling darling v0.20.10
32242025-07-01T18:33:36.396Z Running `/home/build/.rustup/toolchains/1.87.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=10a994bc54a11bde -C extra-filename=-b1565e06c13e0d25 --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-3ac994c4806b1c37.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-1433496cbf756b1e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252025-07-01T18:33:36.461Z Compiling serde_path_to_error v0.1.17
32262025-07-01T18:33:36.489Z Running `/home/build/.rustup/toolchains/1.87.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.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=978b74798ef4572d -C extra-filename=-c2beecfd9cdccaf4 --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-1ede4a1959157936.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32272025-07-01T18:33:36.534Z Compiling rustls v0.22.4
32282025-07-01T18:33:36.560Z Running `/home/build/.rustup/toolchains/1.87.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=ab4022e3b21e8369 -C extra-filename=-844ac4a97af9396a --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-844ac4a97af9396a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292025-07-01T18:33:36.587Z Compiling proptest v1.7.0
32302025-07-01T18:33:36.587Z Compiling multer v3.1.0
32312025-07-01T18:33:36.587Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-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 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=c2851683171ecd30 -C extra-filename=-4709996a186a8f38 --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-82ae2ff99b341299.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-9a19d9f5a39555bb.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff6ed72e3b7d50b0.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-f93a54c89d33d763.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-b67a2d30c3bce93e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-46aa236a420456d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322025-07-01T18:33:36.587Z Running `/home/build/.rustup/toolchains/1.87.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=917699062f94d86c -C extra-filename=-429855e8f831760f --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-429855e8f831760f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32332025-07-01T18:33:36.796Z Compiling slog-json v2.6.1
32342025-07-01T18:33:36.822Z Running `/home/build/.rustup/toolchains/1.87.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=21fcc335a8be5fa2 -C extra-filename=-fc0cb05dfb468bed --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-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352025-07-01T18:33:36.877Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-844ac4a97af9396a/build-script-build`
32362025-07-01T18:33:36.935Z Compiling async-stream-impl v0.3.6
32372025-07-01T18:33:36.961Z Running `/home/build/.rustup/toolchains/1.87.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=cfb8115b73362426 -C extra-filename=-3dc67268ad879738 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382025-07-01T18:33:36.995Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-429855e8f831760f/build-script-build`
32392025-07-01T18:33:37.097Z Compiling dropshot v0.16.2
32402025-07-01T18:33:37.123Z Running `/home/build/.rustup/toolchains/1.87.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.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 '--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=ce6ebf43e94778f1 -C extra-filename=-a90e22880a97d20e --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-a90e22880a97d20e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412025-07-01T18:33:37.209Z Compiling slog-bunyan v2.5.0
32422025-07-01T18:33:37.235Z Running `/home/build/.rustup/toolchains/1.87.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=9e08eff50d65e8c3 -C extra-filename=-abdd979b084cafc5 --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-f94637ae2ef43eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fc0cb05dfb468bed.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432025-07-01T18:33:37.268Z Running `/home/build/.rustup/toolchains/1.87.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=fb9bc5328fa45fc0 -C extra-filename=-e3c74751c1f56b3b --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-ee2129fa6db1368d.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-0ed5622e321211e4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-05a99ada30406413.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3da7535f9c3f5096.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442025-07-01T18:33:37.486Z Compiling rustls-pemfile v2.2.0
32452025-07-01T18:33:37.514Z Running `/home/build/.rustup/toolchains/1.87.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=fce55d878b973a8f -C extra-filename=-53aafce35083fc8f --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-a20c5b88c8aa431e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462025-07-01T18:33:37.543Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a90e22880a97d20e/build-script-build`
32472025-07-01T18:33:37.653Z Compiling waitgroup v0.1.2
32482025-07-01T18:33:37.680Z Running `/home/build/.rustup/toolchains/1.87.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=1efd67b07cb817a2 -C extra-filename=-3de9fca2e5ae5a6b --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-fedd5a66ca51a142.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492025-07-01T18:33:37.885Z Compiling dropshot_endpoint v0.16.2
32502025-07-01T18:33:37.910Z Running `/home/build/.rustup/toolchains/1.87.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.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 '--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=6cfd22801d36c9d7 -C extra-filename=-f75ea7d90b779fd9 --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-2607b1d525d6c62b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512025-07-01T18:33:37.936Z Compiling hostname v0.4.0
32522025-07-01T18:33:37.937Z Running `/home/build/.rustup/toolchains/1.87.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=8b1832f514ce16c8 -C extra-filename=-d09809bfc2d5bdca --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532025-07-01T18:33:38.103Z Compiling structmeta v0.3.0
32542025-07-01T18:33:38.129Z Running `/home/build/.rustup/toolchains/1.87.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=3f0b36311c2a266a -C extra-filename=-18abb3c969f515c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-f32cf6ea28ae93b9.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552025-07-01T18:33:38.191Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
32562025-07-01T18:33:38.221Z Running `/home/build/.rustup/toolchains/1.87.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=284332bbd301aa1e -C extra-filename=-135f596ea6372cfb --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-7609aef567867e15.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572025-07-01T18:33:38.247Z Compiling serde_with_macros v3.12.0
32582025-07-01T18:33:38.247Z Running `/home/build/.rustup/toolchains/1.87.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=7ffacd74260459d4 -C extra-filename=-dd4f53395757f43d --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-b1565e06c13e0d25.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592025-07-01T18:33:38.280Z Compiling async-stream v0.3.6
32602025-07-01T18:33:38.306Z Running `/home/build/.rustup/toolchains/1.87.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=dea49a98c123eb1d -C extra-filename=-92e945d5f5e30583 --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-3dc67268ad879738.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612025-07-01T18:33:38.425Z Compiling typify-impl v0.3.0
32622025-07-01T18:33:38.451Z Running `/home/build/.rustup/toolchains/1.87.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=2e0008d7d03a6ed9 -C extra-filename=-0d129f55eb8133fd --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-2607b1d525d6c62b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632025-07-01T18:33:38.530Z Compiling test-strategy v0.4.1
32642025-07-01T18:33:38.556Z Running `/home/build/.rustup/toolchains/1.87.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.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=ccf95ef4a21ac1bd -C extra-filename=-7de750ff333a62fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-18abb3c969f515c7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652025-07-01T18:33:38.612Z Compiling macaddr v1.0.1
32662025-07-01T18:33:38.613Z Running `/home/build/.rustup/toolchains/1.87.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=39f83a67659b3574 -C extra-filename=-a28cb0c0ac27c16d --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672025-07-01T18:33:38.639Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32682025-07-01T18:33:38.668Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=b212c5e735a83198 -C extra-filename=-394be174c1871a7e --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-72f56b93b42caad5.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692025-07-01T18:33:39.026Z Compiling instant v0.1.13
32702025-07-01T18:33:39.052Z Running `/home/build/.rustup/toolchains/1.87.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=0bb156dfec522554 -C extra-filename=-83a866d91505235f --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-3a67e9cd8804fc68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712025-07-01T18:33:39.224Z Compiling derive-where v1.5.0
32722025-07-01T18:33:39.249Z Running `/home/build/.rustup/toolchains/1.87.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.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("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=fc42886550c06e8f -C extra-filename=-7973abde6bbb3eb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732025-07-01T18:33:39.291Z Compiling parse-display-derive v0.10.0
32742025-07-01T18:33:39.318Z Running `/home/build/.rustup/toolchains/1.87.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=a13b3c8dc1f25096 -C extra-filename=-6c5346e2257155a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-18abb3c969f515c7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752025-07-01T18:33:40.747Z Compiling serde_with v3.12.0
32762025-07-01T18:33:40.827Z Running `/home/build/.rustup/toolchains/1.87.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=c7b13e43419deb22 -C extra-filename=-620530e5aacc5649 --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-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-dd4f53395757f43d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772025-07-01T18:33:41.803Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32782025-07-01T18:33:41.828Z Running `/home/build/.rustup/toolchains/1.87.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=c58f72e9b87fd6f3 -C extra-filename=-a10c1a963b59bb34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792025-07-01T18:33:41.854Z Compiling ref-cast v1.0.24
32802025-07-01T18:33:41.854Z Running `/home/build/.rustup/toolchains/1.87.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.24/build.rs --error-format=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=fb70295e5d4fbf31 -C extra-filename=-c5b32aa7ef81d808 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-c5b32aa7ef81d808 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32812025-07-01T18:33:42.154Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
32822025-07-01T18:33:42.180Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/681cb87/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=7a6386854c12fc82 -C extra-filename=-c35c68f76cee3763 --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-72f56b93b42caad5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832025-07-01T18:33:42.425Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-c5b32aa7ef81d808/build-script-build`
32842025-07-01T18:33:42.540Z Compiling ref-cast-impl v1.0.24
32852025-07-01T18:33:42.565Z Running `/home/build/.rustup/toolchains/1.87.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.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=9a7ef06bb61b169f -C extra-filename=-1ab738ca2d844e03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862025-07-01T18:33:42.632Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
32872025-07-01T18:33:42.657Z Running `/home/build/.rustup/toolchains/1.87.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=26528c6b6a0e24d1 -C extra-filename=-a7d0acbacd57cf83 --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-fdf356fc3a70d016.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-a10c1a963b59bb34.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882025-07-01T18:33:42.859Z Compiling backoff v0.4.0
32892025-07-01T18:33:42.884Z Running `/home/build/.rustup/toolchains/1.87.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=f2ea5ba0aa78f435 -C extra-filename=-5214dd74a1ef2464 --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-a4cc7e9ef57f8919.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-83a866d91505235f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902025-07-01T18:33:43.187Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
32912025-07-01T18:33:43.213Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df4942ce11b67170 -C extra-filename=-010866bfd49291f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922025-07-01T18:33:43.263Z Compiling parse-display v0.10.0
32932025-07-01T18:33:43.263Z Running `/home/build/.rustup/toolchains/1.87.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=e8a67c1b7b1eb4ba -C extra-filename=-c5ac6967087cad17 --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-6c5346e2257155a8.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942025-07-01T18:33:43.288Z Compiling camino-tempfile v1.4.1
32952025-07-01T18:33:43.288Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2b105954e73f1438 -C extra-filename=-c6892b6a5c3c1bdd --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-4f270b9dc7dca48d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962025-07-01T18:33:43.705Z Running `/home/build/.rustup/toolchains/1.87.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.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())' -C metadata=bf1fcc137b309fb4 -C extra-filename=-689c99e2354360e9 --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-1ab738ca2d844e03.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
32972025-07-01T18:33:43.797Z Compiling unicode-width v0.1.14
32982025-07-01T18:33:43.823Z Running `/home/build/.rustup/toolchains/1.87.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=b9945d0cd0d46c71 -C extra-filename=-5533b2afb5a1ec53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992025-07-01T18:33:43.849Z Compiling proc-macro-error-attr v1.0.4
33002025-07-01T18:33:43.874Z Running `/home/build/.rustup/toolchains/1.87.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=3ada79dfeeee1683 -C extra-filename=-047b12674f63652f --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-047b12674f63652f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012025-07-01T18:33:43.907Z Compiling iddqd v0.3.8
33022025-07-01T18:33:43.951Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "proptest", "schemars08", "serde", "std"))' -C metadata=e6e68b91dffe4aab -C extra-filename=-3e973bde6ffaaa96 --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-9f1cde4af112ed91.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-de5be1197a0129ff.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032025-07-01T18:33:44.085Z Compiling proc-macro-error v1.0.4
33042025-07-01T18:33:44.111Z Running `/home/build/.rustup/toolchains/1.87.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=e01120d9d721acc2 -C extra-filename=-a72d3284f118689d --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a72d3284f118689d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052025-07-01T18:33:44.257Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-047b12674f63652f/build-script-build`
33062025-07-01T18:33:44.371Z Running `/home/build/.rustup/toolchains/1.87.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=b2f606375906410c -C extra-filename=-e100444a18e55338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33072025-07-01T18:33:44.413Z Compiling proc-macro-crate v1.3.1
33082025-07-01T18:33:44.484Z Running `/home/build/.rustup/toolchains/1.87.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=b6d3008434e0fbe0 -C extra-filename=-59058249603b3a3c --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-09bc292f601caea4.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092025-07-01T18:33:44.510Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a72d3284f118689d/build-script-build`
33102025-07-01T18:33:44.711Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33112025-07-01T18:33:44.736Z Running `/home/build/.rustup/toolchains/1.87.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=1340970e8fa6b717 -C extra-filename=-3069ae5f51d41c58 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-3069ae5f51d41c58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122025-07-01T18:33:45.118Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-3069ae5f51d41c58/build-script-build`
33132025-07-01T18:33:45.180Z Compiling itertools v0.13.0
33142025-07-01T18:33:45.180Z Running `/home/build/.rustup/toolchains/1.87.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=a636cef7cb8b0bf6 -C extra-filename=-b4969537d543d468 --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-8d65808b96850202.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152025-07-01T18:33:45.226Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
33162025-07-01T18:33:45.253Z Running `/home/build/.rustup/toolchains/1.87.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=be7cefcb9d917adc -C extra-filename=-5c51f1a2bfb46e5a --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-5c51f1a2bfb46e5a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172025-07-01T18:33:45.319Z Running `/home/build/.rustup/toolchains/1.87.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=9ae8f30911ac7329 -C extra-filename=-8bc057668587af4a --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-e100444a18e55338.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
33182025-07-01T18:33:45.344Z Compiling num_enum_derive v0.5.11
33192025-07-01T18:33:45.344Z Running `/home/build/.rustup/toolchains/1.87.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=640a1606cb6d4936 -C extra-filename=-9411505c4490dee3 --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-59058249603b3a3c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202025-07-01T18:33:45.610Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-5c51f1a2bfb46e5a/build-script-build`
33212025-07-01T18:33:45.666Z Compiling tabwriter v1.4.0
33222025-07-01T18:33:45.692Z Running `/home/build/.rustup/toolchains/1.87.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=bbeeff0a5ba7760b -C extra-filename=-3e5916a2e3756817 --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-5533b2afb5a1ec53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232025-07-01T18:33:45.892Z Compiling foreign-types-macros v0.2.3
33242025-07-01T18:33:45.917Z Running `/home/build/.rustup/toolchains/1.87.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=0e77de5eebcf1be6 -C extra-filename=-3c97323a98c12cca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252025-07-01T18:33:47.448Z Compiling foreign-types-shared v0.3.1
33262025-07-01T18:33:47.474Z Running `/home/build/.rustup/toolchains/1.87.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=5e95c7f2facb9d8f -C extra-filename=-37bde87be6b0b5c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33272025-07-01T18:33:47.475Z Running `/home/build/.rustup/toolchains/1.87.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=93374b57ed3b2c0c -C extra-filename=-768b6ac0635f085a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
33282025-07-01T18:33:47.475Z Running `/home/build/.rustup/toolchains/1.87.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=80072b912ceb8f10 -C extra-filename=-6332550dc865db0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
33292025-07-01T18:33:47.475Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33302025-07-01T18:33:47.475Z Running `/home/build/.rustup/toolchains/1.87.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=907daa058900f859 -C extra-filename=-e697ac1fdda896d3 --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-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312025-07-01T18:33:47.475Z Compiling cstr-argument v0.1.2
33322025-07-01T18:33:47.475Z Running `/home/build/.rustup/toolchains/1.87.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=671e0b1e6241f27e -C extra-filename=-27e0791d4b7aecb6 --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-3a67e9cd8804fc68.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332025-07-01T18:33:47.475Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
33342025-07-01T18:33:47.475Z Running `/home/build/.rustup/toolchains/1.87.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=bd74c6bbf2325e99 -C extra-filename=-aece567221cd2e25 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-aece567221cd2e25 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352025-07-01T18:33:47.475Z Compiling foreign-types v0.5.0
33362025-07-01T18:33:47.475Z Running `/home/build/.rustup/toolchains/1.87.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=bf2c00f9538c4182 -C extra-filename=-6d5241273b914868 --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-3c97323a98c12cca.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-37bde87be6b0b5c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372025-07-01T18:33:47.475Z Compiling pretty-hex v0.2.1
33382025-07-01T18:33:47.475Z Running `/home/build/.rustup/toolchains/1.87.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=4febef31633b2f89 -C extra-filename=-6eac584dc02cc982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33392025-07-01T18:33:47.475Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33402025-07-01T18:33:47.475Z Running `/home/build/.rustup/toolchains/1.87.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=8f5a7d301bd08fc9 -C extra-filename=-ab127dfc374add6e --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-cefab6d96bfc6445.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-e697ac1fdda896d3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412025-07-01T18:33:47.501Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33422025-07-01T18:33:47.528Z Running `/home/build/.rustup/toolchains/1.87.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=4e9f4868ba372b5c -C extra-filename=-7c6330a39e6d5fab --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-27e0791d4b7aecb6.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-6d5241273b914868.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-6332550dc865db0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432025-07-01T18:33:47.629Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-aece567221cd2e25/build-script-build`
33442025-07-01T18:33:47.675Z Compiling colored v2.2.0
33452025-07-01T18:33:47.700Z Running `/home/build/.rustup/toolchains/1.87.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=fe21ee41bdb17246 -C extra-filename=-15422f9852bc0054 --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-dfc5b1a102273921.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462025-07-01T18:33:47.726Z Compiling num_enum v0.5.11
33472025-07-01T18:33:47.726Z Running `/home/build/.rustup/toolchains/1.87.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=912a33727017ada3 -C extra-filename=-873b6816285e4193 --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-9411505c4490dee3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482025-07-01T18:33:47.766Z Compiling smf v0.2.3
33492025-07-01T18:33:47.792Z Running `/home/build/.rustup/toolchains/1.87.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=a2dcfb6d4f0d8495 -C extra-filename=-5076ed77f54aabc3 --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-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33502025-07-01T18:33:47.951Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
33512025-07-01T18:33:47.976Z Running `/home/build/.rustup/toolchains/1.87.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=732c352b78da0157 -C extra-filename=-9782b85594192e76 --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-cefab6d96bfc6445.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-768b6ac0635f085a.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-873b6816285e4193.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-6eac584dc02cc982.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522025-07-01T18:33:48.016Z Compiling itertools v0.14.0
33532025-07-01T18:33:48.041Z Running `/home/build/.rustup/toolchains/1.87.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=4c4c9bd206a59001 -C extra-filename=-82a628d4163605a2 --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-8d65808b96850202.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542025-07-01T18:33:48.106Z Compiling crucible-workspace-hack v0.1.0
33552025-07-01T18:33:48.132Z Running `/home/build/.rustup/toolchains/1.87.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=315340adc7191d37 -C extra-filename=-3213cbc6fa773e7e --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-3213cbc6fa773e7e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562025-07-01T18:33:48.398Z Running `/home/build/.rustup/toolchains/1.87.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=8567ac5e249e3300 -C extra-filename=-12dfa3f23ab03f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-9782b85594192e76.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-873b6816285e4193.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-7c6330a39e6d5fab.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-6332550dc865db0e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-ab127dfc374add6e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
33572025-07-01T18:33:48.439Z Compiling atomicwrites v0.4.4
33582025-07-01T18:33:48.477Z Running `/home/build/.rustup/toolchains/1.87.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=a52cc6fac6d576a2 -C extra-filename=-fc24097c1506d075 --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-bc3ce9b532f509d6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33592025-07-01T18:33:48.502Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-3213cbc6fa773e7e/build-script-build`
33602025-07-01T18:33:48.542Z Running `/home/build/.rustup/toolchains/1.87.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=0c46fb340457b1e8 -C extra-filename=-8735b6539ef5d243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612025-07-01T18:33:48.690Z Compiling heapless v0.8.0
33622025-07-01T18:33:48.715Z Running `/home/build/.rustup/toolchains/1.87.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=fc66ed4ed52a36f8 -C extra-filename=-78c883a3ce984616 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-78c883a3ce984616 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632025-07-01T18:33:48.807Z Compiling ingot-macros v0.1.0
33642025-07-01T18:33:48.832Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec3ae6fdcd7c8a17 -C extra-filename=-22d733ace8bb4400 --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-b1565e06c13e0d25.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652025-07-01T18:33:48.888Z Compiling typify-impl v0.4.1
33662025-07-01T18:33:48.913Z Running `/home/build/.rustup/toolchains/1.87.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.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=1e365692a6b5d559 -C extra-filename=-769890897fc25d5c --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-2607b1d525d6c62b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672025-07-01T18:33:49.279Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-78c883a3ce984616/build-script-build`
33682025-07-01T18:33:49.602Z Compiling hash32 v0.3.1
33692025-07-01T18:33:49.627Z Running `/home/build/.rustup/toolchains/1.87.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=95cc644557b48780 -C extra-filename=-42c68d35f1376308 --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-96dbc0c5a1d1c4b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702025-07-01T18:33:49.888Z Compiling smoltcp v0.11.0
33712025-07-01T18:33:49.913Z Running `/home/build/.rustup/toolchains/1.87.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=6fefcab962bf4293 -C extra-filename=-4bd4ce4a18410081 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-4bd4ce4a18410081 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722025-07-01T18:33:50.572Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-4bd4ce4a18410081/build-script-build`
33732025-07-01T18:33:50.632Z Running `/home/build/.rustup/toolchains/1.87.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=fb7017729fbe9727 -C extra-filename=-ecf562ced7a2a02d --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-42c68d35f1376308.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-1e5403e1b8402df8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742025-07-01T18:33:50.755Z Compiling cobs v0.2.3
33752025-07-01T18:33:50.789Z Running `/home/build/.rustup/toolchains/1.87.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=d2196193d1874ca6 -C extra-filename=-6f789492b8c86f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762025-07-01T18:33:51.089Z Compiling postcard v1.0.10
33772025-07-01T18:33:51.115Z Running `/home/build/.rustup/toolchains/1.87.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=b4e7ea98bb90c3a6 -C extra-filename=-266b5f63f4c89f42 --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-6f789492b8c86f30.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782025-07-01T18:33:51.140Z Compiling typify-macro v0.3.0
33792025-07-01T18:33:51.193Z Running `/home/build/.rustup/toolchains/1.87.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=5e194affcd014491 -C extra-filename=-44e8c3b5e6ab2872 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-0d129f55eb8133fd.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33802025-07-01T18:33:51.685Z Running `/home/build/.rustup/toolchains/1.87.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=30cf39ec0767f8fa -C extra-filename=-2d0b85cbb6f10769 --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-b3c8cd159185181c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-ecf562ced7a2a02d.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812025-07-01T18:33:51.792Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
33822025-07-01T18:33:51.818Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/3f2dfe3/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=2f467018be13bfca -C extra-filename=-a38eeab0ec49aa97 --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-612ce2e304571f81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832025-07-01T18:33:51.848Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
33842025-07-01T18:33:51.848Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/3f2dfe3/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=c2beae43eef7e359 -C extra-filename=-381857531305f717 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-381857531305f717 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852025-07-01T18:33:52.217Z Compiling base64 v0.21.7
33862025-07-01T18:33:52.242Z Running `/home/build/.rustup/toolchains/1.87.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=b2a975c2212c134f -C extra-filename=-6479324884e62b47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872025-07-01T18:33:52.428Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-381857531305f717/build-script-build`
33882025-07-01T18:33:52.551Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
33892025-07-01T18:33:52.576Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/3f2dfe3/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=000a524d5f11a381 -C extra-filename=-a9e5929fea7386bb --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-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902025-07-01T18:33:52.877Z Compiling sigpipe v0.1.3
33912025-07-01T18:33:52.902Z Running `/home/build/.rustup/toolchains/1.87.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=3fb0b34bc69c51e3 -C extra-filename=-996d59c4e5a5e5b6 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33922025-07-01T18:33:53.081Z Compiling jiff v0.2.15
33932025-07-01T18:33:53.106Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=e7bcdeab06f39ff0 -C extra-filename=-ab065754353384b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942025-07-01T18:33:53.520Z Compiling zone_cfg_derive v0.3.0
33952025-07-01T18:33:53.545Z Running `/home/build/.rustup/toolchains/1.87.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=65716db1aed008dc -C extra-filename=-66785e8701fc4b11 --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-0dba940a77aaad67.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-8bc057668587af4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962025-07-01T18:33:55.062Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
33972025-07-01T18:33:55.087Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=454b598f8b3c142e -C extra-filename=-2d12958de514e341 --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-cefab6d96bfc6445.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982025-07-01T18:33:55.568Z Compiling num-derive v0.4.2
33992025-07-01T18:33:55.614Z Running `/home/build/.rustup/toolchains/1.87.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=2ea2c56e5fd1c4b8 -C extra-filename=-a2bc235c40ddf459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002025-07-01T18:33:55.648Z Compiling ingot-types v0.1.0
34012025-07-01T18:33:55.673Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=6145d785065d33df -C extra-filename=-b5988c60ffd932d2 --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-22d733ace8bb4400.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022025-07-01T18:33:55.708Z Compiling typify v0.3.0
34032025-07-01T18:33:55.709Z Running `/home/build/.rustup/toolchains/1.87.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=7918e8da1b9cff9e -C extra-filename=-0e7af2bb66e5d69b --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-0d129f55eb8133fd.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-44e8c3b5e6ab2872.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042025-07-01T18:33:55.987Z Compiling progenitor-impl v0.9.1
34052025-07-01T18:33:56.012Z Running `/home/build/.rustup/toolchains/1.87.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=fd749729544f1c42 -C extra-filename=-b8f93ce623584d60 --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-2607b1d525d6c62b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-0e7af2bb66e5d69b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062025-07-01T18:33:56.038Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34072025-07-01T18:33:56.038Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=481885022d27cc87 -C extra-filename=-6cafe6f2ab781bfa --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-6cafe6f2ab781bfa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082025-07-01T18:33:56.572Z Compiling ingot v0.1.0
34092025-07-01T18:33:56.598Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-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="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=9328a7be0eb16ea6 -C extra-filename=-1648960e685d6d8d --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-612ce2e304571f81.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-22d733ace8bb4400.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-b5988c60ffd932d2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102025-07-01T18:33:56.661Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-6cafe6f2ab781bfa/build-script-build`
34112025-07-01T18:33:56.721Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
34122025-07-01T18:33:56.746Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=e1bc338f394375b6 -C extra-filename=-99a21674f504239c --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-2d12958de514e341.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132025-07-01T18:33:57.260Z Compiling zone v0.3.1
34142025-07-01T18:33:57.285Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-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="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=944032ea75dbb55e -C extra-filename=-762ee395b9436189 --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-bb1901253e0db9df.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-66785e8701fc4b11.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152025-07-01T18:33:58.020Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
34162025-07-01T18:33:58.046Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=310f45fdb272bbef -C extra-filename=-7bff3febc5f6c73e --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-8735b6539ef5d243.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-a2bc235c40ddf459.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172025-07-01T18:33:58.639Z Compiling convert_case v0.4.0
34182025-07-01T18:33:58.664Z Running `/home/build/.rustup/toolchains/1.87.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=ad8607a08d6a981f -C extra-filename=-a0bb377d388b98cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34192025-07-01T18:33:58.845Z Compiling utf-8 v0.7.6
34202025-07-01T18:33:58.870Z Running `/home/build/.rustup/toolchains/1.87.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=245646c706efebbb -C extra-filename=-d093d506fee1cb95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212025-07-01T18:33:59.225Z Compiling tungstenite v0.21.0
34222025-07-01T18:33:59.250Z Running `/home/build/.rustup/toolchains/1.87.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=a301e2133a29d342 -C extra-filename=-8d765950dd7db2e6 --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-96dbc0c5a1d1c4b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-05a99ada30406413.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d093d506fee1cb95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232025-07-01T18:33:59.477Z Compiling derive_more v0.99.20
34242025-07-01T18:33:59.477Z Running `/home/build/.rustup/toolchains/1.87.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.20/src/lib.rs --error-format=json --json=diagnostic-rendered-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=5ac0b2174d73758f -C extra-filename=-fc72fabb53d57a2c --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-a0bb377d388b98cc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252025-07-01T18:34:00.376Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
34262025-07-01T18:34:00.402Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/3f2dfe3/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=2832d9e2929a11e9 -C extra-filename=-91f21a5049be8dd7 --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-a38eeab0ec49aa97.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-1648960e685d6d8d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-266b5f63f4c89f42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-2d0b85cbb6f10769.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272025-07-01T18:34:00.986Z Compiling half v2.4.1
34282025-07-01T18:34:01.012Z Running `/home/build/.rustup/toolchains/1.87.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=26e37cc1f7876524 -C extra-filename=-a2780e40dd5e617d --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-3a67e9cd8804fc68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292025-07-01T18:34:01.076Z Compiling ciborium-io v0.2.2
34302025-07-01T18:34:01.102Z Running `/home/build/.rustup/toolchains/1.87.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=166d9d699160d9a4 -C extra-filename=-d8cbaa2b1ac01295 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312025-07-01T18:34:01.261Z Compiling tokio-tungstenite v0.21.0
34322025-07-01T18:34:01.287Z Running `/home/build/.rustup/toolchains/1.87.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=afcc11880944300c -C extra-filename=-e6305e8dca81f1ff --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-056371f35296dee7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-8d765950dd7db2e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332025-07-01T18:34:01.624Z Compiling ciborium-ll v0.2.2
34342025-07-01T18:34:01.649Z Running `/home/build/.rustup/toolchains/1.87.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=bf0bc93734327fe0 -C extra-filename=-01af167d53294fb2 --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-d8cbaa2b1ac01295.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-a2780e40dd5e617d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352025-07-01T18:34:01.773Z Compiling aws-lc-sys v0.26.0
34362025-07-01T18:34:01.799Z Running `/home/build/.rustup/toolchains/1.87.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=2a476b1e7527369b -C extra-filename=-939b684f44e2482c --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-939b684f44e2482c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-2de0f4d1c1bf2a4a.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-c920037fede30676.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-d895c3041ca1d506.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-0849a451a77f2881.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372025-07-01T18:34:01.915Z Compiling newline-converter v0.3.0
34382025-07-01T18:34:01.940Z Running `/home/build/.rustup/toolchains/1.87.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=1ba5fa25a2f61792 -C extra-filename=-25f1fc0947f535c3 --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-4b7365c9995f2f18.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392025-07-01T18:34:02.091Z Compiling ciborium v0.2.2
34402025-07-01T18:34:02.134Z Running `/home/build/.rustup/toolchains/1.87.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=ad51272be947f78a -C extra-filename=-9a1e7e99ca25fd00 --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-d8cbaa2b1ac01295.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-01af167d53294fb2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412025-07-01T18:34:02.159Z Compiling expectorate v1.2.0
34422025-07-01T18:34:02.184Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-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("predicates"))' -C metadata=2f5440da42683c65 -C extra-filename=-9a2534c0b5700f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-25f1fc0947f535c3.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432025-07-01T18:34:02.209Z Compiling typify-macro v0.4.1
34442025-07-01T18:34:02.210Z Running `/home/build/.rustup/toolchains/1.87.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.4.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=e71571bbb50272b2 -C extra-filename=-d2d0af08486c39e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-769890897fc25d5c.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452025-07-01T18:34:02.473Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/3f2dfe3/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=2223bcf0abf4cfeb -C extra-filename=-5b82aa671bf3f622 --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-612ce2e304571f81.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-a38eeab0ec49aa97.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-1648960e685d6d8d.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-a9e5929fea7386bb.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-91f21a5049be8dd7.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-266b5f63f4c89f42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-3e5916a2e3756817.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -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)'`
34462025-07-01T18:34:02.618Z Compiling progenitor-macro v0.9.1
34472025-07-01T18:34:02.643Z Running `/home/build/.rustup/toolchains/1.87.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=c2ae26eebd8c34c0 -C extra-filename=-10ad4c874d237b4f --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-acd5143896865d4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b8f93ce623584d60.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-ec11907e5f160e89.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482025-07-01T18:34:02.854Z Compiling tokio-dtrace v0.1.0
34492025-07-01T18:34:02.879Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-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=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc97153ba4a273d0 -C extra-filename=-3906774b837f6799 --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-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502025-07-01T18:34:03.300Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
34512025-07-01T18:34:03.326Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/3f2dfe3/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=2e798465fb1e306e -C extra-filename=-d66c5a749e2f6100 --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-3a67e9cd8804fc68.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-a38eeab0ec49aa97.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-5b82aa671bf3f622.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-3e5916a2e3756817.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522025-07-01T18:34:03.363Z Compiling num-rational v0.4.2
34532025-07-01T18:34:03.388Z Running `/home/build/.rustup/toolchains/1.87.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=a3ab6a112cef3c44 -C extra-filename=-486937cc06575fbf --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-b090a894ab46e778.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542025-07-01T18:34:03.413Z Compiling num-complex v0.4.6
34552025-07-01T18:34:03.451Z Running `/home/build/.rustup/toolchains/1.87.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=82db8029eea96d58 -C extra-filename=-1a7e55852fbfa69c --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-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34562025-07-01T18:34:03.916Z Compiling oxide-tokio-rt v0.1.1
34572025-07-01T18:34:03.942Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_tokio_rt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-tokio-rt-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="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=f41c4eeda96165cf -C extra-filename=-1f3058d98a8d06ae --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-cb47e4065efbacd9.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-3906774b837f6799.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582025-07-01T18:34:04.186Z Compiling float-ord v0.3.2
34592025-07-01T18:34:04.211Z Running `/home/build/.rustup/toolchains/1.87.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=2394a390429ff875 -C extra-filename=-c88984b8dab35587 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602025-07-01T18:34:04.323Z Compiling num v0.4.3
34612025-07-01T18:34:04.348Z Running `/home/build/.rustup/toolchains/1.87.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=10b43a3ca05673c5 -C extra-filename=-a68af6adb1c5e52a --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-1a7e55852fbfa69c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-486937cc06575fbf.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622025-07-01T18:34:04.407Z Compiling secrecy v0.10.3
34632025-07-01T18:34:04.432Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=d170d9185b65111d -C extra-filename=-e43b57f33c7f2a1e --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-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642025-07-01T18:34:04.483Z Compiling same-file v1.0.6
34652025-07-01T18:34:04.510Z Running `/home/build/.rustup/toolchains/1.87.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=916cdd18e9069d7d -C extra-filename=-d97d4583eee1f953 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662025-07-01T18:34:04.706Z Compiling walkdir v2.5.0
34672025-07-01T18:34:04.732Z Running `/home/build/.rustup/toolchains/1.87.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=5003250b3e095478 -C extra-filename=-e80c40188a3d0646 --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-d97d4583eee1f953.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682025-07-01T18:34:04.764Z Compiling fixedbitset v0.5.7
34692025-07-01T18:34:04.764Z Running `/home/build/.rustup/toolchains/1.87.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=1351ffad248b7fbc -C extra-filename=-657e3258fcf4ceb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702025-07-01T18:34:04.803Z Compiling password-hash v0.5.0
34712025-07-01T18:34:04.803Z Running `/home/build/.rustup/toolchains/1.87.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=e00fc889237e4e35 -C extra-filename=-94d8747e88a3dd13 --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-78e38759e3b6da1b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722025-07-01T18:34:05.289Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
34732025-07-01T18:34:05.315Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/3f2dfe3/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=07449cfd7b55edaf -C extra-filename=-e6dcec5e4eaa49b5 --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-cefab6d96bfc6445.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-12dfa3f23ab03f30.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-5b82aa671bf3f622.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d66c5a749e2f6100.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-266b5f63f4c89f42.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742025-07-01T18:34:05.395Z Compiling blake2 v0.10.6
34752025-07-01T18:34:05.429Z Running `/home/build/.rustup/toolchains/1.87.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=3e5c2fca6de68f9c -C extra-filename=-6f42632925ac6562 --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-3e9ff315175280c8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762025-07-01T18:34:05.465Z Compiling indent_write v2.2.0
34772025-07-01T18:34:05.490Z Running `/home/build/.rustup/toolchains/1.87.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=99e40520af4b6612 -C extra-filename=-42deed123401b5b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782025-07-01T18:34:05.517Z Compiling petgraph v0.8.2
34792025-07-01T18:34:05.517Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-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 '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="stable_graph"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=add6dbabe864a445 -C extra-filename=-02489128dce9739e --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-657e3258fcf4ceb9.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802025-07-01T18:34:05.697Z Compiling arc-swap v1.7.1
34812025-07-01T18:34:05.737Z Running `/home/build/.rustup/toolchains/1.87.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=e8b4a7a96c3c0704 -C extra-filename=-3fd7fa54f6988211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822025-07-01T18:34:05.763Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34832025-07-01T18:34:05.763Z Running `/home/build/.rustup/toolchains/1.87.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=61d965f39b0436a2 -C extra-filename=-ffa62b8f424a7fe6 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-ffa62b8f424a7fe6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34842025-07-01T18:34:06.149Z Compiling argon2 v0.5.3
34852025-07-01T18:34:06.174Z Running `/home/build/.rustup/toolchains/1.87.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=5e65b2b41224def1 -C extra-filename=-e139f1343979802c --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-78e38759e3b6da1b.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-6f42632925ac6562.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-94d8747e88a3dd13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862025-07-01T18:34:06.201Z Compiling typify v0.4.1
34872025-07-01T18:34:06.201Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-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"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=a85ad786d798237b -C extra-filename=-fd3da847c376663f --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-769890897fc25d5c.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-d2d0af08486c39e5.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882025-07-01T18:34:06.448Z Compiling progenitor-impl v0.10.0
34892025-07-01T18:34:06.486Z Running `/home/build/.rustup/toolchains/1.87.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.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())' -C metadata=e979b104e8ee2075 -C extra-filename=-174ea50515ab6779 --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-2607b1d525d6c62b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-fd3da847c376663f.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902025-07-01T18:34:06.512Z Compiling slog-scope v4.4.0
34912025-07-01T18:34:06.512Z Running `/home/build/.rustup/toolchains/1.87.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=05b870a132e37716 -C extra-filename=-4a2513ff55e5fd21 --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-3fd7fa54f6988211.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922025-07-01T18:34:06.675Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34932025-07-01T18:34:06.700Z Running `/home/build/.rustup/toolchains/1.87.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=d33f0f54fbc0fc4a -C extra-filename=-891b9b6ffd8f2374 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-891b9b6ffd8f2374 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942025-07-01T18:34:06.985Z Compiling slog-stdlog v4.1.1
34952025-07-01T18:34:07.010Z Running `/home/build/.rustup/toolchains/1.87.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=2a2b224d99123443 -C extra-filename=-efb30e5eaad5a671 --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-1bb814cae28f6e1e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-4a2513ff55e5fd21.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962025-07-01T18:34:07.072Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-ffa62b8f424a7fe6/build-script-build`
34972025-07-01T18:34:07.128Z Compiling xattr v1.3.1
34982025-07-01T18:34:07.154Z Running `/home/build/.rustup/toolchains/1.87.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=843d69f387430ea4 -C extra-filename=-633cd9485eb5f091 --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-bc3ce9b532f509d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992025-07-01T18:34:07.366Z Compiling filetime v0.2.25
35002025-07-01T18:34:07.391Z Running `/home/build/.rustup/toolchains/1.87.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=4bb9d3a1fcd77f6a -C extra-filename=-f1ad58118408312d --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012025-07-01T18:34:07.431Z Compiling slog-envlogger v2.2.0
35022025-07-01T18:34:07.431Z Running `/home/build/.rustup/toolchains/1.87.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=b64ab1641304e969 -C extra-filename=-b83c1c2f98f90db9 --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-1bb814cae28f6e1e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-4a2513ff55e5fd21.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-efb30e5eaad5a671.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032025-07-01T18:34:07.524Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-891b9b6ffd8f2374/build-script-build`
35042025-07-01T18:34:07.557Z Running `/home/build/.rustup/toolchains/1.87.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=9c9c72385d86dd2b -C extra-filename=-c2e26a7fc12c5175 --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-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -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/`
35052025-07-01T18:34:07.694Z Compiling tar v0.4.44
35062025-07-01T18:34:07.720Z Running `/home/build/.rustup/toolchains/1.87.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=6f9902218f47aa16 -C extra-filename=-94a4923948d96b53 --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-f1ad58118408312d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-633cd9485eb5f091.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072025-07-01T18:34:07.930Z Compiling owo-colors v4.2.2
35082025-07-01T18:34:07.956Z Running `/home/build/.rustup/toolchains/1.87.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.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("alloc", "supports-color", "supports-colors"))' -C metadata=e251b52a1f4f1f30 -C extra-filename=-347e0715e08d563b --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-347e0715e08d563b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092025-07-01T18:34:08.066Z Compiling cancel-safe-futures v0.1.5
35102025-07-01T18:34:08.092Z Running `/home/build/.rustup/toolchains/1.87.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=5b7c1b9e91b47eed -C extra-filename=-8c0a108c810c5de0 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8c0a108c810c5de0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112025-07-01T18:34:08.442Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8c0a108c810c5de0/build-script-build`
35122025-07-01T18:34:08.499Z Compiling libsw-core v0.3.1
35132025-07-01T18:34:08.544Z Running `/home/build/.rustup/toolchains/1.87.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=be51aa69c3c2ba88 -C extra-filename=-70ce24197ffe4549 --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-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142025-07-01T18:34:08.570Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-347e0715e08d563b/build-script-build`
35152025-07-01T18:34:08.618Z Compiling swrite v0.1.0
35162025-07-01T18:34:08.644Z Running `/home/build/.rustup/toolchains/1.87.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=0a80ca904cb9156a -C extra-filename=-042d440e2e11d946 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172025-07-01T18:34:08.716Z Running `/home/build/.rustup/toolchains/1.87.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=041414402f8277b1 -C extra-filename=-1ccf230986e3204a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -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)'`
35182025-07-01T18:34:08.805Z Compiling libsw v3.5.0
35192025-07-01T18:34:08.831Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --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=0ca5c8c32479a612 -C extra-filename=-0aec142281e1a83a --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-70ce24197ffe4549.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35202025-07-01T18:34:08.860Z Running `/home/build/.rustup/toolchains/1.87.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=1ff96dfb7608b1fa -C extra-filename=-34b460ca6efca3c5 --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-a4cc7e9ef57f8919.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212025-07-01T18:34:09.154Z Compiling linear-map v1.2.0
35222025-07-01T18:34:09.179Z Running `/home/build/.rustup/toolchains/1.87.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=3930df8b34a96a2c -C extra-filename=-cb57b30596f14652 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35232025-07-01T18:34:09.353Z Compiling keccak v0.1.5
35242025-07-01T18:34:09.447Z Running `/home/build/.rustup/toolchains/1.87.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=ccebe61f8f59354c -C extra-filename=-6a010ae473e8d2d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35252025-07-01T18:34:09.473Z Compiling pem v3.0.5
35262025-07-01T18:34:09.473Z Running `/home/build/.rustup/toolchains/1.87.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=59ad33127f39bd01 -C extra-filename=-42ce57e9649566aa --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-ef6e1aa9c68ab04f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272025-07-01T18:34:09.521Z Compiling highway v1.3.0
35282025-07-01T18:34:09.559Z Running `/home/build/.rustup/toolchains/1.87.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=d6219a354634d0bf -C extra-filename=-5bd0bd296ec98b10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292025-07-01T18:34:09.584Z Compiling typify-impl v0.2.0
35302025-07-01T18:34:09.584Z Running `/home/build/.rustup/toolchains/1.87.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=464beb86752dfcb9 -C extra-filename=-e627cebac5802cdf --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-2607b1d525d6c62b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312025-07-01T18:34:10.169Z Compiling sha3 v0.10.8
35322025-07-01T18:34:10.195Z Running `/home/build/.rustup/toolchains/1.87.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=f8599127e005e286 -C extra-filename=-7324de744de5e209 --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-3e9ff315175280c8.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-6a010ae473e8d2d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332025-07-01T18:34:10.295Z Compiling headers-core v0.3.0
35342025-07-01T18:34:10.321Z Running `/home/build/.rustup/toolchains/1.87.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=738f6897fa7c29a4 -C extra-filename=-420c6e892324afd4 --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-f7d8e045d988126a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35352025-07-01T18:34:10.445Z Compiling resolv-conf v0.7.0
35362025-07-01T18:34:10.470Z Running `/home/build/.rustup/toolchains/1.87.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=430791b22b960018 -C extra-filename=-95ffd6329ef77873 --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-f94637ae2ef43eef.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-e4b55fc4619dbc2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372025-07-01T18:34:10.508Z Compiling headers v0.4.1
35382025-07-01T18:34:10.508Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-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("nightly"))' -C metadata=d4f8250744f605aa -C extra-filename=-9a08b7b060fb9626 --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-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-420c6e892324afd4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-4a38a210df1c0db1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3da7535f9c3f5096.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392025-07-01T18:34:10.534Z Compiling lzma-sys v0.1.20
35402025-07-01T18:34:10.534Z Running `/home/build/.rustup/toolchains/1.87.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=4f5b9187addb25ff -C extra-filename=-21583340205e4125 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-21583340205e4125 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412025-07-01T18:34:11.158Z Running `/home/build/.rustup/toolchains/1.87.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=8fb1fcb8f5d56b29 -C extra-filename=-270cc16e3867ff6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
35422025-07-01T18:34:11.199Z Compiling heck v0.3.3
35432025-07-01T18:34:11.224Z Running `/home/build/.rustup/toolchains/1.87.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=93ad698ca88f5a83 -C extra-filename=-f916c14d14cf15b6 --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-4b7365c9995f2f18.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442025-07-01T18:34:11.307Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-21583340205e4125/build-script-build`
35452025-07-01T18:34:11.385Z Running `/home/build/.rustup/toolchains/1.87.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=e875751cc9905b24 -C extra-filename=-a17242d592867186 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
35462025-07-01T18:34:11.533Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35472025-07-01T18:34:11.558Z Running `/home/build/.rustup/toolchains/1.87.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=7de73a44ae27c39f -C extra-filename=-daec99abb14c987d --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-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482025-07-01T18:34:11.615Z Compiling yasna v0.5.2
35492025-07-01T18:34:11.640Z Running `/home/build/.rustup/toolchains/1.87.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=62479fbd7074e03e -C extra-filename=-e3d400856604e7a5 --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-3f30d236ac36dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502025-07-01T18:34:11.666Z Compiling zone_cfg_derive v0.1.2
35512025-07-01T18:34:11.666Z Running `/home/build/.rustup/toolchains/1.87.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=1f0f8c55614798d6 -C extra-filename=-20c84ec1960e86f6 --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-f916c14d14cf15b6.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-8bc057668587af4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522025-07-01T18:34:11.977Z Compiling universal-hash v0.5.1
35532025-07-01T18:34:12.002Z Running `/home/build/.rustup/toolchains/1.87.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=f0d660f36a9537fa -C extra-filename=-17e13d5662448305 --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-ef421c864b54ec9e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542025-07-01T18:34:12.231Z Compiling base64 v0.13.1
35552025-07-01T18:34:12.231Z Running `/home/build/.rustup/toolchains/1.87.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=28f539f2be4d08b2 -C extra-filename=-95b202c88048e47a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562025-07-01T18:34:12.275Z Compiling opaque-debug v0.3.1
35572025-07-01T18:34:12.275Z Running `/home/build/.rustup/toolchains/1.87.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=52052d8cb414bf5a -C extra-filename=-46aceb817fe63358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582025-07-01T18:34:12.430Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
35592025-07-01T18:34:12.456Z Running `/home/build/.rustup/toolchains/1.87.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=c0af62b6e26b5747 -C extra-filename=-63933345abf2de61 --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-daec99abb14c987d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602025-07-01T18:34:12.590Z Compiling progenitor-macro v0.10.0
35612025-07-01T18:34:12.615Z Running `/home/build/.rustup/toolchains/1.87.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.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=7cc29e15741f2345 -C extra-filename=-43609f30b6b138e2 --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-acd5143896865d4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-174ea50515ab6779.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-ec11907e5f160e89.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622025-07-01T18:34:12.769Z Compiling ron v0.7.1
35632025-07-01T18:34:12.794Z Running `/home/build/.rustup/toolchains/1.87.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=999d8fd3634c42fb -C extra-filename=-130a8800de47e19b --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-95b202c88048e47a.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b3c8cd159185181c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642025-07-01T18:34:13.039Z Compiling rcgen v0.12.1
35652025-07-01T18:34:13.064Z Running `/home/build/.rustup/toolchains/1.87.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=0bf6ce2668107360 -C extra-filename=-4e2ad82437d1a795 --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-42ce57e9649566aa.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-e3d400856604e7a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out`
35662025-07-01T18:34:13.090Z Compiling zone v0.1.8
35672025-07-01T18:34:13.125Z Running `/home/build/.rustup/toolchains/1.87.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=0b721ae0ed3a5805 -C extra-filename=-85413a2bafc2fca8 --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-a31d6e3ea5bde33b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-20c84ec1960e86f6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682025-07-01T18:34:13.150Z Compiling xz2 v0.1.7
35692025-07-01T18:34:13.151Z Running `/home/build/.rustup/toolchains/1.87.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=a3b4333f16a2e34f -C extra-filename=-cf35d26cce1dfcfe --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-a17242d592867186.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
35702025-07-01T18:34:13.578Z Compiling humantime v2.2.0
35712025-07-01T18:34:13.604Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-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())' -C metadata=7c1ea4c563b6af79 -C extra-filename=-f997b592e7fbe84d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722025-07-01T18:34:13.698Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-939b684f44e2482c/build-script-main`
35732025-07-01T18:34:14.088Z Compiling subprocess v0.2.9
35742025-07-01T18:34:14.114Z Running `/home/build/.rustup/toolchains/1.87.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=e9a9b719c4fda96d -C extra-filename=-375cf1e8b243b011 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752025-07-01T18:34:14.390Z Compiling semver v0.1.20
35762025-07-01T18:34:14.415Z Running `/home/build/.rustup/toolchains/1.87.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=41232ca2a3c4e4d1 -C extra-filename=-fdd22efbb4e889a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772025-07-01T18:34:14.695Z Compiling aead v0.5.2
35782025-07-01T18:34:14.728Z Running `/home/build/.rustup/toolchains/1.87.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=88e52114c882b33a -C extra-filename=-f81760d9507ace70 --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-ef421c864b54ec9e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792025-07-01T18:34:14.876Z Compiling rustc_version v0.1.7
35802025-07-01T18:34:14.902Z Running `/home/build/.rustup/toolchains/1.87.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=508bc1d37d205bbd -C extra-filename=-a66d92402fa6bc5a --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-fdd22efbb4e889a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812025-07-01T18:34:14.969Z Compiling poly1305 v0.8.0
35822025-07-01T18:34:14.994Z Running `/home/build/.rustup/toolchains/1.87.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=39bf6bf6f0895922 -C extra-filename=-c00d5aa89efa8320 --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-3be62df182f0471e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-46aceb817fe63358.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-17e13d5662448305.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832025-07-01T18:34:15.209Z Compiling chacha20 v0.9.1
35842025-07-01T18:34:15.235Z Running `/home/build/.rustup/toolchains/1.87.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=49c8d3009862511d -C extra-filename=-19d7fc9a6b4d5a30 --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-3a67e9cd8804fc68.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852025-07-01T18:34:15.235Z Compiling thiserror-impl-no-std v2.0.2
35862025-07-01T18:34:15.235Z Running `/home/build/.rustup/toolchains/1.87.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=ec5a19db08cf2b15 -C extra-filename=-0d4d4facee2636e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872025-07-01T18:34:15.342Z Compiling newtype_derive v0.1.6
35882025-07-01T18:34:15.368Z Running `/home/build/.rustup/toolchains/1.87.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=5ef040a54da2f20f -C extra-filename=-5a920ded88e80a6a --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-5a920ded88e80a6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a66d92402fa6bc5a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892025-07-01T18:34:15.562Z Compiling chacha20poly1305 v0.10.1
35902025-07-01T18:34:15.588Z Running `/home/build/.rustup/toolchains/1.87.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=17c2a4debeecc6bf -C extra-filename=-12629c63d03535fd --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-f81760d9507ace70.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-19d7fc9a6b4d5a30.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-c00d5aa89efa8320.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912025-07-01T18:34:15.614Z Compiling linked-hash-map v0.5.6
35922025-07-01T18:34:15.655Z Running `/home/build/.rustup/toolchains/1.87.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=0e3b2821571d6bd4 -C extra-filename=-06d2aaad4c7ba118 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932025-07-01T18:34:15.742Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-5a920ded88e80a6a/build-script-build`
35942025-07-01T18:34:15.832Z Compiling hickory-proto v0.24.4
35952025-07-01T18:34:15.875Z Running `/home/build/.rustup/toolchains/1.87.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="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=ff2c526edde3a960 -C extra-filename=-afd1baae191f367d --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-0995b155a32ebe73.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-af456b4b9ae7afb0.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-cdc614a666589f73.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962025-07-01T18:34:15.902Z Running `/home/build/.rustup/toolchains/1.87.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=6edfbc597a2f9017 -C extra-filename=-3499e9a6283e85ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
35972025-07-01T18:34:16.021Z Compiling lru-cache v0.1.2
35982025-07-01T18:34:16.047Z Running `/home/build/.rustup/toolchains/1.87.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=ec34e4a8c8c7418f -C extra-filename=-bf4bdd26b9e83cb8 --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-06d2aaad4c7ba118.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992025-07-01T18:34:16.074Z Compiling steno v0.4.1
36002025-07-01T18:34:16.074Z Running `/home/build/.rustup/toolchains/1.87.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=afd4e3b9c43d7a6d -C extra-filename=-a948434e3b97b9e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012025-07-01T18:34:16.327Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
36022025-07-01T18:34:16.353Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=3af81c957001dcca -C extra-filename=-bbae77247e2d1050 --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-ef6e1aa9c68ab04f.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8735b6539ef5d243.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032025-07-01T18:34:16.557Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
36042025-07-01T18:34:16.604Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=bd5741c3ae0df805 -C extra-filename=-405d6aec9d0c2759 --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-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052025-07-01T18:34:17.193Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
36062025-07-01T18:34:17.219Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=dc7644de24537f47 -C extra-filename=-3c20b97d3f3714ed --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-bbae77247e2d1050.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-405d6aec9d0c2759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072025-07-01T18:34:17.397Z Compiling moka v0.12.10
36082025-07-01T18:34:17.424Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.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 --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=3cf3e7b89136f841 -C extra-filename=-75480fcd2402d5bf --out-dir /work/oxidecomputer/omicron/target/debug/build/moka-75480fcd2402d5bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092025-07-01T18:34:17.763Z Running `/work/oxidecomputer/omicron/target/debug/build/moka-75480fcd2402d5bf/build-script-build`
36102025-07-01T18:34:17.832Z Compiling tagptr v0.2.0
36112025-07-01T18:34:17.832Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tagptr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tagptr-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=673c51a9a05bdde7 -C extra-filename=-40ec7b56387d5dbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122025-07-01T18:34:17.924Z Compiling thiserror-no-std v2.0.2
36132025-07-01T18:34:17.951Z Running `/home/build/.rustup/toolchains/1.87.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=b5605dfcd783368d -C extra-filename=-3d843a2d03bd3fcb --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-0d4d4facee2636e3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36142025-07-01T18:34:18.096Z Compiling vsss-rs v3.3.4
36152025-07-01T18:34:18.123Z Running `/home/build/.rustup/toolchains/1.87.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=f3417c13381a75a5 -C extra-filename=-3e2c566235cdb9ba --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-ea40d9ab8b9757a5.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ce3ab926e6fc3d25.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-3d843a2d03bd3fcb.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162025-07-01T18:34:18.155Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.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=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(rustver)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "once_cell", "quanta", "sync", "unstable-debug-counters"))' -C metadata=6ccffd871d6c1629 -C extra-filename=-e9dc74bdde4165ac --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-4874f00a18ba00e9.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-40ec7b56387d5dbf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172025-07-01T18:34:19.840Z Compiling hickory-resolver v0.25.2
36182025-07-01T18:34:19.867Z Running `/home/build/.rustup/toolchains/1.87.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.25.2/src/lib.rs --error-format=json --json=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="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=871c367a9e419d8c -C extra-filename=-d6b875e84782b37d --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-3a67e9cd8804fc68.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-e9dc74bdde4165ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-95ffd6329ef77873.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192025-07-01T18:34:21.189Z Compiling hickory-resolver v0.24.4
36202025-07-01T18:34:21.294Z Running `/home/build/.rustup/toolchains/1.87.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=a3e210d037b1ad67 -C extra-filename=-ea228e4c56193e7b --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-3a67e9cd8804fc68.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-afd1baae191f367d.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-bf4bdd26b9e83cb8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-95ffd6329ef77873.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212025-07-01T18:34:21.925Z Compiling slog-dtrace v0.3.0
36222025-07-01T18:34:21.955Z Running `/home/build/.rustup/toolchains/1.87.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=80762b9be287eb85 -C extra-filename=-f6915384e9e767a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-f6915384e9e767a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232025-07-01T18:34:22.078Z Compiling display-error-chain v0.2.2
36242025-07-01T18:34:22.110Z Running `/home/build/.rustup/toolchains/1.87.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=88f1e5799e98a27a -C extra-filename=-7b855985f2fc6e77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252025-07-01T18:34:22.332Z Compiling bytecount v0.6.8
36262025-07-01T18:34:22.332Z Running `/home/build/.rustup/toolchains/1.87.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=36e8c98c9211ceb5 -C extra-filename=-c85662301a44cee1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272025-07-01T18:34:22.378Z Compiling typify-macro v0.2.0
36282025-07-01T18:34:22.378Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-f6915384e9e767a8/build-script-build`
36292025-07-01T18:34:22.405Z Running `/home/build/.rustup/toolchains/1.87.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=bffc5e5c479b4c89 -C extra-filename=-509e58b9f802cb3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-e627cebac5802cdf.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302025-07-01T18:34:22.498Z Running `/home/build/.rustup/toolchains/1.87.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=ada333f8fe6ba105 -C extra-filename=-36a7b5c57e5db967 --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-edf8629ceb4f4ea2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36312025-07-01T18:34:22.606Z Compiling gethostname v0.5.0
36322025-07-01T18:34:22.632Z Running `/home/build/.rustup/toolchains/1.87.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=5c0ed71471dc5b8c -C extra-filename=-5ba426e9b9390b29 --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-bc3ce9b532f509d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332025-07-01T18:34:22.853Z Compiling nibble_vec v0.1.0
36342025-07-01T18:34:22.878Z Running `/home/build/.rustup/toolchains/1.87.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=b4c4a84c4ba6e655 -C extra-filename=-4a7a43b9cc126a69 --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-3b112245a8f41229.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352025-07-01T18:34:23.117Z Compiling endian-type v0.1.2
36362025-07-01T18:34:23.154Z Running `/home/build/.rustup/toolchains/1.87.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=24a4c5ff9a75241c -C extra-filename=-99f88bebb2b8ff36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372025-07-01T18:34:23.190Z Compiling libefi-sys v0.1.0
36382025-07-01T18:34:23.190Z Running `/home/build/.rustup/toolchains/1.87.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=ce7b12c7dc8e2f96 -C extra-filename=-d956188f7db3f438 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-d956188f7db3f438 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392025-07-01T18:34:23.307Z Compiling bitfield-struct v0.6.2
36402025-07-01T18:34:23.344Z Running `/home/build/.rustup/toolchains/1.87.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=25735da995067edd -C extra-filename=-a783593e5aadaf63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412025-07-01T18:34:23.420Z Compiling qorb v0.4.0
36422025-07-01T18:34:23.456Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-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="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=ca15517deb609b7e -C extra-filename=-4231a92fa214dac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-ea228e4c56193e7b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432025-07-01T18:34:23.556Z Compiling radix_trie v0.2.1
36442025-07-01T18:34:23.582Z Running `/home/build/.rustup/toolchains/1.87.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=4c48a988272597ae -C extra-filename=-0c618a23c04dfb13 --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-99f88bebb2b8ff36.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-4a7a43b9cc126a69.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452025-07-01T18:34:24.196Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-d956188f7db3f438/build-script-build`
36462025-07-01T18:34:24.227Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
36472025-07-01T18:34:24.270Z Running `/home/build/.rustup/toolchains/1.87.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=08cc69d2c78d17bc -C extra-filename=-d8f9cf4cf7c81e9f --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-d8f9cf4cf7c81e9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482025-07-01T18:34:24.296Z Compiling radium v0.7.0
36492025-07-01T18:34:24.296Z Running `/home/build/.rustup/toolchains/1.87.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=9153742f927c9b04 -C extra-filename=-cc1f818716b52ad6 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-cc1f818716b52ad6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502025-07-01T18:34:24.725Z Compiling termtree v0.5.1
36512025-07-01T18:34:24.751Z Running `/home/build/.rustup/toolchains/1.87.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=3b2ba5deee90ed91 -C extra-filename=-9eee3fc41e327ae2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522025-07-01T18:34:24.779Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-d8f9cf4cf7c81e9f/build-script-build`
36532025-07-01T18:34:24.815Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-cc1f818716b52ad6/build-script-build`
36542025-07-01T18:34:24.882Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36552025-07-01T18:34:24.909Z Running `/home/build/.rustup/toolchains/1.87.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=fce242a99c7b6c46 -C extra-filename=-e0afbf378e32c85a --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-a783593e5aadaf63.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562025-07-01T18:34:24.934Z Running `/home/build/.rustup/toolchains/1.87.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=6858077d0a1af286 -C extra-filename=-3d8d4c7f254dc36e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
36572025-07-01T18:34:25.026Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
36582025-07-01T18:34:25.052Z Running `/home/build/.rustup/toolchains/1.87.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=bc6c2f0fadfe0345 -C extra-filename=-ebf7f590bdbdf21b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-873b6816285e4193.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592025-07-01T18:34:25.196Z Compiling zerocopy-derive v0.6.6
36602025-07-01T18:34:25.228Z Running `/home/build/.rustup/toolchains/1.87.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=d98aab1b9c384802 -C extra-filename=-0f1e35611982c06c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612025-07-01T18:34:25.420Z Compiling maybe-uninit v2.0.0
36622025-07-01T18:34:25.447Z Running `/home/build/.rustup/toolchains/1.87.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=5858d29d50744116 -C extra-filename=-39d689b9e58017a2 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-39d689b9e58017a2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632025-07-01T18:34:25.653Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36642025-07-01T18:34:25.680Z Running `/home/build/.rustup/toolchains/1.87.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=b86b1866eaedd01a -C extra-filename=-ba019106d427ae4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36652025-07-01T18:34:25.706Z Compiling termcolor v1.4.1
36662025-07-01T18:34:25.706Z Running `/home/build/.rustup/toolchains/1.87.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=fe9ac1cd07a0c3bc -C extra-filename=-8c17f2c565ffa54f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36672025-07-01T18:34:25.844Z Compiling tap v1.0.1
36682025-07-01T18:34:25.885Z Running `/home/build/.rustup/toolchains/1.87.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=fa1c0fab508c4113 -C extra-filename=-14b1cda4253fd90c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692025-07-01T18:34:26.022Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-39d689b9e58017a2/build-script-build`
36702025-07-01T18:34:26.091Z Compiling wyz v0.5.1
36712025-07-01T18:34:26.118Z Running `/home/build/.rustup/toolchains/1.87.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=e61f76d464e5761b -C extra-filename=-4000134d049ecc80 --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-14b1cda4253fd90c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722025-07-01T18:34:26.149Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36732025-07-01T18:34:26.197Z Running `/home/build/.rustup/toolchains/1.87.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=d32a606133a628e2 -C extra-filename=-7175f51c0ffc9994 --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-e0afbf378e32c85a.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-ba019106d427ae4b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742025-07-01T18:34:26.323Z Running `/home/build/.rustup/toolchains/1.87.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=03fcc3250c391795 -C extra-filename=-44f95d3faac25ae4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-ebf7f590bdbdf21b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -l static=pci`
36752025-07-01T18:34:26.561Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36762025-07-01T18:34:26.588Z Running `/home/build/.rustup/toolchains/1.87.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=c6e250ee10a973c7 -C extra-filename=-36b486c1e8b10b05 --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-cefab6d96bfc6445.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-3d8d4c7f254dc36e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772025-07-01T18:34:26.621Z Running `/home/build/.rustup/toolchains/1.87.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=05b61a4c94aad5da -C extra-filename=-5b124eff1a086610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -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`
36782025-07-01T18:34:26.665Z Compiling typify v0.2.0
36792025-07-01T18:34:26.725Z Running `/home/build/.rustup/toolchains/1.87.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=cf75de3a3896d679 -C extra-filename=-adcdd14c18db6332 --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-e627cebac5802cdf.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-509e58b9f802cb3c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36802025-07-01T18:34:26.857Z Compiling progenitor-impl v0.8.0
36812025-07-01T18:34:26.883Z Running `/home/build/.rustup/toolchains/1.87.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=427fe8aa0d93675c -C extra-filename=-81fd0442f5551fbf --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-2607b1d525d6c62b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-adcdd14c18db6332.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822025-07-01T18:34:26.908Z Compiling funty v2.0.0
36832025-07-01T18:34:26.908Z Running `/home/build/.rustup/toolchains/1.87.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=fa398eb6bf43f9cb -C extra-filename=-e52f4c70480942e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842025-07-01T18:34:26.991Z Compiling crc-catalog v2.4.0
36852025-07-01T18:34:27.017Z Running `/home/build/.rustup/toolchains/1.87.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=8adef46fc7089373 -C extra-filename=-eefea60ae43b36e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862025-07-01T18:34:27.072Z Compiling packed_struct v0.10.1
36872025-07-01T18:34:27.126Z Running `/home/build/.rustup/toolchains/1.87.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=ba3996fdb42c7111 -C extra-filename=-38c4546013feafa3 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-38c4546013feafa3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882025-07-01T18:34:27.152Z Running `/home/build/.rustup/toolchains/1.87.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=6c3e8fbb401d34f3 -C extra-filename=-731ebb8b8290ef7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
36892025-07-01T18:34:27.179Z Compiling zerocopy v0.6.6
36902025-07-01T18:34:27.179Z Running `/home/build/.rustup/toolchains/1.87.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=02d7287dbb699db7 -C extra-filename=-51bdcb6b3228c60d --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-96dbc0c5a1d1c4b3.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-0f1e35611982c06c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912025-07-01T18:34:27.219Z Compiling crc v3.2.1
36922025-07-01T18:34:27.245Z Running `/home/build/.rustup/toolchains/1.87.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=d4ba95b22dc4de6d -C extra-filename=-d55166ea0dc0b3b5 --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-eefea60ae43b36e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932025-07-01T18:34:27.287Z Compiling packed_struct_codegen v0.10.1
36942025-07-01T18:34:27.353Z Running `/home/build/.rustup/toolchains/1.87.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=8b3940cdaa80c0a7 -C extra-filename=-dc003671af747756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952025-07-01T18:34:27.616Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-38c4546013feafa3/build-script-build`
36962025-07-01T18:34:27.669Z Compiling indexmap v1.9.3
36972025-07-01T18:34:27.695Z Running `/home/build/.rustup/toolchains/1.87.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=54e78a34771ebb75 -C extra-filename=-03e87aa25050c760 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-03e87aa25050c760 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982025-07-01T18:34:27.835Z Compiling bitvec v1.0.1
36992025-07-01T18:34:27.860Z Running `/home/build/.rustup/toolchains/1.87.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=26a8d853eff424b6 -C extra-filename=-46b43a997e88780f --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-e52f4c70480942e1.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-5b124eff1a086610.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-14b1cda4253fd90c.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-4000134d049ecc80.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002025-07-01T18:34:27.897Z Compiling nodrop v0.1.14
37012025-07-01T18:34:27.923Z Running `/home/build/.rustup/toolchains/1.87.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=7f15cdc870a27518 -C extra-filename=-cee3944a9ea720e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022025-07-01T18:34:27.951Z Compiling smallvec v0.6.14
37032025-07-01T18:34:27.951Z Running `/home/build/.rustup/toolchains/1.87.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=f887671124367842 -C extra-filename=-f2949f4a426c43cb --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-731ebb8b8290ef7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042025-07-01T18:34:28.097Z Compiling array-init v0.0.4
37052025-07-01T18:34:28.097Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-03e87aa25050c760/build-script-build`
37062025-07-01T18:34:28.123Z Running `/home/build/.rustup/toolchains/1.87.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=7bb36dddadadbd97 -C extra-filename=-a21cac9466cdb234 --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-cee3944a9ea720e2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072025-07-01T18:34:28.215Z Compiling hashbrown v0.12.3
37082025-07-01T18:34:28.241Z Running `/home/build/.rustup/toolchains/1.87.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=056618c4a2cd42db -C extra-filename=-c512e4d5639ed8b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37092025-07-01T18:34:28.392Z Compiling bitfield v0.14.0
37102025-07-01T18:34:28.430Z Running `/home/build/.rustup/toolchains/1.87.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=69535a1d8f2c322f -C extra-filename=-6bcc01bf76cf2dd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112025-07-01T18:34:28.457Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
37122025-07-01T18:34:28.457Z Running `/home/build/.rustup/toolchains/1.87.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=a0c89915a5ebd832 -C extra-filename=-18ed04eae21c6285 --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-96dbc0c5a1d1c4b3.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-d55166ea0dc0b3b5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51bdcb6b3228c60d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132025-07-01T18:34:28.734Z Compiling env_logger v0.10.2
37142025-07-01T18:34:28.760Z Running `/home/build/.rustup/toolchains/1.87.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=84de4c97c08799a7 -C extra-filename=-53bcf8f6c8f80d44 --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-2089ab408943a190.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-8c17f2c565ffa54f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152025-07-01T18:34:28.789Z Compiling ron v0.8.1
37162025-07-01T18:34:28.790Z Running `/home/build/.rustup/toolchains/1.87.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=868b8c100632a501 -C extra-filename=-36cc0736afd961b3 --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-6479324884e62b47.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172025-07-01T18:34:29.021Z Compiling serde-hex v0.1.0
37182025-07-01T18:34:29.046Z Running `/home/build/.rustup/toolchains/1.87.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=a7c4bb908cf52362 -C extra-filename=-6852b79fc763cb49 --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-a21cac9466cdb234.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-f2949f4a426c43cb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192025-07-01T18:34:29.224Z Running `/home/build/.rustup/toolchains/1.87.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=0fb68281bdec4819 -C extra-filename=-af9006e982354d37 --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-c512e4d5639ed8b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
37202025-07-01T18:34:29.582Z Compiling hashbrown v0.13.2
37212025-07-01T18:34:29.608Z Running `/home/build/.rustup/toolchains/1.87.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=d583ad8b8203692c -C extra-filename=-5db67fc6ef533899 --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-ce41b31d84d6e3a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222025-07-01T18:34:29.708Z Compiling async-recursion v1.1.1
37232025-07-01T18:34:29.734Z Running `/home/build/.rustup/toolchains/1.87.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=1dd256546473898f -C extra-filename=-952b2470db30a1c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242025-07-01T18:34:29.996Z Compiling proc-macro-error-attr2 v2.0.0
37252025-07-01T18:34:30.023Z Running `/home/build/.rustup/toolchains/1.87.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=2a5927c2796b0468 -C extra-filename=-6fd63afb04ff169c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262025-07-01T18:34:30.607Z Compiling crc-any v2.5.0
37272025-07-01T18:34:30.633Z Running `/home/build/.rustup/toolchains/1.87.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=34ab38c5a9a29e3e -C extra-filename=-d4682e11e610e490 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282025-07-01T18:34:30.790Z Compiling proc-macro-error2 v2.0.1
37292025-07-01T18:34:30.826Z Running `/home/build/.rustup/toolchains/1.87.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=9fb71ffe34ecb2a8 -C extra-filename=-7356725b5529e4e2 --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-6fd63afb04ff169c.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302025-07-01T18:34:30.964Z Running `/home/build/.rustup/toolchains/1.87.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=b6eec8e69732a5c5 -C extra-filename=-cd54955655513819 --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-46b43a997e88780f.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-dc003671af747756.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312025-07-01T18:34:31.061Z Compiling object v0.30.4
37322025-07-01T18:34:31.094Z Running `/home/build/.rustup/toolchains/1.87.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=c87586227e86ad24 -C extra-filename=-8adcefdfdc765bda --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-b602b9cac147849d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5db67fc6ef533899.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-af9006e982354d37.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332025-07-01T18:34:31.134Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37342025-07-01T18:34:31.135Z Running `/home/build/.rustup/toolchains/1.87.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=3ed63af61ade05a5 -C extra-filename=-d59fdcd3f66ba1c1 --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-36cc0736afd961b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-18ed04eae21c6285.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51bdcb6b3228c60d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37352025-07-01T18:34:31.263Z Compiling path-slash v0.1.5
37362025-07-01T18:34:31.291Z Running `/home/build/.rustup/toolchains/1.87.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=73ef44c1f8e46e3b -C extra-filename=-9964bbe6769a1191 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372025-07-01T18:34:31.524Z Compiling xshell-macros v0.2.7
37382025-07-01T18:34:31.552Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name xshell_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-macros-0.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())' -C metadata=5030522471ba6c99 -C extra-filename=-9a7b20fb5b757870 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392025-07-01T18:34:31.585Z Compiling maplit v1.0.2
37402025-07-01T18:34:31.585Z Running `/home/build/.rustup/toolchains/1.87.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=f6dfb2b915f80b5b -C extra-filename=-89deaa97e18e6f80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412025-07-01T18:34:31.770Z Compiling tabled_derive v0.10.0
37422025-07-01T18:34:31.796Z Running `/home/build/.rustup/toolchains/1.87.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=bcb6a9c62a6b9f8a -C extra-filename=-3d49ddc47c792cd3 --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-2607b1d525d6c62b.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-7356725b5529e4e2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432025-07-01T18:34:31.824Z Compiling papergrid v0.14.0
37442025-07-01T18:34:31.825Z Running `/home/build/.rustup/toolchains/1.87.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=5c5897fa7120b06b -C extra-filename=-2d7806e5e96be6e1 --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-c85662301a44cee1.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6e0677348c2acdca.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452025-07-01T18:34:32.331Z Compiling xshell v0.2.7
37462025-07-01T18:34:32.364Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name xshell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-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=8e855c3eab6e7ad1 -C extra-filename=-80ba71216b06884a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern xshell_macros=/work/oxidecomputer/omicron/target/debug/deps/libxshell_macros-9a7b20fb5b757870.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472025-07-01T18:34:32.870Z Compiling progenitor-macro v0.8.0
37482025-07-01T18:34:32.898Z Running `/home/build/.rustup/toolchains/1.87.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=6800b93cbcc5fbb4 -C extra-filename=-6db1557695f733ba --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-acd5143896865d4f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-81fd0442f5551fbf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-ec11907e5f160e89.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492025-07-01T18:34:33.117Z Compiling num-derive v0.3.3
37502025-07-01T18:34:33.146Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.3.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("full-syntax"))' -C metadata=9ca9afd95e1c0f76 -C extra-filename=-3e0ad7ed68cef218 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512025-07-01T18:34:33.386Z Compiling fxhash v0.2.1
37522025-07-01T18:34:33.422Z Running `/home/build/.rustup/toolchains/1.87.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=cec109216b6bf39e -C extra-filename=-8ab7e378dfe579fa --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-96dbc0c5a1d1c4b3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37532025-07-01T18:34:33.625Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
37542025-07-01T18:34:33.653Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/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=e753f9a4acc90fa0 -C extra-filename=-305ccb016a2e696a --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-612ce2e304571f81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552025-07-01T18:34:34.347Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
37562025-07-01T18:34:34.382Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/17d04af/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=cc0a501197be16c7 -C extra-filename=-1b172d727289bb83 --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-6bcc01bf76cf2dd5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-cd54955655513819.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37572025-07-01T18:34:34.413Z Compiling tabled v0.18.0
37582025-07-01T18:34:34.413Z Running `/home/build/.rustup/toolchains/1.87.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=d41428027864a434 -C extra-filename=-fe9ab75b298bd25c --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-2d7806e5e96be6e1.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-3d49ddc47c792cd3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37592025-07-01T18:34:35.057Z Compiling libscf-sys v1.1.0
37602025-07-01T18:34:35.114Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-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=b27ec6e5b80774f6 -C extra-filename=-0bd9d6585efa1d9f --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-cefab6d96bfc6445.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-3e0ad7ed68cef218.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612025-07-01T18:34:35.184Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
37622025-07-01T18:34:35.214Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/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=5639144d6df84530 -C extra-filename=-76636314ce28e599 --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-76636314ce28e599 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632025-07-01T18:34:35.261Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37642025-07-01T18:34:35.290Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2021 /home/build/.cargo/git/checkouts/smf-rs-c9ceb1b0d612b4af/72389b5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8cf5fbcf16993f6 -C extra-filename=-e9f37a016911c5f8 --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-cefab6d96bfc6445.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-0bd9d6585efa1d9f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652025-07-01T18:34:35.606Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-76636314ce28e599/build-script-build`
37662025-07-01T18:34:35.705Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
37672025-07-01T18:34:35.736Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/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=7c55c0bd0e081c84 -C extra-filename=-3b115acba504ee87 --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-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-305ccb016a2e696a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682025-07-01T18:34:35.775Z Compiling vte_generate_state_changes v0.1.2
37692025-07-01T18:34:35.803Z Running `/home/build/.rustup/toolchains/1.87.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=2768edded4d40b33 -C extra-filename=-d21add4d4cfe2f76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702025-07-01T18:34:36.084Z Compiling crc8 v0.1.1
37712025-07-01T18:34:36.118Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crc8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc8-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=1d4616d03e18552b -C extra-filename=-558c83f68861bcdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722025-07-01T18:34:36.317Z Compiling const_format_proc_macros v0.2.34
37732025-07-01T18:34:36.348Z Running `/home/build/.rustup/toolchains/1.87.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=fbff86eefc0ff008 -C extra-filename=-2c9ed13e8f34e3b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742025-07-01T18:34:36.512Z Compiling vte v0.11.1
37752025-07-01T18:34:36.539Z Running `/home/build/.rustup/toolchains/1.87.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=baf1331e2794d04b -C extra-filename=-892303db002c3218 --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-41474b0312db0bc8.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-d21add4d4cfe2f76.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762025-07-01T18:34:37.835Z Compiling fd-lock v4.0.2
37772025-07-01T18:34:37.862Z Running `/home/build/.rustup/toolchains/1.87.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=f10a25409f726fae -C extra-filename=-b2f102fc1f8f572f --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-3a67e9cd8804fc68.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782025-07-01T18:34:38.143Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/f3cb309/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=3488114f498a2cea -C extra-filename=-d8fcbcadbbfd457b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe9ab75b298bd25c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-3b115acba504ee87.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-305ccb016a2e696a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
37792025-07-01T18:34:38.199Z Compiling const_format v0.2.34
37802025-07-01T18:34:38.238Z Running `/home/build/.rustup/toolchains/1.87.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=41d831ad866fdc88 -C extra-filename=-97cbcd223e422a48 --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-2c9ed13e8f34e3b6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812025-07-01T18:34:38.275Z Compiling strip-ansi-escapes v0.2.0
37822025-07-01T18:34:38.275Z Running `/home/build/.rustup/toolchains/1.87.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=d90b08e0f218c090 -C extra-filename=-9430bb4abc6c2481 --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-892303db002c3218.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832025-07-01T18:34:38.693Z Compiling nu-ansi-term v0.50.1
37842025-07-01T18:34:38.720Z Running `/home/build/.rustup/toolchains/1.87.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=989f6ac98f582e30 -C extra-filename=-10f817b41af51e93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852025-07-01T18:34:38.927Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
37862025-07-01T18:34:38.952Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/681cb87/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=89dda281627901c6 -C extra-filename=-470e62d078521953 --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-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872025-07-01T18:34:39.236Z Compiling reedline v0.40.0
37882025-07-01T18:34:39.267Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=faf74679853bbfd4 -C extra-filename=-cbd3c37deddf03d7 --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-edf8629ceb4f4ea2.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b2f102fc1f8f572f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-10f817b41af51e93.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-9430bb4abc6c2481.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-c231dc7251c14421.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4b7365c9995f2f18.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37892025-07-01T18:34:39.377Z Compiling half v1.8.3
37902025-07-01T18:34:39.419Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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", "num-traits", "serde", "serialize", "std", "use-intrinsics", "zerocopy"))' -C metadata=c2f57e2bb9ea0c11 -C extra-filename=-0455c21daa750513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37912025-07-01T18:34:39.518Z Compiling papergrid v0.11.0
37922025-07-01T18:34:39.519Z Running `/home/build/.rustup/toolchains/1.87.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=c93d622930941509 -C extra-filename=-11b4e92eb0b61224 --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-c85662301a44cee1.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6e0677348c2acdca.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932025-07-01T18:34:39.996Z Compiling serde_cbor v0.11.2
37942025-07-01T18:34:40.022Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_cbor-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("alloc", "default", "std", "tags", "unsealed_read_write"))' -C metadata=55ef9e96bae66926 -C extra-filename=-374cd4b713341571 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-0455c21daa750513.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952025-07-01T18:34:40.339Z Compiling tabled_derive v0.7.0
37962025-07-01T18:34:40.366Z Running `/home/build/.rustup/toolchains/1.87.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=019341998a99db34 -C extra-filename=-9b7ccd36b30b13dd --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-0dba940a77aaad67.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-8bc057668587af4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972025-07-01T18:34:40.743Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
37982025-07-01T18:34:40.743Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0e1e055/gateway-ereport-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="debug-impls"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls"))' -C metadata=d3f65ad9d1ca0dd8 -C extra-filename=-afbb5a030ded3cae --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-e3642f0d56e48e0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37992025-07-01T18:34:41.201Z Compiling kstat-rs v0.2.4
38002025-07-01T18:34:41.227Z Running `/home/build/.rustup/toolchains/1.87.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=ac021cb21778ecf1 -C extra-filename=-f577c68bd5feaa96 --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-cefab6d96bfc6445.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012025-07-01T18:34:41.406Z Compiling diff v0.1.13
38022025-07-01T18:34:41.432Z Running `/home/build/.rustup/toolchains/1.87.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=61fa7b47c3a7a882 -C extra-filename=-793bcf22042e7d6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032025-07-01T18:34:41.900Z Compiling nix v0.30.1
38042025-07-01T18:34:41.934Z Running `/home/build/.rustup/toolchains/1.87.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.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --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", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=aff6123f1d4af090 -C extra-filename=-6194061e990516df --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-6194061e990516df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-7a0fea6faf5fb92d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052025-07-01T18:34:41.962Z Compiling dsl_auto_type v0.1.2
38062025-07-01T18:34:42.022Z Running `/home/build/.rustup/toolchains/1.87.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=a39388b781e1e1b3 -C extra-filename=-712ba54477bdf05a --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-b1565e06c13e0d25.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072025-07-01T18:34:42.466Z Compiling tabled v0.15.0
38082025-07-01T18:34:42.492Z Running `/home/build/.rustup/toolchains/1.87.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=e14fc8e6bc0b45a6 -C extra-filename=-f0a676c42b73a7d1 --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-11b4e92eb0b61224.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-9b7ccd36b30b13dd.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092025-07-01T18:34:42.714Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-6194061e990516df/build-script-build`
38102025-07-01T18:34:42.768Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --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", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=7155364939d34d39 -C extra-filename=-5f71e5b6b3a7c292 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-4253060af28d97b2.rmeta --cap-lints allow --cfg tokio_unstable -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(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'`
38112025-07-01T18:34:42.829Z Compiling globset v0.4.15
38122025-07-01T18:34:42.854Z Running `/home/build/.rustup/toolchains/1.87.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=323af3b4dbf24ec4 -C extra-filename=-62b937a1ebdb0f78 --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-212bd90c4b2dd6c2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132025-07-01T18:34:43.214Z Compiling phf_generator v0.11.2
38142025-07-01T18:34:43.242Z Running `/home/build/.rustup/toolchains/1.87.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=d1546e955b579d20 -C extra-filename=-9f3cde1e20df67c0 --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-63c6474b95c77984.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152025-07-01T18:34:43.442Z Compiling diesel_table_macro_syntax v0.2.0
38162025-07-01T18:34:43.481Z Running `/home/build/.rustup/toolchains/1.87.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=618f653b238af5e3 -C extra-filename=-8f4f8fd7ef5816ed --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-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172025-07-01T18:34:43.897Z Compiling scheduled-thread-pool v0.2.7
38182025-07-01T18:34:43.936Z Running `/home/build/.rustup/toolchains/1.87.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=8d4d4192e542a5a9 -C extra-filename=-fc7c9cc598ed66d2 --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-d60a101adc746ee4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192025-07-01T18:34:44.200Z Compiling parking_lot_core v0.8.6
38202025-07-01T18:34:44.228Z Running `/home/build/.rustup/toolchains/1.87.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=bd2032eeaef5dcca -C extra-filename=-cd496c8683cd0561 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd496c8683cd0561 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38212025-07-01T18:34:44.411Z Compiling r2d2 v0.8.10
38222025-07-01T18:34:44.477Z Running `/home/build/.rustup/toolchains/1.87.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=a2a0f6d5b91be50f -C extra-filename=-42d61c01434fb870 --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-1bb814cae28f6e1e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-fc7c9cc598ed66d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232025-07-01T18:34:44.517Z Compiling diesel_derives v2.2.3
38242025-07-01T18:34:44.517Z Running `/home/build/.rustup/toolchains/1.87.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=ce5552db33316dde -C extra-filename=-669c8b555038b3f8 --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-8f4f8fd7ef5816ed.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-712ba54477bdf05a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252025-07-01T18:34:44.663Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-cd496c8683cd0561/build-script-build`
38262025-07-01T18:34:44.718Z Compiling phf_codegen v0.11.2
38272025-07-01T18:34:44.745Z Running `/home/build/.rustup/toolchains/1.87.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=93af5f2758296c83 -C extra-filename=-6a2ac27b64b661da --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-9f3cde1e20df67c0.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282025-07-01T18:34:44.815Z Compiling parse-zoneinfo v0.3.1
38292025-07-01T18:34:44.852Z Running `/home/build/.rustup/toolchains/1.87.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=22b5fd049fbc4c69 -C extra-filename=-611a3bdaf7cf0e26 --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-26b53ab2c5be6997.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302025-07-01T18:34:44.996Z Compiling nanorand v0.7.0
38312025-07-01T18:34:45.033Z Running `/home/build/.rustup/toolchains/1.87.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=0045649b1726cdcf -C extra-filename=-cfa68367bab4066a --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-7507609290b17159.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322025-07-01T18:34:45.097Z Compiling cfg_aliases v0.1.1
38332025-07-01T18:34:45.157Z Running `/home/build/.rustup/toolchains/1.87.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=3e0ce31f4809c8d8 -C extra-filename=-90fb96bc0c00c09a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342025-07-01T18:34:45.261Z Running `/home/build/.rustup/toolchains/1.87.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=e6a860e97bfb2ea3 -C extra-filename=-99b621f9b661c0f8 --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-3a67e9cd8804fc68.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-83a866d91505235f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352025-07-01T18:34:45.303Z Compiling nix v0.28.0
38362025-07-01T18:34:45.328Z Running `/home/build/.rustup/toolchains/1.87.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=50e1cf53a7e6f0e3 -C extra-filename=-e619bbc47c28b8b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-e619bbc47c28b8b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-90fb96bc0c00c09a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372025-07-01T18:34:45.546Z Compiling chrono-tz-build v0.4.0
38382025-07-01T18:34:45.571Z Running `/home/build/.rustup/toolchains/1.87.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=28924ccb3f599f77 -C extra-filename=-a664338eab44a4a9 --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-611a3bdaf7cf0e26.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-6a2ac27b64b661da.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392025-07-01T18:34:45.846Z Compiling flume v0.11.1
38402025-07-01T18:34:45.872Z Running `/home/build/.rustup/toolchains/1.87.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=bb7ae7c03d2e457a -C extra-filename=-75108fee6a48eda4 --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-a4cc7e9ef57f8919.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-cfa68367bab4066a.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412025-07-01T18:34:46.095Z Compiling bcs v0.1.6
38422025-07-01T18:34:46.122Z Running `/home/build/.rustup/toolchains/1.87.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=57d3032ab4a75eee -C extra-filename=-414b4ff45220e293 --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-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38432025-07-01T18:34:46.325Z Compiling crunchy v0.2.2
38442025-07-01T18:34:46.351Z Running `/home/build/.rustup/toolchains/1.87.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=e0f0fd67bd501c40 -C extra-filename=-e88505c2230c24e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-e88505c2230c24e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452025-07-01T18:34:46.533Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-e619bbc47c28b8b9/build-script-build`
38462025-07-01T18:34:46.584Z Compiling parking_lot v0.11.2
38472025-07-01T18:34:46.610Z Running `/home/build/.rustup/toolchains/1.87.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=ce4e8b6d0d6ff913 -C extra-filename=-1c36690a027bd2f5 --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-83a866d91505235f.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-4d444e8c5d73485c.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-99b621f9b661c0f8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482025-07-01T18:34:46.779Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
38492025-07-01T18:34:46.805Z Compiling chrono-tz v0.10.3
38502025-07-01T18:34:46.805Z Running `/home/build/.rustup/toolchains/1.87.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=204d31f58390280f -C extra-filename=-df50c5e1f0177e33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38512025-07-01T18:34:46.805Z Running `/home/build/.rustup/toolchains/1.87.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.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=e148cefc39da7aa2 -C extra-filename=-231f5d77885c4173 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-231f5d77885c4173 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-a664338eab44a4a9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522025-07-01T18:34:46.865Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-e88505c2230c24e2/build-script-build`
38532025-07-01T18:34:46.927Z Compiling prefix-trie v0.7.0
38542025-07-01T18:34:46.954Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-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"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=b1a1c687b82f05f6 -C extra-filename=-7b8a8f4ed8a177e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552025-07-01T18:34:47.357Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
38562025-07-01T18:34:47.382Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/17d04af/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=c8f8d7951eb65781 -C extra-filename=-1095aa73cf7f3353 --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-96dbc0c5a1d1c4b3.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-807b0639457d6796.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-d4682e11e610e490.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-975ebc6c4312b724.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-53bcf8f6c8f80d44.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-1b172d727289bb83.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-cd54955655513819.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-6852b79fc763cb49.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51bdcb6b3228c60d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38572025-07-01T18:34:47.793Z Compiling tiny-keccak v2.0.2
38582025-07-01T18:34:47.934Z Running `/home/build/.rustup/toolchains/1.87.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=0a048b1f27fa3208 -C extra-filename=-dd167436aec64f7f --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-dd167436aec64f7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38592025-07-01T18:34:47.934Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-231f5d77885c4173/build-script-build`
38602025-07-01T18:34:47.934Z Compiling hickory-server v0.25.2
38612025-07-01T18:34:47.934Z Running `/home/build/.rustup/toolchains/1.87.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.25.2/src/lib.rs --error-format=json --json=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("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=ae74e2e1c078e0c9 -C extra-filename=-58cdded7cf30a473 --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-0995b155a32ebe73.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-af456b4b9ae7afb0.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-7b8a8f4ed8a177e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622025-07-01T18:34:48.213Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-dd167436aec64f7f/build-script-build`
38632025-07-01T18:34:48.325Z Compiling sled v0.34.7
38642025-07-01T18:34:48.326Z Running `/home/build/.rustup/toolchains/1.87.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=8850b8db2ad273a4 -C extra-filename=-a9bc649f02c5996a --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-b602b9cac147849d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-8ab7e378dfe579fa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-1c36690a027bd2f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652025-07-01T18:34:48.738Z Running `/home/build/.rustup/toolchains/1.87.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=363d3d65a6f7454b -C extra-filename=-4af7557e442fe21d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662025-07-01T18:34:48.882Z Running `/home/build/.rustup/toolchains/1.87.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=e6bf5e427b6d89f9 -C extra-filename=-5e7d6a5f1560fa34 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
38672025-07-01T18:34:49.506Z Compiling hickory-client v0.25.2
38682025-07-01T18:34:49.506Z Running `/home/build/.rustup/toolchains/1.87.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.25.2/src/lib.rs --error-format=json --json=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("__dnssec", "backtrace", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "tls-aws-lc-rs", "tls-ring", "webpki-roots"))' -C metadata=53e5e576f129250f -C extra-filename=-e537bc5e005cc85b --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-3a67e9cd8804fc68.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-0c618a23c04dfb13.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692025-07-01T18:34:49.810Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
38702025-07-01T18:34:49.838Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/cec2560/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=5969a2ca8fe429b5 -C extra-filename=-dc70f34863a6f146 --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-3e9ff315175280c8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-1b172d727289bb83.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-1095aa73cf7f3353.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-8adcefdfdc765bda.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-9964bbe6769a1191.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-18ed04eae21c6285.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-d59fdcd3f66ba1c1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51bdcb6b3228c60d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib`
38712025-07-01T18:34:50.089Z Compiling peg-macros v0.8.5
38722025-07-01T18:34:50.116Z Running `/home/build/.rustup/toolchains/1.87.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=dbf8b26c6d5b72d6 -C extra-filename=-d9db9ea13a16192c --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-b6be0333af93ab88.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732025-07-01T18:34:51.945Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38742025-07-01T18:34:51.972Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=500ec23f9aba92c3 -C extra-filename=-8e8946774aedde14 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-8e8946774aedde14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752025-07-01T18:34:52.001Z Compiling sqlparser_derive v0.2.2
38762025-07-01T18:34:52.001Z Running `/home/build/.rustup/toolchains/1.87.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=34278927cfd6f8ab -C extra-filename=-adccc07b4f38c164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38772025-07-01T18:34:52.946Z Compiling unicode_categories v0.1.1
38782025-07-01T18:34:52.980Z Running `/home/build/.rustup/toolchains/1.87.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=918dbca21ddbcfe7 -C extra-filename=-603c521a480b09cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792025-07-01T18:34:53.104Z Compiling bit-vec v0.6.3
38802025-07-01T18:34:53.129Z Running `/home/build/.rustup/toolchains/1.87.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=3607f567a5bcdce5 -C extra-filename=-4415e939e9666dc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812025-07-01T18:34:53.262Z Compiling sqlparser v0.45.0
38822025-07-01T18:34:53.298Z Running `/home/build/.rustup/toolchains/1.87.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=078e3957bb74c623 -C extra-filename=-684b65cd40f0afc9 --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-1bb814cae28f6e1e.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-adccc07b4f38c164.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38832025-07-01T18:34:53.328Z Compiling peg v0.8.5
38842025-07-01T18:34:53.358Z Running `/home/build/.rustup/toolchains/1.87.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=5cb6fb18d093f80b -C extra-filename=-6e35b7e91b020491 --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-d9db9ea13a16192c.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-b6be0333af93ab88.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852025-07-01T18:34:53.359Z Compiling sqlformat v0.3.5
38862025-07-01T18:34:53.359Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlformat-0.3.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=7aec26cd8d7831e3 -C extra-filename=-f747656fa0bcde03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-603c521a480b09cd.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872025-07-01T18:34:53.475Z Compiling bit-set v0.5.3
38882025-07-01T18:34:53.507Z Running `/home/build/.rustup/toolchains/1.87.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=531d7e7e5aeefe85 -C extra-filename=-d14630fc382cc0f6 --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-4415e939e9666dc4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892025-07-01T18:34:53.561Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-8e8946774aedde14/build-script-build`
38902025-07-01T18:34:53.619Z Compiling rustyline v14.0.0
38912025-07-01T18:34:53.650Z Running `/home/build/.rustup/toolchains/1.87.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=92b24da23a47065d -C extra-filename=-ce101b571f0ea8b4 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-b2f102fc1f8f572f.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-9134bb1cbbb6aa73.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5e7d6a5f1560fa34.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-0c618a23c04dfb13.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4b7365c9995f2f18.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-41474b0312db0bc8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922025-07-01T18:34:53.796Z Running `/home/build/.rustup/toolchains/1.87.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=2a6490f23f79c596 -C extra-filename=-3e8c469dbc770219 --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-4af7557e442fe21d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38932025-07-01T18:34:54.448Z Compiling diesel v2.2.11
38942025-07-01T18:34:54.482Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.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 --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=3b2d21a4a0f3fd86 -C extra-filename=-63a0384016e95522 --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-612ce2e304571f81.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-669c8b555038b3f8.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-42d61c01434fb870.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38952025-07-01T18:34:54.534Z Running `/home/build/.rustup/toolchains/1.87.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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=752caed972358156 -C extra-filename=-fcc5c253f7baaea5 --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-edf8629ceb4f4ea2.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38962025-07-01T18:34:55.554Z Compiling ascii-canvas v3.0.0
38972025-07-01T18:34:55.590Z Running `/home/build/.rustup/toolchains/1.87.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=6cd3d70d1b165ea6 -C extra-filename=-d6687b5efdc6b0c6 --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-aa9a1b69536c32b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982025-07-01T18:34:56.059Z Compiling ena v0.14.3
38992025-07-01T18:34:56.117Z Running `/home/build/.rustup/toolchains/1.87.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=e45701b8dc03a322 -C extra-filename=-c28ebeb6fa5b7363 --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-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39002025-07-01T18:34:56.557Z Compiling bindgen v0.71.1
39012025-07-01T18:34:56.590Z Running `/home/build/.rustup/toolchains/1.87.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=c4a3f9fcfd3007ca -C extra-filename=-6dd7ad88fc5d7ffe --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-6dd7ad88fc5d7ffe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022025-07-01T18:34:56.651Z Compiling regex-syntax v0.6.29
39032025-07-01T18:34:56.686Z Running `/home/build/.rustup/toolchains/1.87.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=8a1f1298f55517d3 -C extra-filename=-2a571b4dd52df0ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39042025-07-01T18:34:57.145Z Compiling derive_builder_core v0.20.2
39052025-07-01T18:34:57.179Z Running `/home/build/.rustup/toolchains/1.87.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=593ebbe2710514b0 -C extra-filename=-4b15070c19077aad --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-b1565e06c13e0d25.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39062025-07-01T18:34:57.479Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-6dd7ad88fc5d7ffe/build-script-build`
39072025-07-01T18:34:57.534Z Running `/home/build/.rustup/toolchains/1.87.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=f3c09d638f8f9ed2 -C extra-filename=-ae0c4be867a37c8e --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-612ce2e304571f81.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-dcf08c78d81e58d9.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-3283956f89e6ed5b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-97d25d72ed3d09ed.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082025-07-01T18:35:01.809Z Compiling libxml v0.3.3
39092025-07-01T18:35:01.882Z Running `/home/build/.rustup/toolchains/1.87.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=b764c28ff061290e -C extra-filename=-5dd640758b7eaee4 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-5dd640758b7eaee4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102025-07-01T18:35:01.882Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-5dd640758b7eaee4/build-script-build`
39112025-07-01T18:35:01.882Z Compiling derive_builder_macro v0.20.2
39122025-07-01T18:35:01.882Z Running `/home/build/.rustup/toolchains/1.87.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=6425306557c791ac -C extra-filename=-db90b14c8aa31ac0 --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-4b15070c19077aad.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132025-07-01T18:35:01.882Z Compiling lalrpop v0.19.12
39142025-07-01T18:35:01.882Z Running `/home/build/.rustup/toolchains/1.87.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=dcbc332226747975 -C extra-filename=-2ec72dd599364159 --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-d6687b5efdc6b0c6.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-d14630fc382cc0f6.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-793bcf22042e7d6c.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-c28ebeb6fa5b7363.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-2089ab408943a190.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2a571b4dd52df0ca.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-3e8c469dbc770219.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152025-07-01T18:35:01.882Z Compiling strum_macros v0.24.3
39162025-07-01T18:35:01.882Z Running `/home/build/.rustup/toolchains/1.87.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=b00f7884c622ac06 -C extra-filename=-02bc2f50f4df49be --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-0dba940a77aaad67.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-eafbd3de287a97a8.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172025-07-01T18:35:04.745Z Compiling indoc v1.0.9
39182025-07-01T18:35:04.770Z Running `/home/build/.rustup/toolchains/1.87.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=6016c1e82b92f62f -C extra-filename=-41ed1515c5dcdd66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39192025-07-01T18:35:05.606Z Compiling assert_matches v1.5.0
39202025-07-01T18:35:05.631Z Running `/home/build/.rustup/toolchains/1.87.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=8d9b75c5b2e054ea -C extra-filename=-7ba6a39e7b86ce7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212025-07-01T18:35:05.791Z Compiling derive_builder v0.20.2
39222025-07-01T18:35:05.819Z Running `/home/build/.rustup/toolchains/1.87.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=9b089549ed7834b8 -C extra-filename=-4bb9c855f7a0a798 --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-db90b14c8aa31ac0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232025-07-01T18:35:05.849Z Running `/home/build/.rustup/toolchains/1.87.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=7e7116377b1ee5d7 -C extra-filename=-90ea3f523be66355 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
39242025-07-01T18:35:06.055Z Compiling primeorder v0.13.6
39252025-07-01T18:35:06.080Z Running `/home/build/.rustup/toolchains/1.87.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=2cdff39708a3428e -C extra-filename=-c78e28b3d0749166 --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-129d40956b1fd62e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262025-07-01T18:35:06.631Z Compiling quick-xml v0.37.2
39272025-07-01T18:35:06.657Z Running `/home/build/.rustup/toolchains/1.87.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=833202819bb2b098 -C extra-filename=-858072c6e661a7ee --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-d7b06f039966c35c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282025-07-01T18:35:07.105Z Compiling impl-trait-for-tuples v0.2.2
39292025-07-01T18:35:07.130Z Running `/home/build/.rustup/toolchains/1.87.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=d489052ecb7fee1c -C extra-filename=-48aebb6a4847b9c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39302025-07-01T18:35:08.111Z Compiling oso-derive v0.27.3
39312025-07-01T18:35:08.150Z Running `/home/build/.rustup/toolchains/1.87.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=93f7f8fcf123af41 -C extra-filename=-f3dbe17e62f7d0f9 --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-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39322025-07-01T18:35:08.454Z Compiling unicase v2.7.0
39332025-07-01T18:35:08.480Z Running `/home/build/.rustup/toolchains/1.87.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=244d350dfbcb1e97 -C extra-filename=-6ef9e5184c7eb27c --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-6ef9e5184c7eb27c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342025-07-01T18:35:08.826Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-6ef9e5184c7eb27c/build-script-build`
39352025-07-01T18:35:09.106Z Compiling predicates-tree v1.0.12
39362025-07-01T18:35:09.132Z Running `/home/build/.rustup/toolchains/1.87.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.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())' -C metadata=6a538709fb748433 -C extra-filename=-4a68f4455c760bd6 --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-ee29e49cd7f824fa.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372025-07-01T18:35:09.157Z Compiling signal-hook-tokio v0.3.1
39382025-07-01T18:35:09.157Z Running `/home/build/.rustup/toolchains/1.87.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=0160b35a0cea632f -C extra-filename=-abfb947db00204f2 --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-a4cc7e9ef57f8919.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392025-07-01T18:35:09.390Z Running `/home/build/.rustup/toolchains/1.87.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=447e33a8bfb708bf -C extra-filename=-d9fce1e39067423d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -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`
39402025-07-01T18:35:09.570Z Compiling salty v0.3.0
39412025-07-01T18:35:09.595Z Running `/home/build/.rustup/toolchains/1.87.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=c02d26e238e9bd7c -C extra-filename=-ce16e6e2fe074db7 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-ce16e6e2fe074db7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422025-07-01T18:35:09.621Z Compiling p384 v0.13.0
39432025-07-01T18:35:09.621Z Running `/home/build/.rustup/toolchains/1.87.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=cff61a5696dacdc0 -C extra-filename=-448d5f27f4febefe --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-d64721bdf3087236.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c78e28b3d0749166.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442025-07-01T18:35:09.779Z Compiling mime_guess v2.0.5
39452025-07-01T18:35:09.805Z Running `/home/build/.rustup/toolchains/1.87.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=9f533bf855401beb -C extra-filename=-90aceda1587adc81 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-90aceda1587adc81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d9fce1e39067423d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462025-07-01T18:35:10.043Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-ce16e6e2fe074db7/build-script-build`
39472025-07-01T18:35:10.109Z Compiling tungstenite v0.23.0
39482025-07-01T18:35:10.135Z Running `/home/build/.rustup/toolchains/1.87.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=509b360d97d2f956 -C extra-filename=-933ae12a693d8fa4 --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-96dbc0c5a1d1c4b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-05a99ada30406413.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-d093d506fee1cb95.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39492025-07-01T18:35:10.862Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
39502025-07-01T18:35:10.888Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0e1e055/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=f1528c550dec55ba -C extra-filename=-2d6a013f220637d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-2d6a013f220637d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39512025-07-01T18:35:11.004Z Compiling diesel-dtrace v0.4.2
39522025-07-01T18:35:11.030Z Running `/home/build/.rustup/toolchains/1.87.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=b3a1b61d940ebbcd -C extra-filename=-eb6d1e3aeef43111 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-eb6d1e3aeef43111 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532025-07-01T18:35:11.257Z Compiling void v1.0.2
39542025-07-01T18:35:11.282Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name void --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/void-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=67360a792f025bd8 -C extra-filename=-60eccb8790454a2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552025-07-01T18:35:11.441Z Compiling http-range v0.1.5
39562025-07-01T18:35:11.467Z Running `/home/build/.rustup/toolchains/1.87.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=eca3d24df6e1d937 -C extra-filename=-d21ed31ef5ee0869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572025-07-01T18:35:11.519Z Compiling lzss v0.8.2
39582025-07-01T18:35:11.545Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lzss --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzss-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "const_panic", "default", "std"))' -C metadata=e91e256074bcac44 -C extra-filename=-e9d0589def425203 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern void=/work/oxidecomputer/omicron/target/debug/deps/libvoid-60eccb8790454a2e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592025-07-01T18:35:11.802Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-eb6d1e3aeef43111/build-script-build`
39602025-07-01T18:35:11.911Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-2d6a013f220637d3/build-script-build`
39612025-07-01T18:35:11.959Z Compiling tokio-tungstenite v0.23.1
39622025-07-01T18:35:11.986Z Running `/home/build/.rustup/toolchains/1.87.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=2e58f83ba261b1fe -C extra-filename=-462e3136f0c7d964 --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-056371f35296dee7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-933ae12a693d8fa4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632025-07-01T18:35:12.036Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-90aceda1587adc81/build-script-build`
39642025-07-01T18:35:12.133Z Running `/home/build/.rustup/toolchains/1.87.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=6c33610af50b615c -C extra-filename=-931acc2013ba1bd5 --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-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
39652025-07-01T18:35:12.161Z Compiling ignore v0.4.23
39662025-07-01T18:35:12.161Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.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("simd-accel"))' -C metadata=69a47c8dc0cf4aac -C extra-filename=-53cd5aa8552248a0 --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-d51a624e99256e72.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-62b937a1ebdb0f78.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-d97d4583eee1f953.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672025-07-01T18:35:12.579Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
39682025-07-01T18:35:12.605Z Running `/home/build/.rustup/toolchains/1.87.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=1e58555087860efc -C extra-filename=-31fb5a2cf924afd0 --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-96dbc0c5a1d1c4b3.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-d55166ea0dc0b3b5.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-51bdcb6b3228c60d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692025-07-01T18:35:12.932Z Compiling nix v0.27.1
39702025-07-01T18:35:12.958Z Running `/home/build/.rustup/toolchains/1.87.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=c31871da73a208bc -C extra-filename=-db7c1fd3d64e9710 --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-612ce2e304571f81.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-4253060af28d97b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712025-07-01T18:35:12.983Z Compiling bb8 v0.8.5
39722025-07-01T18:35:13.029Z Running `/home/build/.rustup/toolchains/1.87.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=553eee0229bc10ad -C extra-filename=-d359aa9141aee61d --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-0995b155a32ebe73.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d60a101adc746ee4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39732025-07-01T18:35:13.268Z Compiling serde_bytes v0.11.17
39742025-07-01T18:35:13.294Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bytes-0.11.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3558e6f8252ab84f -C extra-filename=-9ffaf0323a4e2cd5 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39752025-07-01T18:35:13.536Z Compiling pin-project-internal v1.1.6
39762025-07-01T18:35:13.562Z Running `/home/build/.rustup/toolchains/1.87.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=24d2fe3e8d9e436b -C extra-filename=-a140131eec5f092d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39772025-07-01T18:35:13.734Z Compiling atty v0.2.14
39782025-07-01T18:35:13.760Z Running `/home/build/.rustup/toolchains/1.87.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=a115c21b1f0718f8 -C extra-filename=-dcb9c65889f37924 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792025-07-01T18:35:13.927Z Compiling env_filter v0.1.2
39802025-07-01T18:35:13.953Z Running `/home/build/.rustup/toolchains/1.87.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=a26c910958ef5626 -C extra-filename=-8e31b236f253a098 --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-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812025-07-01T18:35:14.526Z Compiling env_logger v0.11.5
39822025-07-01T18:35:14.552Z Running `/home/build/.rustup/toolchains/1.87.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=64ccc6fc4f1dd4d9 -C extra-filename=-9fdf0a84956e8e24 --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-8e31b236f253a098.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832025-07-01T18:35:14.579Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/0e1e055/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=f2d123b9d0a02d5f -C extra-filename=-1d75bcb326ade2db --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-0995b155a32ebe73.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5214dd74a1ef2464.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-8ab7e378dfe579fa.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-afbb5a030ded3cae.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-bf4bdd26b9e83cb8.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-e9d0589def425203.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-db7c1fd3d64e9710.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-566e422edd100f56.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-9ffaf0323a4e2cd5.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-374cd4b713341571.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-31fb5a2cf924afd0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib`
39842025-07-01T18:35:14.921Z Compiling globwalk v0.9.1
39852025-07-01T18:35:14.949Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name globwalk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-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=af4309e90bb94e54 -C extra-filename=-1d47c3c0ac369f09 --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-612ce2e304571f81.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-53cd5aa8552248a0.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39862025-07-01T18:35:15.188Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
39872025-07-01T18:35:15.283Z Running `/home/build/.rustup/toolchains/1.87.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=745f175dc6ed006e -C extra-filename=-dcc17ac0f537aec9 --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-7507609290b17159.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-931acc2013ba1bd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882025-07-01T18:35:15.432Z Running `/home/build/.rustup/toolchains/1.87.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=2d84b1e23f223507 -C extra-filename=-068ef9b0ea09159d --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-3da7535f9c3f5096.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d9fce1e39067423d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39892025-07-01T18:35:15.954Z Compiling pin-project v1.1.6
39902025-07-01T18:35:15.988Z Running `/home/build/.rustup/toolchains/1.87.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=7c199b8f680fca9f -C extra-filename=-b272b6c6e07d6075 --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-a140131eec5f092d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912025-07-01T18:35:16.032Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
39922025-07-01T18:35:16.034Z Running `/home/build/.rustup/toolchains/1.87.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=590059679f52d9c5 -C extra-filename=-a337a7090e0ba292 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-a337a7090e0ba292 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932025-07-01T18:35:16.160Z Compiling hyper-staticfile v0.10.1
39942025-07-01T18:35:16.208Z Running `/home/build/.rustup/toolchains/1.87.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=d95882104b99dfa0 -C extra-filename=-dc553688a6ef181b --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-056371f35296dee7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-4a38a210df1c0db1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-068ef9b0ea09159d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952025-07-01T18:35:16.332Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
39962025-07-01T18:35:16.332Z Running `/home/build/.rustup/toolchains/1.87.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=f70e631de806bc34 -C extra-filename=-b098ad7483a58c3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-dcc17ac0f537aec9.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-807b0639457d6796.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-9fdf0a84956e8e24.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-448d5f27f4febefe.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39972025-07-01T18:35:16.443Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-a337a7090e0ba292/build-script-build`
39982025-07-01T18:35:16.500Z Compiling camino-tempfile-ext v0.3.1
39992025-07-01T18:35:16.526Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile_ext --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-ext-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="assert"' --cfg 'feature="assert-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("assert", "assert-color"))' -C metadata=775c29da3c505a09 -C extra-filename=-b39b30c89250fb37 --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-473990d64b50713f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b0351b73701e7482.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-1d47c3c0ac369f09.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-ee29e49cd7f824fa.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-4a68f4455c760bd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002025-07-01T18:35:17.072Z Compiling secrecy v0.8.0
40012025-07-01T18:35:17.098Z Running `/home/build/.rustup/toolchains/1.87.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=d8c97610595fe866 -C extra-filename=-8ac25521d75f80cc --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-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40022025-07-01T18:35:17.167Z Compiling snafu-derive v0.8.5
40032025-07-01T18:35:17.193Z Running `/home/build/.rustup/toolchains/1.87.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=012a9ede60ffe301 -C extra-filename=-46b77a184aa2583e --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-2607b1d525d6c62b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40042025-07-01T18:35:17.227Z Compiling fs-err v2.11.0
40052025-07-01T18:35:17.253Z Running `/home/build/.rustup/toolchains/1.87.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=7ec6b303572197f9 -C extra-filename=-13fca7eaec73570d --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-13fca7eaec73570d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-70b1be6a3a4fd896.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062025-07-01T18:35:17.367Z Compiling olpc-cjson v0.1.4
40072025-07-01T18:35:17.397Z Running `/home/build/.rustup/toolchains/1.87.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=ad268e63810ce1d7 -C extra-filename=-bef6c33d33ecb758 --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-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-db3fdd5ad959e3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082025-07-01T18:35:17.596Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-13fca7eaec73570d/build-script-build`
40092025-07-01T18:35:17.665Z Compiling serde_plain v1.0.2
40102025-07-01T18:35:17.691Z Running `/home/build/.rustup/toolchains/1.87.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=b693677dc0b7a8ed -C extra-filename=-d3acb497803444c9 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112025-07-01T18:35:17.789Z Compiling typed-path v0.9.3
40122025-07-01T18:35:17.815Z Running `/home/build/.rustup/toolchains/1.87.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=bb10f397a8ef63af -C extra-filename=-9753707502760a35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132025-07-01T18:35:18.054Z Running `/home/build/.rustup/toolchains/1.87.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=ee8acb1f5d70ad6f -C extra-filename=-eda6892ece357c68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
40142025-07-01T18:35:18.565Z Compiling parse-size v1.1.0
40152025-07-01T18:35:18.565Z Running `/home/build/.rustup/toolchains/1.87.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=789d914af33683f6 -C extra-filename=-505caf4cef9c5e21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162025-07-01T18:35:18.838Z Compiling rand_seeder v0.3.0
40172025-07-01T18:35:18.864Z Running `/home/build/.rustup/toolchains/1.87.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=2c5e5ce649ecba7b -C extra-filename=-87f476b0f04bc669 --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-d309a4dac0f77c6e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40182025-07-01T18:35:19.184Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
40192025-07-01T18:35:19.210Z Running `/home/build/.rustup/toolchains/1.87.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=fbaf6fdfadb403da -C extra-filename=-c153bfde9a1f353c --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-612ce2e304571f81.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40202025-07-01T18:35:20.505Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
40212025-07-01T18:35:20.531Z Running `/home/build/.rustup/toolchains/1.87.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=bbf692251e87e6a6 -C extra-filename=-8d72ffae13d054ce --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-8d72ffae13d054ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-197837e41708e086.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40222025-07-01T18:35:20.920Z Compiling csv-core v0.1.11
40232025-07-01T18:35:20.958Z Running `/home/build/.rustup/toolchains/1.87.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=9ea861836e398175 -C extra-filename=-c92d10d30b6072e7 --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-d7b06f039966c35c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40242025-07-01T18:35:21.201Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-8d72ffae13d054ce/build-script-build`
40252025-07-01T18:35:21.312Z Compiling csv v1.3.1
40262025-07-01T18:35:21.382Z Running `/home/build/.rustup/toolchains/1.87.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=010601724b74c13f -C extra-filename=-5c6a4f36ae0c8939 --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-c92d10d30b6072e7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d42842baf7c23fba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272025-07-01T18:35:21.435Z Compiling snafu v0.8.5
40282025-07-01T18:35:21.463Z Running `/home/build/.rustup/toolchains/1.87.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=c74773936be40e27 -C extra-filename=-00c60c1bf3080728 --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-a4cc7e9ef57f8919.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b272b6c6e07d6075.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-46b77a184aa2583e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292025-07-01T18:35:21.490Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
40302025-07-01T18:35:21.491Z Running `/home/build/.rustup/toolchains/1.87.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=74dd3abec2924672 -C extra-filename=-5b44296d3089392f --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-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-c153bfde9a1f353c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40312025-07-01T18:35:21.752Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
40322025-07-01T18:35:21.782Z Running `/home/build/.rustup/toolchains/1.87.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=a44d97537c975db6 -C extra-filename=-89af6b1247792fbd --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-0dba940a77aaad67.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332025-07-01T18:35:22.742Z Compiling typeid v1.0.3
40342025-07-01T18:35:23.256Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bccbc35e85858a2 -C extra-filename=-7dabbcb355f1b6a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/typeid-7dabbcb355f1b6a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352025-07-01T18:35:23.256Z Compiling yansi v1.0.1
40362025-07-01T18:35:23.256Z Running `/home/build/.rustup/toolchains/1.87.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=09b31f4249ad7e02 -C extra-filename=-7e0f21232a21686a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40372025-07-01T18:35:23.256Z Running `/work/oxidecomputer/omicron/target/debug/build/typeid-7dabbcb355f1b6a1/build-script-build`
40382025-07-01T18:35:23.485Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name typeid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typeid-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=518051e4bc8fefa7 -C extra-filename=-5f18cead797dfd1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_const_type_id)'`
40392025-07-01T18:35:23.485Z Compiling castaway v0.2.3
40402025-07-01T18:35:23.485Z Running `/home/build/.rustup/toolchains/1.87.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=e0ea09ffa680e22e -C extra-filename=-59ee21dae76fe8c5 --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-eafbd3de287a97a8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40412025-07-01T18:35:23.485Z Compiling pretty_assertions v1.4.1
40422025-07-01T18:35:23.485Z Running `/home/build/.rustup/toolchains/1.87.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=49abccac109d8722 -C extra-filename=-c39172c7689e0ce3 --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-793bcf22042e7d6c.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-7e0f21232a21686a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40432025-07-01T18:35:23.486Z Compiling indoc v2.0.6
40442025-07-01T18:35:23.486Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.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=b8ddc589f6cebf35 -C extra-filename=-2b58a22a9b16359f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40452025-07-01T18:35:23.486Z Compiling compact_str v0.8.0
40462025-07-01T18:35:23.486Z Running `/home/build/.rustup/toolchains/1.87.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=d86a22664d22c51e -C extra-filename=-42d90dcc5149d2a4 --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-59ee21dae76fe8c5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-1ede4a1959157936.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-eafbd3de287a97a8.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-d42842baf7c23fba.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40472025-07-01T18:35:23.598Z Running `/home/build/.rustup/toolchains/1.87.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=7683e03ceb5cc043 -C extra-filename=-aca647d456329d28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8bc72e878174872f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe9ab75b298bd25c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-5b44296d3089392f.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-c153bfde9a1f353c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
40482025-07-01T18:35:24.122Z Compiling erased-serde v0.4.6
40492025-07-01T18:35:24.148Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-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="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=0a9be10975ea8dcb -C extra-filename=-74588801c4511fca --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-0430a6889c233638.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-5f18cead797dfd1a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502025-07-01T18:35:24.500Z Compiling unicode-truncate v1.1.0
40512025-07-01T18:35:24.500Z Running `/home/build/.rustup/toolchains/1.87.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=adb36ebd15fe56f3 -C extra-filename=-bbe6a136fefe7aa5 --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-b4969537d543d468.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4b7365c9995f2f18.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40522025-07-01T18:35:24.748Z Compiling instability v0.3.2
40532025-07-01T18:35:24.775Z Running `/home/build/.rustup/toolchains/1.87.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=9e599d5fa2d6a220 -C extra-filename=-33d00256d0486b33 --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-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40542025-07-01T18:35:24.801Z Compiling lru v0.12.5
40552025-07-01T18:35:24.802Z Running `/home/build/.rustup/toolchains/1.87.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=7aadb4cade9cdde4 -C extra-filename=-59bdf10a814e481b --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-ee2ff769a8771c26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562025-07-01T18:35:25.143Z Compiling ordered-float v2.10.1
40572025-07-01T18:35:25.169Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ordered_float --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ordered-float-2.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "proptest", "rand", "randtest", "rkyv", "schemars", "serde", "std"))' -C metadata=a6ff175e67282ada -C extra-filename=-c76402c9d6dee4ab --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-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582025-07-01T18:35:25.219Z Compiling is_ci v1.2.0
40592025-07-01T18:35:25.259Z Running `/home/build/.rustup/toolchains/1.87.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=ea692eee1a4f4917 -C extra-filename=-2d4d2eb8fd37ff35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40602025-07-01T18:35:25.509Z Compiling async-bb8-diesel v0.2.1
40612025-07-01T18:35:25.543Z Running `/home/build/.rustup/toolchains/1.87.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=d5bf0cd23c660ae3 -C extra-filename=-1d1c4d17796fbab7 --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-0995b155a32ebe73.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d359aa9141aee61d.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40622025-07-01T18:35:25.759Z Running `/home/build/.rustup/toolchains/1.87.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=3627d0ff3e0659f6 -C extra-filename=-7099a3b255142e9d --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-63a0384016e95522.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40632025-07-01T18:35:25.796Z Compiling smawk v0.3.2
40642025-07-01T18:35:25.822Z Running `/home/build/.rustup/toolchains/1.87.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=6bb97bf76a454615 -C extra-filename=-71e373ba4554a52c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652025-07-01T18:35:26.005Z Compiling cassowary v0.3.0
40662025-07-01T18:35:26.030Z Running `/home/build/.rustup/toolchains/1.87.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=d2f3aadd572cfd37 -C extra-filename=-aa8c214661222f02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672025-07-01T18:35:26.082Z Compiling unicode-linebreak v0.1.5
40682025-07-01T18:35:26.108Z Running `/home/build/.rustup/toolchains/1.87.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=a038176b86ae394e -C extra-filename=-8e74e2c94add4410 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692025-07-01T18:35:26.254Z Compiling serde-value v0.7.0
40702025-07-01T18:35:26.254Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_value --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-value-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=183d42e3a9d1edfe -C extra-filename=-ce6ed6b7e6d6ad62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ordered_float=/work/oxidecomputer/omicron/target/debug/deps/libordered_float-c76402c9d6dee4ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712025-07-01T18:35:26.327Z Compiling supports-color v3.0.2
40722025-07-01T18:35:26.354Z Running `/home/build/.rustup/toolchains/1.87.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=e69ff7b74ecdf1ad -C extra-filename=-043f40495b4149fe --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-2d4d2eb8fd37ff35.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40732025-07-01T18:35:26.575Z Compiling ratatui v0.29.0
40742025-07-01T18:35:26.609Z Running `/home/build/.rustup/toolchains/1.87.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=a5fc414f6c93873b -C extra-filename=-86adc53cbf672e7b --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-612ce2e304571f81.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-aa8c214661222f02.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-42d90dcc5149d2a4.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-2b58a22a9b16359f.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-33d00256d0486b33.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-59bdf10a814e481b.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4b7365c9995f2f18.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-bbe6a136fefe7aa5.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40752025-07-01T18:35:26.662Z Compiling textwrap v0.16.2
40762025-07-01T18:35:26.697Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=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="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=cb655ab30a8d3d57 -C extra-filename=-ab4cf66f68d58ce7 --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-71e373ba4554a52c.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-7560acd18ac12719.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-8e74e2c94add4410.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40772025-07-01T18:35:27.032Z Compiling serde-untagged v0.1.7
40782025-07-01T18:35:27.071Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_untagged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-untagged-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=409f9666a15bb906 -C extra-filename=-37bdae6464535e1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-74588801c4511fca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern typeid=/work/oxidecomputer/omicron/target/debug/deps/libtypeid-5f18cead797dfd1a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40792025-07-01T18:35:27.098Z Compiling cargo-platform v0.2.0
40802025-07-01T18:35:27.284Z Running `/home/build/.rustup/toolchains/1.87.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.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 '--allow=clippy::all' '--warn=clippy::correctness' '--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=04e371ef4219311e -C extra-filename=-50144fe2fa8a5653 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812025-07-01T18:35:27.312Z Compiling libz-sys v1.1.20
40822025-07-01T18:35:27.312Z Running `/home/build/.rustup/toolchains/1.87.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=1ba6f00da22ae13c -C extra-filename=-75b0d6cb4566febf --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-75b0d6cb4566febf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-26e9635c4b9744fe.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40832025-07-01T18:35:27.535Z Compiling cargo-util-schemas v0.2.0
40842025-07-01T18:35:27.562Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_util_schemas --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-util-schemas-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 '--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=f506e5f5dbe11a01 -C extra-filename=-c233bd7f28322f75 --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-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_untagged=/work/oxidecomputer/omicron/target/debug/deps/libserde_untagged-37bdae6464535e1f.rmeta --extern serde_value=/work/oxidecomputer/omicron/target/debug/deps/libserde_value-ce6ed6b7e6d6ad62.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40852025-07-01T18:35:27.620Z Compiling concurrent-queue v2.5.0
40862025-07-01T18:35:27.661Z Running `/home/build/.rustup/toolchains/1.87.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=783379d966dad15d -C extra-filename=-187eeaf7fdc939b9 --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-e49e148379376081.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40872025-07-01T18:35:27.691Z Compiling parking v2.2.1
40882025-07-01T18:35:27.691Z Running `/home/build/.rustup/toolchains/1.87.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=5744a789596b1dc9 -C extra-filename=-555308cccdae776a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892025-07-01T18:35:27.843Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-75b0d6cb4566febf/build-script-build`
40902025-07-01T18:35:28.028Z Compiling libgit2-sys v0.17.0+1.8.1
40912025-07-01T18:35:28.054Z Running `/home/build/.rustup/toolchains/1.87.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=d4e40bbd813a5f4b -C extra-filename=-1d4a51e27cac7147 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-1d4a51e27cac7147 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40922025-07-01T18:35:28.079Z Compiling shell-words v1.1.0
40932025-07-01T18:35:28.080Z Running `/home/build/.rustup/toolchains/1.87.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=d3daf4465727b970 -C extra-filename=-cd6a4eb242a400a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40942025-07-01T18:35:28.115Z Running `/home/build/.rustup/toolchains/1.87.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=b0d17bd1d22caa43 -C extra-filename=-8488d67d3d353b31 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
40952025-07-01T18:35:28.331Z Compiling event-listener v5.3.1
40962025-07-01T18:35:28.356Z Running `/home/build/.rustup/toolchains/1.87.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=e70248a22f9a51d1 -C extra-filename=-d5d2e44f215fded0 --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-187eeaf7fdc939b9.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-555308cccdae776a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40972025-07-01T18:35:28.414Z Compiling vergen v8.3.2
40982025-07-01T18:35:28.440Z Running `/home/build/.rustup/toolchains/1.87.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=b61b1bf7669fdb5b -C extra-filename=-781af307446b6046 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-781af307446b6046 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-eafbd3de287a97a8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40992025-07-01T18:35:28.776Z Compiling event-listener-strategy v0.5.2
41002025-07-01T18:35:28.802Z Running `/home/build/.rustup/toolchains/1.87.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=baf738f30892470f -C extra-filename=-9487bc6a5cfa2cbd --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-d5d2e44f215fded0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012025-07-01T18:35:28.875Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-1d4a51e27cac7147/build-script-build`
41022025-07-01T18:35:28.912Z Compiling cargo-platform v0.1.8
41032025-07-01T18:35:28.938Z Running `/home/build/.rustup/toolchains/1.87.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=4e284ba789407832 -C extra-filename=-1ed7a45db8dcb55e --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41042025-07-01T18:35:29.027Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-781af307446b6046/build-script-build`
41052025-07-01T18:35:29.081Z Compiling futures-lite v2.3.0
41062025-07-01T18:35:29.107Z Running `/home/build/.rustup/toolchains/1.87.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=6258202b4fed0a87 -C extra-filename=-885a973a7236bec6 --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-98e626b7c7994cfc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-555308cccdae776a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072025-07-01T18:35:29.430Z Compiling cargo_metadata v0.18.1
41082025-07-01T18:35:29.487Z Running `/home/build/.rustup/toolchains/1.87.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=b988728dfdbe8412 -C extra-filename=-11b66644a8082d17 --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-4f270b9dc7dca48d.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-1ed7a45db8dcb55e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092025-07-01T18:35:30.059Z Compiling cargo_metadata v0.20.0
41102025-07-01T18:35:30.085Z Running `/home/build/.rustup/toolchains/1.87.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.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=374d659271dd6318 -C extra-filename=-f495a0cb189bfece --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-4f270b9dc7dca48d.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-50144fe2fa8a5653.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-c233bd7f28322f75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112025-07-01T18:35:30.528Z Compiling rtoolbox v0.0.2
41122025-07-01T18:35:30.564Z Running `/home/build/.rustup/toolchains/1.87.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=f0f3e1d092bb5ae9 -C extra-filename=-c06ec5d2fa4d731e --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132025-07-01T18:35:30.902Z Compiling hex-literal v0.4.1
41142025-07-01T18:35:30.928Z Running `/home/build/.rustup/toolchains/1.87.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=6aea26106cd1ee07 -C extra-filename=-08d488d3cba7dbcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152025-07-01T18:35:31.106Z Compiling rustls v0.21.12
41162025-07-01T18:35:31.132Z Running `/home/build/.rustup/toolchains/1.87.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=c84ae7c0d7395641 -C extra-filename=-9221acb99939c93f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-9221acb99939c93f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172025-07-01T18:35:31.493Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-9221acb99939c93f/build-script-build`
41182025-07-01T18:35:31.546Z Compiling rpassword v7.4.0
41192025-07-01T18:35:31.577Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.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=161e4eeb587bbefc -C extra-filename=-07d2f03d40072207 --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-cefab6d96bfc6445.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-c06ec5d2fa4d731e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41202025-07-01T18:35:31.872Z Compiling tui-tree-widget v0.23.1
41212025-07-01T18:35:31.898Z Running `/home/build/.rustup/toolchains/1.87.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.1/src/lib.rs --error-format=json --json=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::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f3b2b665618b21f -C extra-filename=-1b77d5babba41bb1 --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-86adc53cbf672e7b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3ab2545ffeee94ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222025-07-01T18:35:32.193Z Compiling petname v2.0.2
41232025-07-01T18:35:32.283Z Running `/home/build/.rustup/toolchains/1.87.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=aa05bda0d16dadd4 -C extra-filename=-b4913a2b09a08266 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-b4913a2b09a08266 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41242025-07-01T18:35:32.364Z Compiling sct v0.7.1
41252025-07-01T18:35:32.365Z Running `/home/build/.rustup/toolchains/1.87.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=a5804be263715de4 -C extra-filename=-cdbb9d3a059fbed2 --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-185aae11fe3a51e7.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9ea0b2710c8f355f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out`
41262025-07-01T18:35:32.455Z Compiling rustls-webpki v0.101.7
41272025-07-01T18:35:32.519Z Running `/home/build/.rustup/toolchains/1.87.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=8503f738e6fbd94e -C extra-filename=-de9d6513783bc4ef --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-185aae11fe3a51e7.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9ea0b2710c8f355f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out`
41282025-07-01T18:35:32.607Z Compiling async-lock v3.4.0
41292025-07-01T18:35:32.663Z Running `/home/build/.rustup/toolchains/1.87.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=2a8f1f3d2b4292af -C extra-filename=-388e6a9d0e57a6f9 --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-d5d2e44f215fded0.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-9487bc6a5cfa2cbd.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41302025-07-01T18:35:33.089Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-b4913a2b09a08266/build-script-build`
41312025-07-01T18:35:33.152Z Compiling polyval v0.6.2
41322025-07-01T18:35:33.195Z Running `/home/build/.rustup/toolchains/1.87.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=26d01eacf54af05d -C extra-filename=-45a6d635e1fd6cd0 --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-3a67e9cd8804fc68.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-3be62df182f0471e.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-46aceb817fe63358.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-17e13d5662448305.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332025-07-01T18:35:33.394Z Running `/home/build/.rustup/toolchains/1.87.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=263c5bf679690e91 -C extra-filename=-a6d838fc62732a0e --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-1bb814cae28f6e1e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-de9d6513783bc4ef.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-cdbb9d3a059fbed2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out`
41342025-07-01T18:35:33.578Z Compiling polling v3.7.3
41352025-07-01T18:35:33.609Z Running `/home/build/.rustup/toolchains/1.87.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=4ce35d61b62f4074 -C extra-filename=-182f5cd6f8f54388 --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-3a67e9cd8804fc68.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41362025-07-01T18:35:33.669Z Compiling ghash v0.5.1
41372025-07-01T18:35:33.735Z Running `/home/build/.rustup/toolchains/1.87.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=4aa5031f346d6613 -C extra-filename=-4e562c90f052475e --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-46aceb817fe63358.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-45a6d635e1fd6cd0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382025-07-01T18:35:33.876Z Running `/home/build/.rustup/toolchains/1.87.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=b85c3520f6fbdec7 -C extra-filename=-edc7d2bb26d9dce2 --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-82a628d4163605a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392025-07-01T18:35:33.932Z Compiling rustls-pemfile v1.0.4
41402025-07-01T18:35:33.957Z Running `/home/build/.rustup/toolchains/1.87.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=94ea2d6db982d9a0 -C extra-filename=-006659a85512cfb2 --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-6479324884e62b47.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41412025-07-01T18:35:34.223Z Compiling async-io v2.3.4
41422025-07-01T18:35:34.248Z Running `/home/build/.rustup/toolchains/1.87.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=d1528de272d825f4 -C extra-filename=-d64fe2b86e83d568 --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-388e6a9d0e57a6f9.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-187eeaf7fdc939b9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-555308cccdae776a.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-182f5cd6f8f54388.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432025-07-01T18:35:34.355Z Compiling ctr v0.9.2
41442025-07-01T18:35:34.380Z Running `/home/build/.rustup/toolchains/1.87.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=72fa3a577cd6c2a6 -C extra-filename=-d84f5e03080c8f21 --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-f31d3e05cb6ea3f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41452025-07-01T18:35:34.729Z Compiling twox-hash v2.1.0
41462025-07-01T18:35:34.754Z Running `/home/build/.rustup/toolchains/1.87.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=027dbb8e4f5237a8 -C extra-filename=-459d8166863e9d8f --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-72a99f773c52d59d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472025-07-01T18:35:35.480Z Compiling target-lexicon v0.13.2
41482025-07-01T18:35:35.506Z Running `/home/build/.rustup/toolchains/1.87.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=4bb622eea09e8123 -C extra-filename=-16c4cb10dc9dd090 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-16c4cb10dc9dd090 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492025-07-01T18:35:35.697Z Compiling plotters-backend v0.3.7
41502025-07-01T18:35:35.722Z Running `/home/build/.rustup/toolchains/1.87.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=51534314e8745f63 -C extra-filename=-ba94dbdc60fd1234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512025-07-01T18:35:35.965Z Compiling sync-ptr v0.1.4
41522025-07-01T18:35:35.990Z Running `/home/build/.rustup/toolchains/1.87.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.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=e91215025c8f73f5 -C extra-filename=-ba5aee3d0c00d402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41532025-07-01T18:35:36.212Z Compiling async-task v4.7.1
41542025-07-01T18:35:36.238Z Running `/home/build/.rustup/toolchains/1.87.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=8d8d3fd131510481 -C extra-filename=-d5268b2e9793dd7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41552025-07-01T18:35:36.263Z Compiling plotters-svg v0.3.7
41562025-07-01T18:35:36.263Z Running `/home/build/.rustup/toolchains/1.87.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=5b8ca6496467f7d7 -C extra-filename=-a98bd41ed1442263 --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-ba94dbdc60fd1234.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41572025-07-01T18:35:36.436Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-16c4cb10dc9dd090/build-script-build`
41582025-07-01T18:35:36.542Z Compiling aes-gcm v0.10.3
41592025-07-01T18:35:36.568Z Running `/home/build/.rustup/toolchains/1.87.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=d47cbbb05f5e6717 -C extra-filename=-440c495ac95b7120 --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-f81760d9507ace70.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-55fdd9699131206a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d84f5e03080c8f21.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-4e562c90f052475e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41602025-07-01T18:35:36.689Z Compiling async-channel v2.3.1
41612025-07-01T18:35:36.715Z Running `/home/build/.rustup/toolchains/1.87.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=f3694775bea3aa01 -C extra-filename=-ee13bfc896415b1e --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-187eeaf7fdc939b9.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-9487bc6a5cfa2cbd.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41622025-07-01T18:35:36.746Z Compiling tokio-rustls v0.24.1
41632025-07-01T18:35:36.772Z Running `/home/build/.rustup/toolchains/1.87.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=14c752cf543755bd -C extra-filename=-3bed9ad62b7b22c7 --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-a6d838fc62732a0e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out`
41642025-07-01T18:35:36.866Z Compiling piper v0.2.4
41652025-07-01T18:35:36.892Z Running `/home/build/.rustup/toolchains/1.87.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=48659ce738070b91 -C extra-filename=-8f0631d15a086ab9 --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-fedd5a66ca51a142.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-98e626b7c7994cfc.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41662025-07-01T18:35:37.074Z Compiling fatfs v0.3.6
41672025-07-01T18:35:37.100Z Running `/home/build/.rustup/toolchains/1.87.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=0e44d8d8a66d3708 -C extra-filename=-ca2a96f4d5adc91d --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-b3c8cd159185181c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682025-07-01T18:35:37.178Z Compiling ssh-encoding v0.2.0
41692025-07-01T18:35:37.204Z Running `/home/build/.rustup/toolchains/1.87.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=a6d6113bce12a585 -C extra-filename=-7714c03aeba88d40 --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-78e38759e3b6da1b.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41702025-07-01T18:35:37.275Z Compiling blowfish v0.9.1
41712025-07-01T18:35:37.301Z Running `/home/build/.rustup/toolchains/1.87.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=5150b085480835e9 -C extra-filename=-51b7456591fcf8aa --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-96dbc0c5a1d1c4b3.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41722025-07-01T18:35:37.676Z Compiling constant_time_eq v0.3.1
41732025-07-01T18:35:37.701Z Running `/home/build/.rustup/toolchains/1.87.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=bea72ce093bb1a3a -C extra-filename=-3478a2e01a411a89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41742025-07-01T18:35:37.726Z Compiling arrayvec v0.7.6
41752025-07-01T18:35:37.726Z Running `/home/build/.rustup/toolchains/1.87.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=78d1bfbc7ca8581d -C extra-filename=-4dfb2a5e270d285d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41762025-07-01T18:35:37.918Z Compiling cast v0.3.0
41772025-07-01T18:35:37.943Z Running `/home/build/.rustup/toolchains/1.87.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=9db58248c85632ae -C extra-filename=-06ec236c14a2b242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41782025-07-01T18:35:38.140Z Compiling guppy-workspace-hack v0.1.0
41792025-07-01T18:35:38.166Z Running `/home/build/.rustup/toolchains/1.87.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=af67bacc572f4d1d -C extra-filename=-34090ecfd1140803 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-34090ecfd1140803 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802025-07-01T18:35:38.295Z Compiling arrayref v0.3.9
41812025-07-01T18:35:38.320Z Running `/home/build/.rustup/toolchains/1.87.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=bd806ee2b746989c -C extra-filename=-e2d0e0a9688f89ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41822025-07-01T18:35:38.456Z Compiling criterion-plot v0.5.0
41832025-07-01T18:35:38.482Z Running `/home/build/.rustup/toolchains/1.87.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=92a1802c4e6c2dd6 -C extra-filename=-112aef5f0d58e0c2 --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-06ec236c14a2b242.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842025-07-01T18:35:38.509Z Compiling ssh-cipher v0.2.0
41852025-07-01T18:35:38.534Z Running `/home/build/.rustup/toolchains/1.87.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=8fd53f4fd5676b66 -C extra-filename=-689a1496bddfbf16 --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-55fdd9699131206a.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-440c495ac95b7120.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f998252f1b17c00b.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-19d7fc9a6b4d5a30.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d84f5e03080c8f21.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-c00d5aa89efa8320.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7714c03aeba88d40.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862025-07-01T18:35:38.559Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-34090ecfd1140803/build-script-build`
41872025-07-01T18:35:38.614Z Compiling bcrypt-pbkdf v0.10.0
41882025-07-01T18:35:38.640Z Running `/home/build/.rustup/toolchains/1.87.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=872cd66c0662c2f5 -C extra-filename=-5b0131bf01e3e6fd --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-51b7456591fcf8aa.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-00544ebe64b3cccc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41892025-07-01T18:35:39.207Z Compiling blocking v1.6.1
41902025-07-01T18:35:39.232Z Running `/home/build/.rustup/toolchains/1.87.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=a73b65715bd94cb3 -C extra-filename=-75675992c5b36896 --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-ee13bfc896415b1e.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-d5268b2e9793dd7f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-8f0631d15a086ab9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41912025-07-01T18:35:39.382Z Compiling async-executor v1.13.1
41922025-07-01T18:35:39.407Z Running `/home/build/.rustup/toolchains/1.87.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=e1e1187fc069bb37 -C extra-filename=-1f25ffc7e3c4e7c1 --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-d5268b2e9793dd7f.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-187eeaf7fdc939b9.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-98e626b7c7994cfc.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41932025-07-01T18:35:39.767Z Compiling plotters v0.3.7
41942025-07-01T18:35:39.793Z Running `/home/build/.rustup/toolchains/1.87.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=9fcd48471dc160f2 -C extra-filename=-8aaf8f0917a9b7d1 --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-b32efd26b54b6d26.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-ba94dbdc60fd1234.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-a98bd41ed1442263.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41952025-07-01T18:35:39.818Z Running `/home/build/.rustup/toolchains/1.87.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=efb050552440ac43 -C extra-filename=-8c485519efe5c091 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
41962025-07-01T18:35:39.858Z Compiling async-signal v0.2.10
41972025-07-01T18:35:39.883Z Running `/home/build/.rustup/toolchains/1.87.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=00259fcd3e613a13 -C extra-filename=-3e0546fcb132d1c5 --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-d64fe2b86e83d568.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5b018c3601033e26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982025-07-01T18:35:40.201Z Compiling password-hash v0.4.2
41992025-07-01T18:35:40.227Z Running `/home/build/.rustup/toolchains/1.87.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=1c9d86d525d11cea -C extra-filename=-3d7591df437e3cf9 --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-78e38759e3b6da1b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002025-07-01T18:35:40.315Z Compiling tinytemplate v1.2.1
42012025-07-01T18:35:40.363Z Running `/home/build/.rustup/toolchains/1.87.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=9d867bc2ec04c9a1 -C extra-filename=-72f49e50882eb421 --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-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42022025-07-01T18:35:40.624Z Compiling futures-timer v3.0.3
42032025-07-01T18:35:40.650Z Running `/home/build/.rustup/toolchains/1.87.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=dbf433ac861f5c52 -C extra-filename=-ae4a58d11789a9dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042025-07-01T18:35:41.033Z Compiling oorandom v11.1.4
42052025-07-01T18:35:41.058Z Running `/home/build/.rustup/toolchains/1.87.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=ce3c5954ac60db38 -C extra-filename=-81f988c4f95ce0f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42062025-07-01T18:35:41.225Z Compiling target-spec v3.4.2
42072025-07-01T18:35:41.250Z Running `/home/build/.rustup/toolchains/1.87.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=8f1f65f81c828e02 -C extra-filename=-7a25e3c823c33ae1 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-7a25e3c823c33ae1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082025-07-01T18:35:41.280Z Compiling anes v0.1.6
42092025-07-01T18:35:41.305Z Running `/home/build/.rustup/toolchains/1.87.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=6cdd6101644565f8 -C extra-filename=-0575b8dfe653323a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102025-07-01T18:35:41.394Z Compiling event-listener v2.5.3
42112025-07-01T18:35:41.419Z Running `/home/build/.rustup/toolchains/1.87.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=a1385afd3fb6f22e -C extra-filename=-f908f5bdf03cc380 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122025-07-01T18:35:41.756Z Compiling criterion v0.6.0
42132025-07-01T18:35:41.795Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-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 --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv_output", "default", "html_reports", "plotters", "rayon", "real_blackbox", "stable"))' -C metadata=9621fc0dee6214cc -C extra-filename=-efe032c439df8d1d --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-0575b8dfe653323a.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-06ec236c14a2b242.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-112aef5f0d58e0c2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-81f988c4f95ce0f4.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-8aaf8f0917a9b7d1.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-72f49e50882eb421.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142025-07-01T18:35:41.828Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-7a25e3c823c33ae1/build-script-build`
42152025-07-01T18:35:41.855Z Compiling async-channel v1.9.0
42162025-07-01T18:35:41.881Z Running `/home/build/.rustup/toolchains/1.87.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=f93ffe7f765468a2 -C extra-filename=-39f7f32c47f70f6a --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-187eeaf7fdc939b9.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-f908f5bdf03cc380.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42172025-07-01T18:35:41.928Z Compiling pbkdf2 v0.11.0
42182025-07-01T18:35:41.953Z Running `/home/build/.rustup/toolchains/1.87.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=5212bab23cc32c22 -C extra-filename=-2afe0bc777f08545 --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-3e9ff315175280c8.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-3d7591df437e3cf9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192025-07-01T18:35:41.979Z Compiling cfg-expr v0.18.0
42202025-07-01T18:35:41.979Z Running `/home/build/.rustup/toolchains/1.87.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=e01bf8b9ac0eb53e -C extra-filename=-146aa172596edcb9 --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-3b112245a8f41229.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8c485519efe5c091.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42212025-07-01T18:35:42.217Z Compiling async-process v2.3.0
42222025-07-01T18:35:42.243Z Running `/home/build/.rustup/toolchains/1.87.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=f1aa584799df1527 -C extra-filename=-2327e994f5987a4d --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-d64fe2b86e83d568.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-388e6a9d0e57a6f9.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-3e0546fcb132d1c5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-d5d2e44f215fded0.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42232025-07-01T18:35:42.339Z Compiling async-global-executor v2.4.1
42242025-07-01T18:35:42.364Z Running `/home/build/.rustup/toolchains/1.87.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=eb35f9a73ed497bb -C extra-filename=-a942f3e3525a0cd9 --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-ee13bfc896415b1e.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-1f25ffc7e3c4e7c1.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-d64fe2b86e83d568.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-388e6a9d0e57a6f9.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-75675992c5b36896.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42252025-07-01T18:35:43.184Z Compiling ssh-key v0.6.6
42262025-07-01T18:35:43.210Z Running `/home/build/.rustup/toolchains/1.87.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=68fe9b4474c1bcd8 -C extra-filename=-fc5e13367cae9beb --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-5b0131bf01e3e6fd.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-942cccd02e4c80ca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-76fb303c9aa40aa5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-689a1496bddfbf16.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7714c03aeba88d40.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272025-07-01T18:35:43.393Z Running `/home/build/.rustup/toolchains/1.87.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=d4dfd4d02d997f36 -C extra-filename=-dc1ffcf45921a40e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42282025-07-01T18:35:43.544Z Compiling p256 v0.13.2
42292025-07-01T18:35:43.570Z Running `/home/build/.rustup/toolchains/1.87.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=9f29d4701768aea2 -C extra-filename=-81036fcf9781d293 --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-d64721bdf3087236.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c78e28b3d0749166.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42302025-07-01T18:35:43.598Z Compiling p521 v0.13.3
42312025-07-01T18:35:43.598Z Running `/home/build/.rustup/toolchains/1.87.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=77ef3dd2a72aaf25 -C extra-filename=-dad84d78bab30b40 --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-51d372fa91d20d85.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-c78e28b3d0749166.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42322025-07-01T18:35:44.331Z Compiling async-attributes v1.1.2
42332025-07-01T18:35:44.356Z Running `/home/build/.rustup/toolchains/1.87.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=ed17c017138e3357 -C extra-filename=-cf51b905438227a0 --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-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42342025-07-01T18:35:45.260Z Compiling blake3 v1.5.4
42352025-07-01T18:35:45.285Z Running `/home/build/.rustup/toolchains/1.87.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=17cb8838d87d6107 -C extra-filename=-558641da5eb2c858 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-558641da5eb2c858 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42362025-07-01T18:35:45.548Z Compiling russh-cryptovec v0.7.3
42372025-07-01T18:35:45.573Z Running `/home/build/.rustup/toolchains/1.87.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=10229c2772851c0d -C extra-filename=-ffc17ae1eef62e55 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42382025-07-01T18:35:45.943Z Compiling kv-log-macro v1.0.7
42392025-07-01T18:35:45.970Z Running `/home/build/.rustup/toolchains/1.87.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=6be9e6fa43451f28 -C extra-filename=-a978ee05eb109df6 --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-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402025-07-01T18:35:45.995Z Compiling md5 v0.7.0
42412025-07-01T18:35:45.995Z Running `/home/build/.rustup/toolchains/1.87.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=0618591312966d87 -C extra-filename=-11c972edd063539f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42422025-07-01T18:35:46.244Z Compiling async-std v1.13.0
42432025-07-01T18:35:46.269Z Running `/home/build/.rustup/toolchains/1.87.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=6c2170967dcfbafb -C extra-filename=-03e32b8ba347737b --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-cf51b905438227a0.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-39f7f32c47f70f6a.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-a942f3e3525a0cd9.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-d64fe2b86e83d568.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-388e6a9d0e57a6f9.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-2327e994f5987a4d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-885a973a7236bec6.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-a978ee05eb109df6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b05842547971d991.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0314e42345bf8898.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42442025-07-01T18:35:46.509Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-6b27ff1dff026fa9/build-script-build`
42452025-07-01T18:35:46.549Z Running `/home/build/.rustup/toolchains/1.87.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=c7fc9c6df41bfea9 -C extra-filename=-06ca4073abd2ea23 --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-a6342b88852ed9d2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -l static=aws_lc_0_26_0_crypto -l static=aws_lc_0_26_0_rust_wrapper --cfg use_bindgen_generated`
42462025-07-01T18:35:46.619Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-c10125c8907407c0/build-script-build`
42472025-07-01T18:35:46.681Z Compiling russh-keys v0.45.0
42482025-07-01T18:35:46.706Z Running `/home/build/.rustup/toolchains/1.87.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=196dbe2893fbfa5c -C extra-filename=-6f9a4ca8cf8b25ae --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-55fdd9699131206a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-5b0131bf01e3e6fd.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-296b2c57eb0733aa.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f998252f1b17c00b.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d84f5e03080c8f21.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-975ebc6c4312b724.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-9134bb1cbbb6aa73.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-11c972edd063539f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-81036fcf9781d293.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-448d5f27f4febefe.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-dad84d78bab30b40.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-2afe0bc777f08545.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-72d4004203d466c8.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-086189c37a868443.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ffc17ae1eef62e55.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-942cccd02e4c80ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-05a519be33bc11fe.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7714c03aeba88d40.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-fc5e13367cae9beb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-0dafc8d380e544f8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42492025-07-01T18:35:46.948Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-558641da5eb2c858/build-script-build`
42502025-07-01T18:35:47.668Z Running `/home/build/.rustup/toolchains/1.87.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=b4fe8bf0658b710b -C extra-filename=-c1831b0126a307b9 --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-146aa172596edcb9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-dc1ffcf45921a40e.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8c485519efe5c091.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42512025-07-01T18:35:48.610Z Compiling petgraph v0.7.1
42522025-07-01T18:35:48.636Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=874774d8a08e50dd -C extra-filename=-9fe66d1c46e2a898 --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-657e3258fcf4ceb9.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42532025-07-01T18:35:48.934Z Running `/home/build/.rustup/toolchains/1.87.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=183118c3630924d9 -C extra-filename=-6abecefb8b67713a --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-06ca4073abd2ea23.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-ea5d24529940ac78.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts --check-cfg 'cfg(disable_slow_tests)'`
42542025-07-01T18:35:49.956Z Compiling pathdiff v0.2.3
42552025-07-01T18:35:49.981Z Running `/home/build/.rustup/toolchains/1.87.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=7e3d95f10c716d7d -C extra-filename=-16af63cac94c1744 --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-4f270b9dc7dca48d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42562025-07-01T18:35:50.190Z Compiling num-bigint v0.4.6
42572025-07-01T18:35:50.215Z Running `/home/build/.rustup/toolchains/1.87.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=f650f918ffc2b2eb -C extra-filename=-7be2ddcc08074690 --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-b090a894ab46e778.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42582025-07-01T18:35:51.331Z Compiling rustls-webpki v0.102.8
42592025-07-01T18:35:51.356Z Running `/home/build/.rustup/toolchains/1.87.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=0b1f8307cf5e5d3d -C extra-filename=-b6ed5c9162737056 --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-6abecefb8b67713a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-9ea0b2710c8f355f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out`
42602025-07-01T18:35:51.611Z Compiling des v0.8.1
42612025-07-01T18:35:51.658Z Running `/home/build/.rustup/toolchains/1.87.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=2f10a0db4c727db8 -C extra-filename=-c15a96d361fadef4 --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-f31d3e05cb6ea3f7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42622025-07-01T18:35:51.702Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
42632025-07-01T18:35:51.727Z Running `/home/build/.rustup/toolchains/1.87.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=0985e06544037af1 -C extra-filename=-9bba31c6e05d917e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42642025-07-01T18:35:52.001Z Compiling memmap2 v0.9.5
42652025-07-01T18:35:52.026Z Running `/home/build/.rustup/toolchains/1.87.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=bb42493e21e841d8 -C extra-filename=-d73f581ad6934735 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42662025-07-01T18:35:52.398Z Running `/home/build/.rustup/toolchains/1.87.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=83752908391fd4a3 -C extra-filename=-e70065b2fca30e15 --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-6abecefb8b67713a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
42672025-07-01T18:35:52.443Z Running `/home/build/.rustup/toolchains/1.87.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=b316d5cae3c337c8 -C extra-filename=-4c59568842895df5 --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-1bb814cae28f6e1e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts`
42682025-07-01T18:35:52.547Z Compiling nested v0.1.1
42692025-07-01T18:35:52.574Z Running `/home/build/.rustup/toolchains/1.87.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=bf977d94591a88f5 -C extra-filename=-8aa329e5d0663ec4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42702025-07-01T18:35:52.856Z Compiling doc-comment v0.3.3
42712025-07-01T18:35:52.881Z Running `/home/build/.rustup/toolchains/1.87.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=d3107b17c8b082d3 -C extra-filename=-b8abde3cb2e197f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-b8abde3cb2e197f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42722025-07-01T18:35:53.075Z Compiling russh v0.45.0
42732025-07-01T18:35:53.101Z Running `/home/build/.rustup/toolchains/1.87.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=f357e9dc8bf48278 -C extra-filename=-6763d881cf1e0b03 --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-55fdd9699131206a.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-440c495ac95b7120.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f998252f1b17c00b.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-19d7fc9a6b4d5a30.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-d84f5e03080c8f21.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ea40d9ab8b9757a5.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-c15a96d361fadef4.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-7be2ddcc08074690.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-81036fcf9781d293.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-448d5f27f4febefe.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-dad84d78bab30b40.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-c00d5aa89efa8320.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-ffc17ae1eef62e55.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-7714c03aeba88d40.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-fc5e13367cae9beb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42742025-07-01T18:35:53.454Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-b8abde3cb2e197f0/build-script-build`
42752025-07-01T18:35:53.640Z Compiling guppy v0.17.19
42762025-07-01T18:35:53.665Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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=77867e8a6c3911a4 -C extra-filename=-ac47e23a47e47000 --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-ce41b31d84d6e3a9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cargo_util_schemas=/work/oxidecomputer/omicron/target/debug/deps/libcargo_util_schemas-c233bd7f28322f75.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-657e3258fcf4ceb9.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-dc1ffcf45921a40e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-8aa329e5d0663ec4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-16af63cac94c1744.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-9fe66d1c46e2a898.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-c1831b0126a307b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42772025-07-01T18:35:58.893Z Compiling tokio-rustls v0.26.0
42782025-07-01T18:35:58.919Z Running `/home/build/.rustup/toolchains/1.87.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=998befe87e972ae5 -C extra-filename=-9f0c21b5edc822a6 --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-e70065b2fca30e15.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out`
42792025-07-01T18:35:59.308Z Compiling tokio-rustls v0.25.0
42802025-07-01T18:35:59.333Z Running `/home/build/.rustup/toolchains/1.87.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=5f6d667c46fc1fa9 -C extra-filename=-e95616a73efc6d63 --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-4c59568842895df5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts`
42812025-07-01T18:35:59.376Z Compiling hyper-rustls v0.27.7
42822025-07-01T18:35:59.401Z Running `/home/build/.rustup/toolchains/1.87.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.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="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --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=c2d723d4b6cafbec -C extra-filename=-89a89bd82e8d4050 --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-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-3b2712159c6a2f0a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-8ab760ed4396f3df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out`
42832025-07-01T18:35:59.755Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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=8fd7951d764a6af6 -C extra-filename=-f9054557649cbb01 --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-92e945d5f5e30583.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-f75ea7d90b779fd9.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-d09809bfc2d5bdca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-e3c74751c1f56b3b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-c2beecfd9cdccaf4.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fc0cb05dfb468bed.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-e95616a73efc6d63.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-3de9fca2e5ae5a6b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts`
42842025-07-01T18:35:59.987Z Compiling reqwest v0.12.20
42852025-07-01T18:36:00.013Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.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(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="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__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", "system-proxy", "trust-dns", "zstd"))' -C metadata=97b6b923b97612ff -C extra-filename=-e05c5f76a68f41a2 --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-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-109203af12b2b6af.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-0ed5622e321211e4.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-5abce881347377af.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-881d7f8af9b220f6.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3da7535f9c3f5096.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-fd815ee3e6f6d147.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a9d4e6e778fb1c27.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-a20c5b88c8aa431e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-75de4f262a28760b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-8ae23bdd00bb6a07.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-9f27ff00511e66a6.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-d83354642adc80cd.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-28726dda7401c611.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-8ab760ed4396f3df.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
42862025-07-01T18:36:00.083Z Running `/home/build/.rustup/toolchains/1.87.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=a5b0f6077cba9458 -C extra-filename=-07cc63e0f41c8fd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-dcc17ac0f537aec9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-b098ad7483a58c3d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c2e26a7fc12c5175.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-8ac25521d75f80cc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cap-lints allow --cfg tokio_unstable -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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out`
42872025-07-01T18:36:00.149Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
42882025-07-01T18:36:00.174Z Running `/home/build/.rustup/toolchains/1.87.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=eae56bd176f3c7ce -C extra-filename=-71ff1e13e9e856f8 --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-9bba31c6e05d917e.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-afd1baae191f367d.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42892025-07-01T18:36:01.881Z Running `/home/build/.rustup/toolchains/1.87.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=a6ba2c386fc74797 -C extra-filename=-c2e8e3c9cbc1192a --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-e2d0e0a9688f89ca.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-4dfb2a5e270d285d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-3478a2e01a411a89.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d73f581ad6934735.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-c2fadd8a76389f6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/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()))'`
42902025-07-01T18:36:02.756Z Compiling async-object-pool v0.1.5
42912025-07-01T18:36:02.782Z Running `/home/build/.rustup/toolchains/1.87.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=996b58d2d8e66d60 -C extra-filename=-81047e9d8deebce7 --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-03e32b8ba347737b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42922025-07-01T18:36:02.873Z Compiling rstest_macros v0.25.0
42932025-07-01T18:36:02.898Z Running `/home/build/.rustup/toolchains/1.87.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.25.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=15e874da6ceecb3c -C extra-filename=-888b57fc7d205e2e --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-888b57fc7d205e2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-44b9cba06af0b51e.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42942025-07-01T18:36:03.015Z Compiling assert-json-diff v2.0.2
42952025-07-01T18:36:03.040Z Running `/home/build/.rustup/toolchains/1.87.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=c42942406f9179e8 -C extra-filename=-83b36f86bae8db31 --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-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42962025-07-01T18:36:03.407Z Compiling progenitor-client v0.10.0
42972025-07-01T18:36:03.432Z Running `/home/build/.rustup/toolchains/1.87.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.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())' -C metadata=831966b13c61cf53 -C extra-filename=-12a5166a9052f900 --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-ee2129fa6db1368d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
42982025-07-01T18:36:03.769Z Compiling progenitor-client v0.9.1
42992025-07-01T18:36:03.793Z Running `/home/build/.rustup/toolchains/1.87.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=773b49fef3b5bc22 -C extra-filename=-12dc860b3731bfb7 --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-ee2129fa6db1368d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43002025-07-01T18:36:03.899Z Compiling progenitor v0.10.0
43012025-07-01T18:36:03.924Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-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="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=356151ad5a3d2594 -C extra-filename=-5f14f92b8f82f7fc --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-12a5166a9052f900.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-174ea50515ab6779.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-43609f30b6b138e2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43022025-07-01T18:36:03.974Z Compiling progenitor-client v0.8.0
43032025-07-01T18:36:03.999Z Running `/home/build/.rustup/toolchains/1.87.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=1e35a27673e1a512 -C extra-filename=-91e1601f75257c4b --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-ee2129fa6db1368d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43042025-07-01T18:36:04.199Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
43052025-07-01T18:36:04.224Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=b6cacc3dc9cfb0d5 -C extra-filename=-b2122646d9c78f8f --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-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6479324884e62b47.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-bbae77247e2d1050.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e6305e8dca81f1ff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43062025-07-01T18:36:04.324Z Compiling progenitor v0.9.1
43072025-07-01T18:36:04.349Z Running `/home/build/.rustup/toolchains/1.87.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=b7004c90880e9b9d -C extra-filename=-484069d823752b89 --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-12dc860b3731bfb7.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-b8f93ce623584d60.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-10ad4c874d237b4f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43082025-07-01T18:36:04.483Z Compiling progenitor v0.8.0
43092025-07-01T18:36:04.483Z Running `/home/build/.rustup/toolchains/1.87.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=1a59d0241635684a -C extra-filename=-06dcc3ce502be4d7 --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-91e1601f75257c4b.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-81fd0442f5551fbf.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-6db1557695f733ba.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43102025-07-01T18:36:04.594Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d)
43112025-07-01T18:36:04.620Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/638c897/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=e9ed33d514809fa8 -C extra-filename=-757f8143a1c3f6a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-484069d823752b89.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43122025-07-01T18:36:04.757Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
43132025-07-01T18:36:04.783Z Running `/home/build/.rustup/toolchains/1.87.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=fad9a497deef2376 -C extra-filename=-b509d6697336dbc9 --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-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6479324884e62b47.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-06dcc3ce502be4d7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e6305e8dca81f1ff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43142025-07-01T18:36:07.521Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d)
43152025-07-01T18:36:07.546Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/638c897/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=95960906406f2996 -C extra-filename=-b5b2d67cfbe6def1 --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-6f46b1ad79447fc8.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-484069d823752b89.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43162025-07-01T18:36:08.806Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
43172025-07-01T18:36:08.831Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=8657dfcb09f3ba8e -C extra-filename=-f06e739970af8260 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8735b6539ef5d243.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43182025-07-01T18:36:08.949Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
43192025-07-01T18:36:09.020Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
43202025-07-01T18:36:09.020Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcc82243c542c3d5 -C extra-filename=-f66fb8baaf448a8a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f66fb8baaf448a8a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-ce41b31d84d6e3a9.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-212bd90c4b2dd6c2.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-51d372fa91d20d85.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-78e38759e3b6da1b.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b3c8cd159185181c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-2693dba1943116f6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rlib --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-3283956f89e6ed5b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5635dba39bf9bf7b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ef421c864b54ec9e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ea40d9ab8b9757a5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2ecaa8b38dcf8faa.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-72fa9a7c58f40979.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd0dad88f56f0ea8.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f1db6b1fa8fda49d.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb1901253e0db9df.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-b6be0333af93ab88.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47774841ed96ca61.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-e68eb56a87261b4f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff6ed72e3b7d50b0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d08362af13f99b55.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-31f21f99f9ca54c8.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43212025-07-01T18:36:09.020Z Running `/home/build/.rustup/toolchains/1.87.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=fff120f535f59a4c -C extra-filename=-5c766a6d348e1049 --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-b0351b73701e7482.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-12dfa3f23ab03f30.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b509d6697336dbc9.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-63933345abf2de61.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-130a8800de47e19b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-3e5916a2e3756817.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e6305e8dca81f1ff.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-cf35d26cce1dfcfe.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-85413a2bafc2fca8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
43222025-07-01T18:36:09.364Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f66fb8baaf448a8a/build-script-build`
43232025-07-01T18:36:09.428Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0d883e202dd0103 -C extra-filename=-d329a378030b478a --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-ce41b31d84d6e3a9.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-212bd90c4b2dd6c2.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-51d372fa91d20d85.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-78e38759e3b6da1b.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b3c8cd159185181c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5635dba39bf9bf7b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ef421c864b54ec9e.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ea40d9ab8b9757a5.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2ecaa8b38dcf8faa.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-72fa9a7c58f40979.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd0dad88f56f0ea8.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f1db6b1fa8fda49d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb1901253e0db9df.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-b6be0333af93ab88.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47774841ed96ca61.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-e68eb56a87261b4f.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff6ed72e3b7d50b0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rmeta --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rmeta --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43242025-07-01T18:36:09.597Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
43252025-07-01T18:36:09.623Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=093a013eb0cd2d82 -C extra-filename=-de6ab9c7dbb44e65 --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43262025-07-01T18:36:10.245Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
43272025-07-01T18:36:10.271Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name id_map --edition=2021 id-map/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43cd944bcebef4ba -C extra-filename=-36e08dc1817ff537 --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-72f56b93b42caad5.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43282025-07-01T18:36:10.396Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
43292025-07-01T18:36:10.422Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4482a9208e74ca7 -C extra-filename=-8244b0e76e42a5db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ab065754353384b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-996d59c4e5a5e5b6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43302025-07-01T18:36:10.447Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
43312025-07-01T18:36:10.447Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9e04946a20c9f93 -C extra-filename=-9c9147f64aa06683 --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-d329a378030b478a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43322025-07-01T18:36:10.911Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
43332025-07-01T18:36:10.938Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=26623f011ee0586c -C extra-filename=-251f1068c6c972b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5214dd74a1ef2464.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-010866bfd49291f8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43342025-07-01T18:36:10.938Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
43352025-07-01T18:36:10.938Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe055efb4904de7c -C extra-filename=-4623c984fea7cca4 --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-e139f1343979802c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43362025-07-01T18:36:10.938Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43372025-07-01T18:36:10.938Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5db466d33bb05a4f -C extra-filename=-3ac32ec69a43aedf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-0aec142281e1a83a.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-cb57b30596f14652.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43382025-07-01T18:36:11.212Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43392025-07-01T18:36:11.238Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43cbb716f6bed3e6 -C extra-filename=-6d00df43ac584657 --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-f9054557649cbb01.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43402025-07-01T18:36:11.582Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=d05daca3c507bd6d -C extra-filename=-78d212c6ecdf8565 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5214dd74a1ef2464.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-010866bfd49291f8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43412025-07-01T18:36:12.097Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
43422025-07-01T18:36:12.122Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=caae4034391c434b -C extra-filename=-1610afcde392e85b --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-1610afcde392e85b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43432025-07-01T18:36:12.470Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-1610afcde392e85b/build-script-build`
43442025-07-01T18:36:12.529Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43452025-07-01T18:36:12.555Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=28ec543b82caab1d -C extra-filename=-3ef4a040546ae31f --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43462025-07-01T18:36:13.536Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
43472025-07-01T18:36:13.561Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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=821e0b13372a436a -C extra-filename=-ae1c79b0610b5d0c --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43482025-07-01T18:36:13.733Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
43492025-07-01T18:36:13.759Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f0f17ddb50e1966 -C extra-filename=-a11ba0e0b16cd8c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43502025-07-01T18:36:14.069Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43512025-07-01T18:36:14.095Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2021 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3603926c6d474ac -C extra-filename=-0c92c9442940c946 --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-d329a378030b478a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43522025-07-01T18:36:14.285Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43532025-07-01T18:36:14.314Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbb4dd2f79f126b2 -C extra-filename=-f4f624c01a5a54e0 --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-d329a378030b478a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43542025-07-01T18:36:14.366Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43552025-07-01T18:36:14.392Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cce5fee712714c43 -C extra-filename=-aaea255c0b8d5e87 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-aaea255c0b8d5e87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43562025-07-01T18:36:14.594Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43572025-07-01T18:36:14.619Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=866951ce9d570f6d -C extra-filename=-b70629b9d363b9ac --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-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43582025-07-01T18:36:14.710Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43592025-07-01T18:36:14.736Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2021 nexus/db-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a20cebb08966e7c -C extra-filename=-f3a231470198e06a --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-63a0384016e95522.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --cfg tokio_unstable -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/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43602025-07-01T18:36:14.777Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-aaea255c0b8d5e87/build-script-build`
43612025-07-01T18:36:14.847Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43622025-07-01T18:36:14.872Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c5ba69dabc0f1af -C extra-filename=-499b10b5ae89c678 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-499b10b5ae89c678 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43632025-07-01T18:36:15.211Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
43642025-07-01T18:36:15.237Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f21ac821a15409e8 -C extra-filename=-890eaa5882507c8e --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-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43652025-07-01T18:36:15.963Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-499b10b5ae89c678/build-script-build`
43662025-07-01T18:36:16.021Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43672025-07-01T18:36:16.021Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcaecbf4faac5d3d -C extra-filename=-6d12ef89ac8f431c --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-f9054557649cbb01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43682025-07-01T18:36:17.278Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43692025-07-01T18:36:17.304Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcfa0b6f36b2f622 -C extra-filename=-75a856940aff4dbb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-75a856940aff4dbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43702025-07-01T18:36:17.329Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43712025-07-01T18:36:17.329Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72b9a4c6bd39686c -C extra-filename=-62cd9911aa89bca8 --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-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43722025-07-01T18:36:17.650Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-75a856940aff4dbb/build-script-build`
43732025-07-01T18:36:17.708Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
43742025-07-01T18:36:17.733Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=435fef9d63365ad7 -C extra-filename=-80d9c199ba5e0a84 --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-edf8629ceb4f4ea2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43752025-07-01T18:36:17.982Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43762025-07-01T18:36:18.007Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/db-lookup/build.rs --error-format=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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd3afd6a9bdbf907 -C extra-filename=-b2c39fbf39505dfb --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-b2c39fbf39505dfb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43772025-07-01T18:36:18.350Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-b2c39fbf39505dfb/build-script-build`
43782025-07-01T18:36:18.403Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43792025-07-01T18:36:18.428Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=696759f7867315e6 -C extra-filename=-e9011bd77d9430b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-e9011bd77d9430b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43802025-07-01T18:36:18.858Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-e9011bd77d9430b4/build-script-build`
43812025-07-01T18:36:18.900Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
43822025-07-01T18:36:18.926Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4de17454cd55bf1 -C extra-filename=-fd413b5d386c7e83 --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-ee2129fa6db1368d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43832025-07-01T18:36:18.962Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
43842025-07-01T18:36:18.988Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/e398841/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=7ab91de85a511b3d -C extra-filename=-772ecac758e096fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-dcb9c65889f37924.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-6479324884e62b47.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-405d6aec9d0c2759.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e6305e8dca81f1ff.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64`
43852025-07-01T18:36:19.273Z Compiling tough v0.20.0
43862025-07-01T18:36:19.298Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=8462abbf9d8d9409 -C extra-filename=-7d3f7004a2ec942d --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-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-62b937a1ebdb0f78.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-bef6c33d33ecb758.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-d3acb497803444c9.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-00c60c1bf3080728.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-9753707502760a35.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-ea5d24529940ac78.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
43872025-07-01T18:36:19.637Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
43882025-07-01T18:36:19.662Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6739ff11f4d2905a -C extra-filename=-3da55ef5c00c9da0 --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-863717e309b7a9bc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-87f476b0f04bc669.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43892025-07-01T18:36:19.962Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43902025-07-01T18:36:19.988Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6eb9949d8d00ebee -C extra-filename=-1b02f54cb69ebdd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-1b02f54cb69ebdd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
43912025-07-01T18:36:20.377Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-1b02f54cb69ebdd4/build-script-build`
43922025-07-01T18:36:20.434Z Running `/home/build/.rustup/toolchains/1.87.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=7e6d2dbc39ac6bca -C extra-filename=-9d6a79c134394d48 --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-cefab6d96bfc6445.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-8488d67d3d353b31.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
43932025-07-01T18:36:21.071Z Compiling git2 v0.19.0
43942025-07-01T18:36:21.096Z Running `/home/build/.rustup/toolchains/1.87.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=a3163351c801f122 -C extra-filename=-e8161ab2d322d264 --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-612ce2e304571f81.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-9d6a79c134394d48.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/usr/lib/amd64`
43952025-07-01T18:36:21.734Z Compiling samael v0.0.19
43962025-07-01T18:36:21.760Z Running `/home/build/.rustup/toolchains/1.87.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.19/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="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=1ab754100c154086 -C extra-filename=-31fe99fe424b2933 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-31fe99fe424b2933 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-ae0c4be867a37c8e.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-3635e7ea4178d8e6.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43972025-07-01T18:36:23.918Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=7c3d9365bfb2bd99 -C extra-filename=-b37d5fc59f91a317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-99a21674f504239c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7bff3febc5f6c73e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e6dcec5e4eaa49b5.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d66c5a749e2f6100.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-dc763c9e4cf3753b.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out --check-cfg 'cfg(svcadm_autoclear)'`
43982025-07-01T18:36:26.498Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43992025-07-01T18:36:26.524Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ddabd5daa62138f -C extra-filename=-7460cfe692a9f535 --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-9a1e7e99ca25fd00.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c2e26a7fc12c5175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44002025-07-01T18:36:27.051Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44012025-07-01T18:36:27.076Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb51d3b672d6bc65 -C extra-filename=-28496d086bb543c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44022025-07-01T18:36:27.360Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
44032025-07-01T18:36:27.386Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37d3baa827ef6f43 -C extra-filename=-11c9857826b8f2d5 --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-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44042025-07-01T18:36:28.101Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44052025-07-01T18:36:28.127Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ca466f5fb27f06b -C extra-filename=-cdb09c2a72937189 --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-72f56b93b42caad5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7460cfe692a9f535.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44062025-07-01T18:36:28.923Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44072025-07-01T18:36:28.923Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1e0150c25ef6e75b -C extra-filename=-8278f0df2228be2a --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-b37d5fc59f91a317.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44082025-07-01T18:36:29.933Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
44092025-07-01T18:36:29.958Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=31aeb13f32c798d2 -C extra-filename=-b5df05ea6a4db64a --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-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44102025-07-01T18:36:30.280Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
44112025-07-01T18:36:30.306Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f43b748866d44e9 -C extra-filename=-28ccc84f0171ab90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44122025-07-01T18:36:31.302Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
44132025-07-01T18:36:31.347Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d9965c8a27a149a -C extra-filename=-417a93324414caae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44142025-07-01T18:36:31.665Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44152025-07-01T18:36:31.690Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47813fbe9cd366ce -C extra-filename=-0f01f307dfa8a609 --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-ef6e1aa9c68ab04f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
44162025-07-01T18:36:33.374Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
44172025-07-01T18:36:33.400Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dedc58713c2a0720 -C extra-filename=-a5227aec97da7d72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44182025-07-01T18:36:34.292Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44192025-07-01T18:36:34.340Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=e24fdba96c35a219 -C extra-filename=-654c108659e30440 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5c766a6d348e1049.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44202025-07-01T18:36:34.481Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=a8b4a092fcdfb948 -C extra-filename=-e20af3d808a638a4 --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-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3e2c566235cdb9ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44212025-07-01T18:36:34.568Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8cc69622391bfdb4 -C extra-filename=-198ad74c2a94445d --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-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-78d212c6ecdf8565.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44222025-07-01T18:36:34.698Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
44232025-07-01T18:36:34.724Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8747f45d64c6c785 -C extra-filename=-15c63fc82290b9a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44242025-07-01T18:36:36.905Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44252025-07-01T18:36:36.953Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=10a3e02cc616a584 -C extra-filename=-2a28296c9fed0175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
44262025-07-01T18:36:37.052Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44272025-07-01T18:36:37.078Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a25a2a2309ee35ec -C extra-filename=-a1b9ef26ad701408 --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-90590cfc90a413fc.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44282025-07-01T18:36:37.417Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44292025-07-01T18:36:37.442Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=d96dfaf04d9dcf05 -C extra-filename=-6db70b0a01af688c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-ebf7f590bdbdf21b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-36b486c1e8b10b05.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-7175f51c0ffc9994.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
44302025-07-01T18:36:37.809Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44312025-07-01T18:36:37.835Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5b2ac2a493d2fc8 -C extra-filename=-9979c5455fb78e9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44322025-07-01T18:36:40.421Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f176cc0d3348d56 -C extra-filename=-4ca4e3d871915a40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-198ad74c2a94445d.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44332025-07-01T18:36:40.496Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
44342025-07-01T18:36:40.521Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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=347f4a573fdd23c8 -C extra-filename=-70855e53b35c9c62 --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-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-78d212c6ecdf8565.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44352025-07-01T18:36:40.687Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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=32e504bcd0878f9b -C extra-filename=-7e63c9a947a978aa --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-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44362025-07-01T18:36:43.353Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44372025-07-01T18:36:43.379Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=435a4a9d581d4a69 -C extra-filename=-9ef930d0bf730a0d --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-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-4ca4e3d871915a40.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-198ad74c2a94445d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44382025-07-01T18:36:46.114Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44392025-07-01T18:36:46.139Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d338947e2e4f8fc5 -C extra-filename=-8da3b37def867d4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44402025-07-01T18:36:46.349Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
44412025-07-01T18:36:46.374Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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=e2570ae614850a79 -C extra-filename=-4e2619bb35940847 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-70855e53b35c9c62.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44422025-07-01T18:36:49.533Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44432025-07-01T18:36:49.558Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49954564ed9eca8a -C extra-filename=-804701ba9819b4b0 --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-0995b155a32ebe73.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44442025-07-01T18:36:49.735Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
44452025-07-01T18:36:49.760Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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=be53e6af6be40b62 -C extra-filename=-4f11045cfa2306f7 --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-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-4e2619bb35940847.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-70855e53b35c9c62.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44462025-07-01T18:36:50.304Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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=68cb432293a59002 -C extra-filename=-7294358364194392 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7e63c9a947a978aa.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44472025-07-01T18:36:50.429Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44482025-07-01T18:36:50.454Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=4bb57536939a80e2 -C extra-filename=-b610ca29be9ee6e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-804701ba9819b4b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-80ba71216b06884a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
44492025-07-01T18:36:51.749Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44502025-07-01T18:36:51.775Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19b05b2e40f27e19 -C extra-filename=-73c7b4f1239acfe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44512025-07-01T18:36:51.800Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44522025-07-01T18:36:51.800Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fbda7b4edcabfcc4 -C extra-filename=-94f99fdb5f03d5ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-15c63fc82290b9a9.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-9ef930d0bf730a0d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44532025-07-01T18:36:52.256Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
44542025-07-01T18:36:52.308Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=72ff7177f211254a -C extra-filename=-da4a7e804e6dc050 --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-3a67e9cd8804fc68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f577c68bd5feaa96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44552025-07-01T18:36:53.433Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
44562025-07-01T18:36:53.459Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6b408a373cf03ec -C extra-filename=-4ae0b9384132db0a --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-edf8629ceb4f4ea2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44572025-07-01T18:36:53.484Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44582025-07-01T18:36:53.516Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34f36d3d7c004585 -C extra-filename=-ca10c30e0202b783 --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-7b855985f2fc6e77.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-f9d6d1e055588901.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44592025-07-01T18:36:54.297Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44602025-07-01T18:36:54.323Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2571f4af25099994 -C extra-filename=-6639fd871408960f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-afbb5a030ded3cae.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5f71e5b6b3a7c292.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-374cd4b713341571.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44612025-07-01T18:36:54.359Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44622025-07-01T18:36:54.359Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=efde3a51ab904792 -C extra-filename=-f55551d5bed84121 --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-edf8629ceb4f4ea2.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44632025-07-01T18:36:54.854Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
44642025-07-01T18:36:54.880Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ef0722a097eb49b -C extra-filename=-c71d787af2b49f69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44652025-07-01T18:36:55.387Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
44662025-07-01T18:36:55.435Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54d6cc56eb134dcc -C extra-filename=-ad04e96a112606ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4ae0b9384132db0a.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44672025-07-01T18:36:56.707Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
44682025-07-01T18:36:56.773Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c373fa3f5c84ccd4 -C extra-filename=-95eb6165d49436a5 --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-4f270b9dc7dca48d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c71d787af2b49f69.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
44692025-07-01T18:36:57.040Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=6cf94e2ae42e518e -C extra-filename=-5212d9fd7c445846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44702025-07-01T18:36:57.669Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
44712025-07-01T18:36:57.669Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-e0115f488d1c1d58/e7579c3/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=a73eb79346dcfaa0 -C extra-filename=-3d777b331badc3a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ae1c79b0610b5d0c.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-7294358364194392.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-4f11045cfa2306f7.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-7e63c9a947a978aa.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44722025-07-01T18:36:58.257Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
44732025-07-01T18:36:58.283Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/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=2f889c3f6ea4763b -C extra-filename=-93a62db8de6a824d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-3d777b331badc3a3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e9f37a016911c5f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44742025-07-01T18:36:58.905Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
44752025-07-01T18:36:58.931Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81bbabea0919adeb -C extra-filename=-5ccb5e7c74cd6cff --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-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
44762025-07-01T18:37:00.152Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
44772025-07-01T18:37:00.177Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e33eeac77eb2d4d4 -C extra-filename=-e284500d6999ef68 --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-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44782025-07-01T18:37:00.552Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
44792025-07-01T18:37:00.577Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/0f203b0/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "tofino_asic"))' -C metadata=9f6ce2ea120238dd -C extra-filename=-8bcae8207650fe60 --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-0995b155a32ebe73.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-93a62db8de6a824d.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-558c83f68861bcdc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-484069d823752b89.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-d8fcbcadbbfd457b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44802025-07-01T18:37:00.973Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
44812025-07-01T18:37:00.999Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ecd11d95d0ad04c -C extra-filename=-b93b08f1fe4bd730 --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-6cdb18cfaf521a4b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44822025-07-01T18:37:01.798Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f5486ad1bb02a689 -C extra-filename=-e23e4631c229f356 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b93b08f1fe4bd730.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ca10c30e0202b783.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44832025-07-01T18:37:01.798Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44842025-07-01T18:37:01.824Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea00288b4e8f932e -C extra-filename=-5cf9c0aad32baec1 --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-b5b2d67cfbe6def1.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
44852025-07-01T18:37:02.773Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-31fe99fe424b2933/build-script-bindings`
44862025-07-01T18:37:03.531Z Compiling polar-core v0.27.3
44872025-07-01T18:37:03.556Z Running `/home/build/.rustup/toolchains/1.87.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=97f1f5544162389f -C extra-filename=-b36afc823d5c460e --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-b36afc823d5c460e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-2ec72dd599364159.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44882025-07-01T18:37:04.357Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/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="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=538a090bd33d399c -C extra-filename=-05fbc0c18b2f03c0 --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-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-4bb9c855f7a0a798.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-90ea3f523be66355.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-4326dd177030920d.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-858072c6e661a7ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cap-lints allow --cfg tokio_unstable -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 --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
44892025-07-01T18:37:04.444Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
44902025-07-01T18:37:04.470Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2021 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=e178384625bad8bc -C extra-filename=-5d89a2154fb74d3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-804701ba9819b4b0.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
44912025-07-01T18:37:05.035Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-b36afc823d5c460e/build-script-build`
44922025-07-01T18:37:06.658Z Running `/home/build/.rustup/toolchains/1.87.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=a4cd921db32c27b9 -C extra-filename=-cb3e4b67ceb67bf1 --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-41ed1515c5dcdd66.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-02bc2f50f4df49be.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44932025-07-01T18:37:08.933Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
44942025-07-01T18:37:08.959Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9de915dc37b06d2 -C extra-filename=-412974de955c4396 --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-f9054557649cbb01.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
44952025-07-01T18:37:11.216Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
44962025-07-01T18:37:11.241Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75de0e397db4737d -C extra-filename=-aa2b4deb922aeb96 --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-edf8629ceb4f4ea2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
44972025-07-01T18:37:13.328Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
44982025-07-01T18:37:13.353Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images --edition=2021 sled-agent/zone-images/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb8c3ed4dda26a0c -C extra-filename=-6f5e67b8c3297945 --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-4f270b9dc7dca48d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
44992025-07-01T18:37:14.735Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
45002025-07-01T18:37:14.760Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd3d61c71cf1ecc7 -C extra-filename=-850b429449b14a5c --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-f9054557649cbb01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45012025-07-01T18:37:15.243Z Compiling oso v0.27.3
45022025-07-01T18:37:15.269Z Running `/home/build/.rustup/toolchains/1.87.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=44462cc9ba36dd77 -C extra-filename=-d9938fd7365ced27 --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-48aebb6a4847b9c2.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-f3dbe17e62f7d0f9.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-cb3e4b67ceb67bf1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45032025-07-01T18:37:16.133Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
45042025-07-01T18:37:16.181Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ce604df4c78e6d7 -C extra-filename=-abad5f94e3f7acba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-412974de955c4396.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7460cfe692a9f535.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45052025-07-01T18:37:16.515Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
45062025-07-01T18:37:16.541Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e092b36a98383d8e -C extra-filename=-08057315deef7c99 --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-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45072025-07-01T18:37:16.570Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
45082025-07-01T18:37:16.612Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images_examples --edition=2021 sled-agent/zone-images-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5386fcf827634fa4 -C extra-filename=-2772d6a3c638f022 --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-4f270b9dc7dca48d.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b39b30c89250fb37.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
45092025-07-01T18:37:16.803Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45102025-07-01T18:37:16.831Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=532dce68205a5d2a -C extra-filename=-b36677082d4024bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-850b429449b14a5c.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e284500d6999ef68.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-804701ba9819b4b0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e6dcec5e4eaa49b5.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rmeta --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-6f5e67b8c3297945.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c71d787af2b49f69.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
45112025-07-01T18:37:17.753Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
45122025-07-01T18:37:17.812Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/681cb87/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=2cbf674eb29ffd61 -C extra-filename=-b30f15b0d04081be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-eda6892ece357c68.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-b4969537d543d468.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-505caf4cef9c5e21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-c2beecfd9cdccaf4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45132025-07-01T18:37:18.300Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45142025-07-01T18:37:18.325Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=842696d2e3ea30bc -C extra-filename=-a8f8fb355bb2a8d6 --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-b5df05ea6a4db64a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45152025-07-01T18:37:19.060Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
45162025-07-01T18:37:19.086Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6518ef9caee3544 -C extra-filename=-f05b38a1693947ae --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-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45172025-07-01T18:37:19.686Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
45182025-07-01T18:37:19.711Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d96f55dc8689a2c3 -C extra-filename=-2537837867895f4c --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-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45192025-07-01T18:37:21.330Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
45202025-07-01T18:37:21.330Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cecc7fffc22abf72 -C extra-filename=-89f58cd1766099ca --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-edf8629ceb4f4ea2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45212025-07-01T18:37:21.838Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45222025-07-01T18:37:21.886Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db831b7f3ad1489a -C extra-filename=-89ee1fc0b848ff24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f05b38a1693947ae.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rmeta --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-2772d6a3c638f022.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
45232025-07-01T18:37:21.912Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45242025-07-01T18:37:21.912Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6acab4cfa58bc3e -C extra-filename=-32cc960862274215 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45252025-07-01T18:37:23.256Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45262025-07-01T18:37:23.282Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3638a62c5f35a508 -C extra-filename=-dddf049841288041 --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-4f270b9dc7dca48d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-abad5f94e3f7acba.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
45272025-07-01T18:37:24.594Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
45282025-07-01T18:37:24.635Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dfb69838970333f5 -C extra-filename=-f15ed69fe13c3766 --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-edf8629ceb4f4ea2.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45292025-07-01T18:37:25.877Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45302025-07-01T18:37:25.925Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6a80d1e90329102 -C extra-filename=-909d594e5e47b357 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8f8fb355bb2a8d6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
45312025-07-01T18:37:25.950Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45322025-07-01T18:37:25.950Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2e89daf97b683fe -C extra-filename=-9b04fa9e18f93290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89f58cd1766099ca.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45332025-07-01T18:37:26.672Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45342025-07-01T18:37:26.697Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da2c6ad09c866e4d -C extra-filename=-8c211ad2b05f0e12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45352025-07-01T18:37:26.913Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
45362025-07-01T18:37:26.938Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe1bb78cce4dd1d3 -C extra-filename=-0edb7420d5462beb --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-f15ed69fe13c3766.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45372025-07-01T18:37:28.308Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45382025-07-01T18:37:28.334Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e178f840bbcc71cb -C extra-filename=-5be13ad528ce72d8 --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-0995b155a32ebe73.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45392025-07-01T18:37:28.874Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3121aa0959e1ff50 -C extra-filename=-edf5173b195afc24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-0edb7420d5462beb.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f15ed69fe13c3766.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
45402025-07-01T18:37:28.960Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45412025-07-01T18:37:28.986Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2021 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f667660ebe3ce69 -C extra-filename=-eaa4f07478887e8d --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-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45422025-07-01T18:37:33.600Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45432025-07-01T18:37:33.626Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a2b495891db625b -C extra-filename=-0188d44b8737160d --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-edf8629ceb4f4ea2.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
45442025-07-01T18:37:34.023Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45452025-07-01T18:37:34.049Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3a0c05161c6b177b -C extra-filename=-0494292e11d7fbe9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-0494292e11d7fbe9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45462025-07-01T18:37:34.848Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
45472025-07-01T18:37:35.025Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/681cb87/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=e4074348375e218f -C extra-filename=-7c7ad1bab92c1ed3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45482025-07-01T18:37:35.025Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
45492025-07-01T18:37:35.025Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-0494292e11d7fbe9/build-script-build`
45502025-07-01T18:37:35.025Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b5a952e04778e9b -C extra-filename=-32b4f5f8acabaffe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45512025-07-01T18:37:35.026Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
45522025-07-01T18:37:35.026Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=587e3489f6277e7d -C extra-filename=-081cc3740326b507 --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-f9054557649cbb01.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45532025-07-01T18:37:36.004Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
45542025-07-01T18:37:36.030Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb421ec8019092f5 -C extra-filename=-f0c12b8398eaaa24 --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-28ccc84f0171ab90.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45552025-07-01T18:37:37.713Z Running `/home/build/.rustup/toolchains/1.87.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=5d67e0486b6eae74 -C extra-filename=-8b23ad128ff1c796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-11b66644a8082d17.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-e8161ab2d322d264.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-44b9cba06af0b51e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/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)'`
45562025-07-01T18:37:38.446Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45572025-07-01T18:37:38.472Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7107537342c1f4f -C extra-filename=-c225cb29054bb752 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-c225cb29054bb752 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45582025-07-01T18:37:38.840Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45592025-07-01T18:37:38.865Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e18554e027e33bc -C extra-filename=-71ec489efc73e515 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-71ec489efc73e515 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45602025-07-01T18:37:39.208Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45612025-07-01T18:37:39.233Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c1f1e5aba11eada -C extra-filename=-30003c2cfe593593 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-30003c2cfe593593 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45622025-07-01T18:37:39.269Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-71ec489efc73e515/build-script-build`
45632025-07-01T18:37:39.316Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
45642025-07-01T18:37:39.342Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=3dc36fc0892a970c -C extra-filename=-2e8b980e981f376a --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-2e8b980e981f376a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-8b23ad128ff1c796.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/usr/lib/amd64`
45652025-07-01T18:37:39.599Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-30003c2cfe593593/build-script-build`
45662025-07-01T18:37:39.655Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-c225cb29054bb752/build-script-build`
45672025-07-01T18:37:39.714Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45682025-07-01T18:37:39.740Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43dd39293911fdda -C extra-filename=-8f48386289f8297f --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-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45692025-07-01T18:37:40.715Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
45702025-07-01T18:37:40.741Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/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=c0e0d279b02ddbd9 -C extra-filename=-c582f89057a2b01f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45712025-07-01T18:37:40.926Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45722025-07-01T18:37:40.952Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f9b3f5740075e9b -C extra-filename=-de9eb8140fbf4dd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-de9eb8140fbf4dd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45732025-07-01T18:37:41.185Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-2e8b980e981f376a/build-script-build`
45742025-07-01T18:37:41.758Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-de9eb8140fbf4dd8/build-script-build`
45752025-07-01T18:37:41.890Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
45762025-07-01T18:37:41.890Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/82fbc8c/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=9f553baacc48b0c0 -C extra-filename=-19ee068f132a70b6 --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-edf8629ceb4f4ea2.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-c582f89057a2b01f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-484069d823752b89.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-010866bfd49291f8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45772025-07-01T18:37:42.190Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45782025-07-01T18:37:42.238Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=218ed6f5b86e1502 -C extra-filename=-4eec3f810c66824c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0188d44b8737160d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
45792025-07-01T18:37:42.840Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=b6582aa85c377e53 -C extra-filename=-b6197df7a0d6acaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-dcb9c65889f37924.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8735b6539ef5d243.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-006659a85512cfb2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3bed9ad62b7b22c7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-459d8166863e9d8f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts`
45802025-07-01T18:37:44.799Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
45812025-07-01T18:37:44.824Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81c94a8d0427a3d5 -C extra-filename=-3daa127ae2bdbd55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45822025-07-01T18:37:44.948Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45832025-07-01T18:37:44.973Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ceb84f8b3a59ee33 -C extra-filename=-9e4b3702bfbf64ef --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-9e4b3702bfbf64ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45842025-07-01T18:37:44.998Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
45852025-07-01T18:37:45.113Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2021 nexus/background-task-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27c2551d76ef2449 -C extra-filename=-d51c4b1c00d4799b --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-d329a378030b478a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45862025-07-01T18:37:45.139Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
45872025-07-01T18:37:45.139Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2021 dev-tools/repl-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81a86aadebd4eac8 -C extra-filename=-fd7ecf9daf693bd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45882025-07-01T18:37:45.607Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
45892025-07-01T18:37:45.634Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/e164393/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=cae67bfe80f9a215 -C extra-filename=-ec47757df2f3e660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8735b6539ef5d243.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
45902025-07-01T18:37:45.634Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-9e4b3702bfbf64ef/build-script-build`
45912025-07-01T18:37:45.634Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45922025-07-01T18:37:45.634Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2e0d1696b3eef17 -C extra-filename=-772fe62548581983 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-edc7d2bb26d9dce2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-ba5aee3d0c00d402.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
45932025-07-01T18:37:45.634Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45942025-07-01T18:37:45.634Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=196ed4a07c7b019e -C extra-filename=-279bb32b279d519a --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-e284500d6999ef68.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
45952025-07-01T18:37:46.503Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45962025-07-01T18:37:46.529Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d8f40c69fcb1566 -C extra-filename=-2d140be62dcb579e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45972025-07-01T18:37:47.656Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
45982025-07-01T18:37:47.682Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=200370643015d8a8 -C extra-filename=-0f235fc5dd49a075 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f0c12b8398eaaa24.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
45992025-07-01T18:37:48.608Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6456be7b988d8230 -C extra-filename=-88e053c900411035 --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-e23e4631c229f356.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
46002025-07-01T18:37:48.729Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46012025-07-01T18:37:48.755Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=576543f98198b64e -C extra-filename=-496f7fc11a3ad307 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46022025-07-01T18:37:49.262Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f20ce18a8248900b -C extra-filename=-f3be3ea25978b73a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8f8fb355bb2a8d6.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-772fe62548581983.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
46032025-07-01T18:37:49.988Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abdbf508ea2c64b1 -C extra-filename=-b4dcc899b8f1fbaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-62cd9911aa89bca8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-88e053c900411035.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d9938fd7365ced27.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46042025-07-01T18:37:54.613Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46052025-07-01T18:37:54.639Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1043c62bf920e439 -C extra-filename=-128774235dc4e401 --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-73c7b4f1239acfe8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46062025-07-01T18:37:58.654Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46072025-07-01T18:37:58.680Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2021 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5336e9a0e3e195f5 -C extra-filename=-22a93aa1d59a2728 --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-63a0384016e95522.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46082025-07-01T18:37:59.080Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46092025-07-01T18:37:59.106Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca31b18a76dee98f -C extra-filename=-f916f6be7fe4d652 --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-4f270b9dc7dca48d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46102025-07-01T18:37:59.830Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
46112025-07-01T18:37:59.856Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d660d19abb583645 -C extra-filename=-8d5ef3ef0800e5d2 --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-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46122025-07-01T18:38:00.067Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2021 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94d3f4b2422bf255 -C extra-filename=-20163ec548e23a55 --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-1d1c4d17796fbab7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-22a93aa1d59a2728.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46132025-07-01T18:38:01.250Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46142025-07-01T18:38:01.275Z Running `/home/build/.rustup/toolchains/1.87.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=fd86a12e448b42f5 -C extra-filename=-7ef9e523f137f2c4 --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46152025-07-01T18:38:01.774Z Compiling serde_regex v1.1.0
46162025-07-01T18:38:01.800Z Running `/home/build/.rustup/toolchains/1.87.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=fbcb142b8c7447b4 -C extra-filename=-112e053fed5a3b6f --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-26b53ab2c5be6997.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46172025-07-01T18:38:02.134Z Compiling path-tree v0.8.1
46182025-07-01T18:38:02.160Z Running `/home/build/.rustup/toolchains/1.87.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=873f59cd02808de2 -C extra-filename=-d3880de850041d0e --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-3b112245a8f41229.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46192025-07-01T18:38:02.726Z Compiling topological-sort v0.2.2
46202025-07-01T18:38:02.789Z Running `/home/build/.rustup/toolchains/1.87.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=a5ad9d6950e20c3f -C extra-filename=-93a21d543800dfb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46212025-07-01T18:38:03.053Z Compiling stringmetrics v2.2.2
46222025-07-01T18:38:03.092Z Running `/home/build/.rustup/toolchains/1.87.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=f73cbf8412b05adf -C extra-filename=-99ce49da95185134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46232025-07-01T18:38:03.385Z Compiling escape8259 v0.5.3
46242025-07-01T18:38:03.411Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/escape8259-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82555cc926062f9e -C extra-filename=-0ada0860f3439910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46252025-07-01T18:38:03.764Z Compiling target-triple v0.1.3
46262025-07-01T18:38:03.790Z Running `/home/build/.rustup/toolchains/1.87.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=96c6dd70685004e4 -C extra-filename=-2be84745219e4d2d --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-2be84745219e4d2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46272025-07-01T18:38:04.368Z Compiling internet-checksum v0.2.1
46282025-07-01T18:38:04.405Z Running `/home/build/.rustup/toolchains/1.87.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=fab952d747ed8a90 -C extra-filename=-6c1f97feedf677b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46292025-07-01T18:38:04.645Z Compiling assert_cmd v2.0.17
46302025-07-01T18:38:05.250Z Running `/home/build/.rustup/toolchains/1.87.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.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 --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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=57c12710ebbd3e5e -C extra-filename=-76c6b97f9adfe5f3 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-76c6b97f9adfe5f3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46312025-07-01T18:38:05.275Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-76c6b97f9adfe5f3/build-script-build`
46322025-07-01T18:38:05.275Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-2be84745219e4d2d/build-script-build`
46332025-07-01T18:38:05.275Z Compiling libtest-mimic v0.8.1
46342025-07-01T18:38:05.301Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-0.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=f52af8f9b48a0731 -C extra-filename=-3e0bcd3421ffc4b1 --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-473990d64b50713f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-b0351b73701e7482.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-0ada0860f3439910.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352025-07-01T18:38:05.327Z Compiling httpmock v0.8.0-alpha.1
46362025-07-01T18:38:05.327Z Running `/home/build/.rustup/toolchains/1.87.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=018608910cecf12f -C extra-filename=-a9e2cfcc6272f261 --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-83b36f86bae8db31.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-81047e9d8deebce7.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-03e32b8ba347737b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-ae4a58d11789a9dd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-d3880de850041d0e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-112e053fed5a3b6f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-99ce49da95185134.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-3e5916a2e3756817.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46372025-07-01T18:38:06.924Z Compiling omicron-zone-package v0.12.2
46382025-07-01T18:38:06.950Z Running `/home/build/.rustup/toolchains/1.87.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9da2659763a47b85 -C extra-filename=-89fa3850877291a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-c2e8e3c9cbc1192a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-9fdc00164a57a398.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-93a21d543800dfb3.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64`
46392025-07-01T18:38:07.913Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=a6c9b6515ad95e9a -C extra-filename=-f030a72ff170dc7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-22a93aa1d59a2728.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-88e053c900411035.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
46402025-07-01T18:38:09.498Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46412025-07-01T18:38:09.499Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=754b50850426bd48 -C extra-filename=-8bfea22c66ce3792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-128774235dc4e401.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7460cfe692a9f535.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
46422025-07-01T18:38:10.942Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
46432025-07-01T18:38:10.967Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3076fff514351f4a -C extra-filename=-72507ff1244984e5 --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-cefab6d96bfc6445.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46442025-07-01T18:38:11.654Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46452025-07-01T18:38:11.680Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af662ac91206ab14 -C extra-filename=-1dc4a88f151202ad --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-1dc4a88f151202ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46462025-07-01T18:38:12.022Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46472025-07-01T18:38:12.047Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6dd2f76ad40b6c4 -C extra-filename=-4ec9b3ebe31fe9e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-4ec9b3ebe31fe9e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46482025-07-01T18:38:12.088Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
46492025-07-01T18:38:12.114Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f4ded831b77cba0 -C extra-filename=-37fd96a000ab27fb --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-37fd96a000ab27fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46502025-07-01T18:38:12.380Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46512025-07-01T18:38:12.406Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/reconfigurator/cli-integration-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b58f6d9d6ac651b -C extra-filename=-1f436aaee8f048a6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-1f436aaee8f048a6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46522025-07-01T18:38:12.457Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-888b57fc7d205e2e/build-script-build`
46532025-07-01T18:38:12.618Z Running `/home/build/.rustup/toolchains/1.87.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=093cc894c4bc7520 -C extra-filename=-2fba80cc10da6003 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46542025-07-01T18:38:12.748Z Compiling fancy-regex v0.14.0
46552025-07-01T18:38:12.773Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fancy-regex-0.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="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=6f1588551c5681ab -C extra-filename=-c23b8ab5d3431cb6 --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-82ae2ff99b341299.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46562025-07-01T18:38:12.799Z Compiling proc-macro-crate v3.2.0
46572025-07-01T18:38:12.799Z Running `/home/build/.rustup/toolchains/1.87.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=790eb3e3c52079e6 -C extra-filename=-6a55f4b1362be1ed --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-c57beeb5a5e41524.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46582025-07-01T18:38:13.860Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46592025-07-01T18:38:13.886Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2021 dev-tools/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd7262861dee47e6 -C extra-filename=-99fa2c98dcf1c79c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46602025-07-01T18:38:14.264Z Compiling relative-path v1.9.3
46612025-07-01T18:38:14.330Z Running `/home/build/.rustup/toolchains/1.87.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=86a8f3abcf950091 -C extra-filename=-c6979cf4cd2e6fc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46622025-07-01T18:38:14.538Z Compiling datatest-stable v0.3.2
46632025-07-01T18:38:14.564Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datatest-stable-0.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("include-dir"))' -C metadata=f59e74e87a935b97 -C extra-filename=-5a7a56f126a0670c --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-4f270b9dc7dca48d.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-c23b8ab5d3431cb6.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-3e0bcd3421ffc4b1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46642025-07-01T18:38:14.891Z Running `/home/build/.rustup/toolchains/1.87.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.25.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=171dbcd713bbe304 -C extra-filename=-8606ec308b91e5d4 --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-3a67e9cd8804fc68.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-6a55f4b1362be1ed.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-c6979cf4cd2e6fc4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-94f49666e7fa7a04.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46652025-07-01T18:38:15.201Z Running `/home/build/.rustup/toolchains/1.87.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.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=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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=0f86d6c2011bb5b1 -C extra-filename=-ec767dee9535a4a0 --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-b0351b73701e7482.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-2fba80cc10da6003.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-ee29e49cd7f824fa.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-4a68f4455c760bd6.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-0263793d76c3ba86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46662025-07-01T18:38:16.264Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-1f436aaee8f048a6/build-script-build`
46672025-07-01T18:38:16.351Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-37fd96a000ab27fb/build-script-build`
46682025-07-01T18:38:16.406Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-4ec9b3ebe31fe9e8/build-script-build`
46692025-07-01T18:38:16.457Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-1dc4a88f151202ad/build-script-build`
46702025-07-01T18:38:16.515Z Running `/home/build/.rustup/toolchains/1.87.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=d37579c51e9732c1 -C extra-filename=-b1f3b5593660e7e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'`
46712025-07-01T18:38:16.691Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46722025-07-01T18:38:16.739Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f9483b8eee30ada -C extra-filename=-a576656dc7d9875e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e284500d6999ef68.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2d140be62dcb579e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ca10c30e0202b783.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-279bb32b279d519a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0188d44b8737160d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
46732025-07-01T18:38:18.802Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
46742025-07-01T18:38:18.828Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6db7fcf248887e7 -C extra-filename=-cea6d5550762a4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46752025-07-01T18:38:19.476Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46762025-07-01T18:38:19.502Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2021 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=cde89ddbd8ea46dd -C extra-filename=-54b19de0db01be94 --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-3e9ff315175280c8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand09=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46772025-07-01T18:38:20.986Z Compiling support-bundle-viewer v0.1.2
46782025-07-01T18:38:21.012Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_viewer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/support-bundle-viewer-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=77df07aa4a401b7f -C extra-filename=-efadbc4ce2b20ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46792025-07-01T18:38:22.143Z Compiling multimap v0.10.1
46802025-07-01T18:38:22.168Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-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="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=97c5fe1c765938e9 -C extra-filename=-dcfcaf089e3ac52c --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-0430a6889c233638.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46812025-07-01T18:38:22.521Z Compiling uzers v0.12.1
46822025-07-01T18:38:22.547Z Running `/home/build/.rustup/toolchains/1.87.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=c85172b11f520cfc -C extra-filename=-8bad8f3cc7ccfd76 --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-cefab6d96bfc6445.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46832025-07-01T18:38:22.999Z Compiling rstest v0.25.0
46842025-07-01T18:38:23.025Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-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="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=7b27a8b7a7ea9268 -C extra-filename=-b6e4b3864d84f85f --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-ae4a58d11789a9dd.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-8606ec308b91e5d4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46852025-07-01T18:38:23.298Z Compiling trybuild v1.0.105
46862025-07-01T18:38:23.323Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.105/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --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=a014aee225b780e8 -C extra-filename=-a3a9a146dfdf743a --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-38c5db4ab82d3093.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-03adac4a94e542fc.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-b1f3b5593660e7e1.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-8c17f2c565ffa54f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46872025-07-01T18:38:23.628Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46882025-07-01T18:38:23.653Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66b86fdedf0997f6 -C extra-filename=-86b981c08cb99521 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4eec3f810c66824c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
46892025-07-01T18:38:24.776Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46902025-07-01T18:38:24.801Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d549c18282ecae79 -C extra-filename=-a88415f44e4e13ae --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-a88415f44e4e13ae -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46912025-07-01T18:38:25.155Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
46922025-07-01T18:38:25.181Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/reconfigurator-exec-unsafe/build.rs --error-format=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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99df2f2bd25dd7b5 -C extra-filename=-3e0a7e1d5f27fee8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-3e0a7e1d5f27fee8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46932025-07-01T18:38:25.537Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
46942025-07-01T18:38:25.564Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cefe9deaebbef57c -C extra-filename=-0c413452e4913aa5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-0c413452e4913aa5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-9c9147f64aa06683.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
46952025-07-01T18:38:25.912Z Compiling blake2b_simd v1.0.2
46962025-07-01T18:38:25.937Z Running `/home/build/.rustup/toolchains/1.87.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=5f22bbff7dbeaadf -C extra-filename=-eb0c9af80a8bcd16 --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-e2d0e0a9688f89ca.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-4dfb2a5e270d285d.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-3478a2e01a411a89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46972025-07-01T18:38:28.711Z Compiling partial-io v0.5.4
46982025-07-01T18:38:28.736Z Running `/home/build/.rustup/toolchains/1.87.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=613750b23fe8b435 -C extra-filename=-3372c46ddd282e96 --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-90590cfc90a413fc.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b272b6c6e07d6075.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46992025-07-01T18:38:29.243Z Compiling httptest v0.16.3
47002025-07-01T18:38:29.269Z Running `/home/build/.rustup/toolchains/1.87.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=e4f96e4a7df909e4 -C extra-filename=-3496fbe10c1d0394 --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-faf115b538446cf7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-4874f00a18ba00e9.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47012025-07-01T18:38:29.827Z Compiling rand_distr v0.4.3
47022025-07-01T18:38:29.852Z Running `/home/build/.rustup/toolchains/1.87.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=db6f9f85f3303d7e -C extra-filename=-8b871cc6b0764b64 --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-b32efd26b54b6d26.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47032025-07-01T18:38:30.754Z Compiling approx v0.5.1
47042025-07-01T18:38:30.789Z Running `/home/build/.rustup/toolchains/1.87.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=a9f2346b7054dc9f -C extra-filename=-4fdd4e3927eaf215 --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-b32efd26b54b6d26.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47052025-07-01T18:38:31.053Z Compiling rust-argon2 v2.1.0
47062025-07-01T18:38:31.079Z Running `/home/build/.rustup/toolchains/1.87.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=046c5cde7c7d13a0 -C extra-filename=-76724db97869ce18 --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-6479324884e62b47.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-eb0c9af80a8bcd16.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-3478a2e01a411a89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47072025-07-01T18:38:32.577Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47082025-07-01T18:38:33.045Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=419d11dda51f4d4b -C extra-filename=-a49dbbbb79f642e7 --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-b0351b73701e7482.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47092025-07-01T18:38:33.271Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-0c413452e4913aa5/build-script-build`
47102025-07-01T18:38:33.328Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-3e0a7e1d5f27fee8/build-script-build`
47112025-07-01T18:38:33.382Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-a88415f44e4e13ae/build-script-build`
47122025-07-01T18:38:33.439Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47132025-07-01T18:38:33.465Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=11c8d608feeb9bf1 -C extra-filename=-fe55c0a690053b60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8bad8f3cc7ccfd76.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47142025-07-01T18:38:33.538Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
47152025-07-01T18:38:33.564Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2021 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3f32c610a18fb43 -C extra-filename=-0306ade0ba7b1ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-54b19de0db01be94.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47162025-07-01T18:38:34.572Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47172025-07-01T18:38:34.620Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba43e0da7c017f7b -C extra-filename=-7322c46480951923 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-99fa2c98dcf1c79c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-89fa3850877291a0.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
47182025-07-01T18:38:34.805Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
47192025-07-01T18:38:34.830Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c6ac7fb756bf4bb -C extra-filename=-0336a7b8782f5d84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-850b429449b14a5c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f0c12b8398eaaa24.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-0edb7420d5462beb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4ae0b9384132db0a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-412974de955c4396.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2d140be62dcb579e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-32b4f5f8acabaffe.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-081cc3740326b507.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89f58cd1766099ca.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-279bb32b279d519a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47202025-07-01T18:38:34.918Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
47212025-07-01T18:38:34.944Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0669220f97c3189 -C extra-filename=-c8df416b8f2c3598 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47222025-07-01T18:38:36.463Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
47232025-07-01T18:38:36.488Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a048884af5343af8 -C extra-filename=-56fab96baf2f15b4 --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-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47242025-07-01T18:38:36.817Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
47252025-07-01T18:38:36.843Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d9a6ed7a2e92fb6 -C extra-filename=-99dbb0b02a0740b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47262025-07-01T18:38:37.331Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
47272025-07-01T18:38:37.357Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=08b87a8a97bd7b12 -C extra-filename=-2ad6a4cf809e235b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47282025-07-01T18:38:37.601Z Compiling cargo_toml v0.21.0
47292025-07-01T18:38:37.626Z Running `/home/build/.rustup/toolchains/1.87.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=5c7f0cf5df22d19f -C extra-filename=-46ca977a0a137180 --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-0430a6889c233638.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47302025-07-01T18:38:38.814Z Compiling termios v0.3.3
47312025-07-01T18:38:38.840Z Running `/home/build/.rustup/toolchains/1.87.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=76dad86274fc48ba -C extra-filename=-6b2e3a51641dfa35 --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-cefab6d96bfc6445.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47322025-07-01T18:38:39.144Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47332025-07-01T18:38:39.170Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30002f9dafb4dbe7 -C extra-filename=-963fbb337748e5ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-6b2e3a51641dfa35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
47342025-07-01T18:38:39.600Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34d2a5d77cce9871 -C extra-filename=-4cbb6c5b74345d4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-99fa2c98dcf1c79c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-7322c46480951923.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-89fa3850877291a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
47352025-07-01T18:38:43.849Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
47362025-07-01T18:38:43.875Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8b2841a151bb60c -C extra-filename=-c7e21c3224200fb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-46ca977a0a137180.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-99fa2c98dcf1c79c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47372025-07-01T18:38:43.931Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=539137122bd3621e -C extra-filename=-74235d5c5aab60c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-2ad6a4cf809e235b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47382025-07-01T18:38:44.773Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
47392025-07-01T18:38:44.798Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a54e3d611a36a07 -C extra-filename=-e3277cd3e772d251 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-99dbb0b02a0740b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-89fa3850877291a0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out`
47402025-07-01T18:38:45.250Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name coordinator --edition=2021 trust-quorum/tests/coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=41d1a572956d483a -C extra-filename=-a98def301ca22cbe --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-7ba6a39e7b86ce7d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-54b19de0db01be94.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0306ade0ba7b1ec3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47412025-07-01T18:38:46.224Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1afea7db3a4812a2 -C extra-filename=-60acd2e6439cab1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-c8df416b8f2c3598.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47422025-07-01T18:38:46.266Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed5470fd6e5200dc -C extra-filename=-ab3c16116917891a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-850b429449b14a5c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f0c12b8398eaaa24.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-0edb7420d5462beb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4ae0b9384132db0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-412974de955c4396.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2d140be62dcb579e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-32b4f5f8acabaffe.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-081cc3740326b507.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-0336a7b8782f5d84.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89f58cd1766099ca.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-279bb32b279d519a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47432025-07-01T18:38:48.235Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2021 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=299b50049ee229f8 -C extra-filename=-bc6355245268c598 --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-63a0384016e95522.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47442025-07-01T18:38:48.421Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7aa3c71b65e9d439 -C extra-filename=-7e2307871a8cf06f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-62cd9911aa89bca8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-88e053c900411035.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d9938fd7365ced27.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47452025-07-01T18:38:48.624Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6079dcdb8f2e2f3b -C extra-filename=-5565b9f2702ea6ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8bad8f3cc7ccfd76.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-fe55c0a690053b60.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47462025-07-01T18:38:50.821Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fffee59e2402842 -C extra-filename=-03182fcb7b26206f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
47472025-07-01T18:38:51.281Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfb00b96772483f6 -C extra-filename=-b3134d6b095fed37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4eec3f810c66824c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-86b981c08cb99521.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47482025-07-01T18:38:51.894Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aaeb2f121e00f9f9 -C extra-filename=-ab8f0e7a6b43ad1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e284500d6999ef68.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8bfea22c66ce3792.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2d140be62dcb579e.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-128774235dc4e401.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ca10c30e0202b783.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-6f5e67b8c3297945.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-2772d6a3c638f022.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4eec3f810c66824c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a576656dc7d9875e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-279bb32b279d519a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0188d44b8737160d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47492025-07-01T18:38:53.472Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=673fcb45a165a65b -C extra-filename=-b00c008689046941 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e284500d6999ef68.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2d140be62dcb579e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ca10c30e0202b783.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a576656dc7d9875e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-279bb32b279d519a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0188d44b8737160d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47502025-07-01T18:38:53.763Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a93811095f9b6010 -C extra-filename=-555b3ce455d495c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e284500d6999ef68.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8bfea22c66ce3792.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2d140be62dcb579e.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-128774235dc4e401.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ca10c30e0202b783.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-6f5e67b8c3297945.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-2772d6a3c638f022.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4eec3f810c66824c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a576656dc7d9875e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-279bb32b279d519a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0188d44b8737160d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47512025-07-01T18:38:53.871Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=87ebba175611d2a9 -C extra-filename=-c73cf21ae738be99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4eec3f810c66824c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-86b981c08cb99521.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
47522025-07-01T18:38:54.588Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=626c36204c59c9fd -C extra-filename=-4ceda828b54a4a20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-e139f1343979802c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-76724db97869ce18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47532025-07-01T18:38:55.991Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=41cc899725b518d1 -C extra-filename=-d7b886c0a51a4ea1 --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-4fdd4e3927eaf215.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-8b871cc6b0764b64.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b6e4b3864d84f85f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-a3a9a146dfdf743a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47542025-07-01T18:38:56.257Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=669f2fe73c407ca0 -C extra-filename=-48369152e0429127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-850b429449b14a5c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e284500d6999ef68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-804701ba9819b4b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e6dcec5e4eaa49b5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-6f5e67b8c3297945.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c71d787af2b49f69.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47552025-07-01T18:38:56.360Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c00d0d8978495ee5 -C extra-filename=-66ed71f074b8deeb --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-b0351b73701e7482.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a49dbbbb79f642e7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47562025-07-01T18:38:57.367Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=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=573023d16b454873 -C extra-filename=-1ad00eb79b550a63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-850b429449b14a5c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e284500d6999ef68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-804701ba9819b4b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8f8fb355bb2a8d6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e6dcec5e4eaa49b5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-6f5e67b8c3297945.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c71d787af2b49f69.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47572025-07-01T18:38:59.044Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47582025-07-01T18:38:59.092Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=56810df67ce933ba -C extra-filename=-8e7b956f65d680de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5be13ad528ce72d8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-edf5173b195afc24.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b04fa9e18f93290.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47592025-07-01T18:39:00.280Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47602025-07-01T18:39:00.306Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60517408e8d10d43 -C extra-filename=-5ff1747ff7a43340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47612025-07-01T18:39:02.476Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47622025-07-01T18:39:02.501Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44128af76ac0462d -C extra-filename=-bb032ed2b9fe9a53 --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-90590cfc90a413fc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47632025-07-01T18:39:04.326Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12af9836b003cfef -C extra-filename=-3c1a5cec0da23864 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f05b38a1693947ae.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8f48386289f8297f.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-eaa4f07478887e8d.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-bb032ed2b9fe9a53.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47642025-07-01T18:39:07.150Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6df0d943ecf4e887 -C extra-filename=-2091f5620f0c858a --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-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47652025-07-01T18:39:08.480Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=428a13a4075ce4f5 -C extra-filename=-0b6e5bf3de24a3bd --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-edf8629ceb4f4ea2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47662025-07-01T18:39:09.177Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a311cc0c15aa257d -C extra-filename=-844357d8b6c7cc7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47672025-07-01T18:39:09.761Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7229e3548bdf968f -C extra-filename=-d8cfe5d867ed2d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-dcfcaf089e3ac52c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-22a93aa1d59a2728.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5ff1747ff7a43340.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2091f5620f0c858a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-efadbc4ce2b20ea6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out`
47682025-07-01T18:39:10.049Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=afbde5a27d5ba932 -C extra-filename=-698398500e765a75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-0edb7420d5462beb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f15ed69fe13c3766.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-edf5173b195afc24.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47692025-07-01T18:39:10.238Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8e40622acc9b7f8 -C extra-filename=-697f1fe3b4a3e0f7 --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-1d1c4d17796fbab7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47702025-07-01T18:39:12.307Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=081024c120a8f0e1 -C extra-filename=-295f153c25648a92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f05b38a1693947ae.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8f48386289f8297f.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rmeta --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-19ee068f132a70b6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b93b08f1fe4bd730.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-32b4f5f8acabaffe.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-081cc3740326b507.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b6e5bf3de24a3bd.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-eaa4f07478887e8d.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-bb032ed2b9fe9a53.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3c1a5cec0da23864.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5ff1747ff7a43340.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-844357d8b6c7cc7c.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2091f5620f0c858a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5be13ad528ce72d8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rmeta --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
47712025-07-01T18:39:13.331Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=c100c4f2e3021f15 -C extra-filename=-d37a4ab606d17dad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-22a93aa1d59a2728.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-88e053c900411035.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d9938fd7365ced27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
47722025-07-01T18:39:27.369Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2021 dev-tools/reconfigurator-exec-unsafe/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6253c395d71babea -C extra-filename=-32e0bebe872a0dd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-eaa4f07478887e8d.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3c1a5cec0da23864.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47732025-07-01T18:39:28.361Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7223bbd19dedfd3 -C extra-filename=-262b0a978b76fc51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47742025-07-01T18:39:30.392Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5effeedf5cf415d5 -C extra-filename=-8d3efa33bc340795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-56fab96baf2f15b4.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5ff1747ff7a43340.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
47752025-07-01T18:39:31.038Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=7d83e914614f1539 -C extra-filename=-f391ebf41ce60a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5be13ad528ce72d8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-edf5173b195afc24.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b04fa9e18f93290.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47762025-07-01T18:39:36.604Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2021 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f8af6b39529271c -C extra-filename=-e8fc907de8cf9222 --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-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-22a93aa1d59a2728.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47772025-07-01T18:39:44.889Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68acd8c9bb2134c5 -C extra-filename=-989adacb9e348106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47782025-07-01T18:39:48.458Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e862c20b3caa797f -C extra-filename=-69d74cc6173017d8 --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-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47792025-07-01T18:39:49.309Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4663b5e35b4c822 -C extra-filename=-29a534bc227af629 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-0edb7420d5462beb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f15ed69fe13c3766.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47802025-07-01T18:39:49.833Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c30d69e073853b89 -C extra-filename=-e5cd11c4b098343f --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-90590cfc90a413fc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47812025-07-01T18:39:52.859Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2021 nexus/db-lookup/tests/integration/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=817752a5a6f861e0 -C extra-filename=-c0be868fcb2b0acd --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-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-22a93aa1d59a2728.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47822025-07-01T18:40:05.091Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66687fce5a0de269 -C extra-filename=-34fa57491ad5fc02 --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-b0351b73701e7482.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a49dbbbb79f642e7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47832025-07-01T18:40:07.528Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd823a1c49405262 -C extra-filename=-a1f9ef7c1d590c0b --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-b0351b73701e7482.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a49dbbbb79f642e7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47842025-07-01T18:40:10.750Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=398d532e81a93e06 -C extra-filename=-869fd92060749a38 --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-b0351b73701e7482.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47852025-07-01T18:40:12.133Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5718555f3d3a3a0f -C extra-filename=-062b1fdbb4a01b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f05b38a1693947ae.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-2772d6a3c638f022.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47862025-07-01T18:40:25.434Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=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=28105c2133386c2e -C extra-filename=-a8e5be9c38dcc128 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-850b429449b14a5c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e284500d6999ef68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-804701ba9819b4b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8f8fb355bb2a8d6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e6dcec5e4eaa49b5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-6f5e67b8c3297945.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c71d787af2b49f69.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47872025-07-01T18:40:28.927Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=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=0272fd603582e6d0 -C extra-filename=-241ec898952c62b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-850b429449b14a5c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e284500d6999ef68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-804701ba9819b4b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8f8fb355bb2a8d6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e6dcec5e4eaa49b5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-6f5e67b8c3297945.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c71d787af2b49f69.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47882025-07-01T18:40:30.979Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=6e2aba2b6376ca5a -C extra-filename=-8ca20274e2ae2dc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-850b429449b14a5c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e284500d6999ef68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-804701ba9819b4b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e6dcec5e4eaa49b5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-6f5e67b8c3297945.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c71d787af2b49f69.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47892025-07-01T18:40:31.950Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--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=729b27da11981624 -C extra-filename=-4cc72cbd0fcd1999 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-850b429449b14a5c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e284500d6999ef68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-804701ba9819b4b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e6dcec5e4eaa49b5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-6f5e67b8c3297945.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c71d787af2b49f69.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
47902025-07-01T18:40:39.062Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=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=1bf9f7d7ce379140 -C extra-filename=-0ac736e6cb5326d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-850b429449b14a5c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e284500d6999ef68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-804701ba9819b4b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8f8fb355bb2a8d6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e6dcec5e4eaa49b5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-6f5e67b8c3297945.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c71d787af2b49f69.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
47912025-07-01T18:40:46.319Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a4c2daff240e69e -C extra-filename=-bd700d07e844f833 --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-4fdd4e3927eaf215.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-8b871cc6b0764b64.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b6e4b3864d84f85f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-a3a9a146dfdf743a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47922025-07-01T18:40:48.400Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=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=d81334c144260a2c -C extra-filename=-452e645724284134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-128774235dc4e401.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7460cfe692a9f535.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-3372c46ddd282e96.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
47932025-07-01T18:40:53.705Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=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=710cf93079f2a76f -C extra-filename=-6e36acdfc3e95ceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8bfea22c66ce3792.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-128774235dc4e401.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7460cfe692a9f535.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-3372c46ddd282e96.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64`
47942025-07-01T18:40:53.979Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc2a2ceaf32f4f21 -C extra-filename=-fa12ca30e4e4c115 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-cea6d5550762a4a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
47952025-07-01T18:40:56.156Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79a34dc42892d093 -C extra-filename=-4471a0103d23ca1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-cea6d5550762a4a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
47962025-07-01T18:40:57.352Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a3742d08f36f084 -C extra-filename=-cd72163d270c70fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-cea6d5550762a4a1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
47972025-07-01T18:41:00.914Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d936a452b9406829 -C extra-filename=-a4d4c15faffd864a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8bad8f3cc7ccfd76.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
47982025-07-01T18:41:02.298Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2021 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=60011e55faa1965a -C extra-filename=-8387de9d697d41a1 --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-7ba6a39e7b86ce7d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-54b19de0db01be94.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
47992025-07-01T18:41:03.091Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=246dd52e6a10313d -C extra-filename=-7f80743367b477ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89f58cd1766099ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b04fa9e18f93290.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48002025-07-01T18:41:05.057Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d412f43d4a3e6e91 -C extra-filename=-7512092e1c96b46b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89f58cd1766099ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48012025-07-01T18:41:12.866Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55009180560c3dae -C extra-filename=-f09b24f5bd4b5fc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89f58cd1766099ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b04fa9e18f93290.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48022025-07-01T18:41:15.659Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44cc27626ada8bea -C extra-filename=-0867de37b6e66a4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89f58cd1766099ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b04fa9e18f93290.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48032025-07-01T18:41:18.381Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7db032efc581b79b -C extra-filename=-215411d897dcfec4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e284500d6999ef68.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8bfea22c66ce3792.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2d140be62dcb579e.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-128774235dc4e401.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ca10c30e0202b783.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-6f5e67b8c3297945.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-2772d6a3c638f022.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4eec3f810c66824c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-279bb32b279d519a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0188d44b8737160d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48042025-07-01T18:41:19.080Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=363b0c0d3561e80a -C extra-filename=-466ac6d74e4ca598 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-72507ff1244984e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48052025-07-01T18:41:20.479Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb6cf8f9eca3d37b -C extra-filename=-c621386e2936bdf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-72507ff1244984e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48062025-07-01T18:41:21.464Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ab32317a8e36554 -C extra-filename=-642d5f381ad0251f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48072025-07-01T18:41:27.277Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2021 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=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=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26f747c60fc0653b -C extra-filename=-fce711d0b4581ae0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f3be3ea25978b73a.rlib --cfg tokio_unstable -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/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
48082025-07-01T18:41:33.256Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1aaa57af1ab1737 -C extra-filename=-cf79eb2aff74fe88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec767dee9535a4a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4eec3f810c66824c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0188d44b8737160d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
48092025-07-01T18:41:35.486Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=291ada75877b44ac -C extra-filename=-7c85d0f379d3e1d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec767dee9535a4a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4eec3f810c66824c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0188d44b8737160d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
48102025-07-01T18:41:37.210Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92272f98297d4dbb -C extra-filename=-f0b28b26957e0db9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec767dee9535a4a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0188d44b8737160d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
48112025-07-01T18:41:37.922Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2021 dev-tools/reconfigurator-cli/tests/test-scripts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb32c9a32fb63fed -C extra-filename=-c7b2e0d959affe20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a7a56f126a0670c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8f8fb355bb2a8d6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-772fe62548581983.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f3be3ea25978b73a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64`
48122025-07-01T18:41:42.122Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a053594fb5d34c54 -C extra-filename=-4ed3b7d1c83ef8aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a7a56f126a0670c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8f8fb355bb2a8d6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-772fe62548581983.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f3be3ea25978b73a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64`
48132025-07-01T18:41:44.498Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd69e98ae1a1dce8 -C extra-filename=-1436d5493c0a5de2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a7a56f126a0670c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8f8fb355bb2a8d6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-772fe62548581983.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64`
48142025-07-01T18:41:44.838Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b962b10a15bcdcb7 -C extra-filename=-403871e497cd7721 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-99fa2c98dcf1c79c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-89fa3850877291a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
48152025-07-01T18:41:49.250Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52549759708b1a86 -C extra-filename=-af0a25355dd27060 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4eec3f810c66824c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0188d44b8737160d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
48162025-07-01T18:41:49.817Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=243e3c1cc652b2aa -C extra-filename=-e259742ab3f664e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4eec3f810c66824c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64`
48172025-07-01T18:41:54.170Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f765aae0e400ef0a -C extra-filename=-11e5e47796440ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8f8fb355bb2a8d6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-772fe62548581983.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f3be3ea25978b73a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
48182025-07-01T18:41:54.953Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ead31a204b213e86 -C extra-filename=-695d596caf898a2a --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-e23e4631c229f356.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48192025-07-01T18:41:55.583Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3ec6d62489adfff -C extra-filename=-5e4c2a2ffc7f7ff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f0c12b8398eaaa24.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f916f6be7fe4d652.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0f235fc5dd49a075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3daa127ae2bdbd55.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48202025-07-01T18:41:55.927Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81e2a828e676fd22 -C extra-filename=-e9265e65ddd8da08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f0c12b8398eaaa24.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f916f6be7fe4d652.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0f235fc5dd49a075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3daa127ae2bdbd55.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48212025-07-01T18:41:58.152Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2b798530a41d00c -C extra-filename=-f7044efa2aaaa799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f0c12b8398eaaa24.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f916f6be7fe4d652.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0f235fc5dd49a075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3daa127ae2bdbd55.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48222025-07-01T18:41:58.413Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68c916ee05addba3 -C extra-filename=-4d086ef7d0b344fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f0c12b8398eaaa24.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f916f6be7fe4d652.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3daa127ae2bdbd55.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48232025-07-01T18:41:59.833Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
48242025-07-01T18:41:59.916Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e7e20674e90c13a -C extra-filename=-0781bc48d1e777be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f916f6be7fe4d652.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3daa127ae2bdbd55.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48252025-07-01T18:42:02.169Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42d093a9d72b3b1e -C extra-filename=-0bbba1c1b5144fc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f0c12b8398eaaa24.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f916f6be7fe4d652.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0f235fc5dd49a075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3daa127ae2bdbd55.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48262025-07-01T18:42:04.629Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0c841f32729727c -C extra-filename=-2295a5e693607832 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f0c12b8398eaaa24.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0f235fc5dd49a075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48272025-07-01T18:42:06.097Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4afb907ba80c56b2 -C extra-filename=-bdb2f07baa0d6f11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f0c12b8398eaaa24.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0f235fc5dd49a075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48282025-07-01T18:42:13.617Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36bb0ab33286c2f0 -C extra-filename=-829c51747185e01a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f0c12b8398eaaa24.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0f235fc5dd49a075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48292025-07-01T18:42:13.656Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dc82ecf271cc8c9a -C extra-filename=-b23da31e919fa0e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-850b429449b14a5c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f0c12b8398eaaa24.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-0edb7420d5462beb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4ae0b9384132db0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-412974de955c4396.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2d140be62dcb579e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-32b4f5f8acabaffe.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-081cc3740326b507.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89f58cd1766099ca.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-279bb32b279d519a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48302025-07-01T18:42:14.038Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=2a673cdaf454cfb2 -C extra-filename=-ffe5723689822ee7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3daa127ae2bdbd55.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48312025-07-01T18:42:16.162Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=23c187c624374bb2 -C extra-filename=-413a0d657c0e38d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3daa127ae2bdbd55.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48322025-07-01T18:42:17.171Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=78f370e6bc38bc25 -C extra-filename=-1da9102f794453d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3daa127ae2bdbd55.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48332025-07-01T18:42:23.468Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48342025-07-01T18:42:23.494Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2021 dev-tools/reconfigurator-sp-updater/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1db053384a0e3d91 -C extra-filename=-21bf9afc0f6f7f81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-eaa4f07478887e8d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48352025-07-01T18:42:24.180Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0b6425109b2e4cf -C extra-filename=-4a023176f7a3bb84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89f58cd1766099ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b04fa9e18f93290.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48362025-07-01T18:42:26.566Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45e112762e8ecb36 -C extra-filename=-c92c4af3fb2dfd14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89f58cd1766099ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b04fa9e18f93290.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48372025-07-01T18:42:29.598Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fb72890c838c485 -C extra-filename=-987e94993da22e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48382025-07-01T18:42:30.772Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=126f06e1a893b8fb -C extra-filename=-b137cf784831296e --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-909d594e5e47b357.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64`
48392025-07-01T18:42:38.631Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b649a5ad823d3d8f -C extra-filename=-1f8a96e746c01bc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-edc7d2bb26d9dce2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-ba5aee3d0c00d402.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
48402025-07-01T18:42:41.137Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sp_updater --edition=2021 nexus/mgs-updates/tests/sp_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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b807706c3e374934 -C extra-filename=-4bfc54b1c3938b0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-eaa4f07478887e8d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48412025-07-01T18:42:44.756Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d46e4314a9a25282 -C extra-filename=-e770c5524518b868 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-412974de955c4396.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7460cfe692a9f535.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48422025-07-01T18:42:52.373Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2021 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f01fe23a5f80e1e -C extra-filename=-f3af432e1c9eaf7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48432025-07-01T18:42:54.916Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_updater --edition=2021 nexus/mgs-updates/tests/host_phase1_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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c28b1f12c01f1b1 -C extra-filename=-9494a1557e35e338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-eaa4f07478887e8d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48442025-07-01T18:42:55.303Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3f06b3a9c1c9bca -C extra-filename=-5b0505a169c232ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-412974de955c4396.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7460cfe692a9f535.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-abad5f94e3f7acba.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48452025-07-01T18:43:04.496Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name rot_updater --edition=2021 nexus/mgs-updates/tests/rot_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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f7e4ccca7edeb24 -C extra-filename=-50a356e65b635a71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-eaa4f07478887e8d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48462025-07-01T18:43:06.044Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b288d85210fc5c9b -C extra-filename=-e37b97fefc269602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-412974de955c4396.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7460cfe692a9f535.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-abad5f94e3f7acba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48472025-07-01T18:43:09.488Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f32179831050c89 -C extra-filename=-c99bf348821d85dc --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-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-abad5f94e3f7acba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48482025-07-01T18:43:10.409Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2b69fa8d84ffa51 -C extra-filename=-fa3d528ed87c6019 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-412974de955c4396.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7460cfe692a9f535.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-abad5f94e3f7acba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48492025-07-01T18:43:12.433Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
48502025-07-01T18:43:12.458Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=272c3fbdee1d89af -C extra-filename=-528cb4ca5b83699b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-abad5f94e3f7acba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48512025-07-01T18:43:15.465Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94a5aa700b60f78a -C extra-filename=-1c279252101a70c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8f8fb355bb2a8d6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/usr/lib/amd64`
48522025-07-01T18:43:18.591Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4900ea2e16d7cd28 -C extra-filename=-db05d8609a054e4a --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-e284500d6999ef68.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48532025-07-01T18:43:21.356Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a6ecd7165c1f139 -C extra-filename=-3302a354499a0b45 --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-edf8629ceb4f4ea2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48542025-07-01T18:43:23.222Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d31ee6530d13dfde -C extra-filename=-c1fd006fff696341 --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-f15ed69fe13c3766.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48552025-07-01T18:43:25.274Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48562025-07-01T18:43:25.300Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2021 dev-tools/repo-depot-standalone/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd59de47345c4b4e -C extra-filename=-a843aa6a65df168a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48572025-07-01T18:43:25.881Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=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=a9bd7aeafde19dc1 -C extra-filename=-913624ddfe8d7dc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-850b429449b14a5c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e284500d6999ef68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-804701ba9819b4b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8f8fb355bb2a8d6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e6dcec5e4eaa49b5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-6f5e67b8c3297945.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c71d787af2b49f69.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
48582025-07-01T18:43:27.431Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c384613792e63335 -C extra-filename=-5c60d4b0136bf4a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48592025-07-01T18:43:31.526Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images --edition=2021 sled-agent/zone-images/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d94904df26efae86 -C extra-filename=-19432e673b89c712 --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-4f270b9dc7dca48d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b39b30c89250fb37.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-2772d6a3c638f022.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
48602025-07-01T18:43:32.176Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca361d4d29cb25f2 -C extra-filename=-f049f1b7f92158f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48612025-07-01T18:43:33.354Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=a69edf989ed09597 -C extra-filename=-7a37431f988bb22a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48622025-07-01T18:43:42.618Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ecb29ea040e6bb38 -C extra-filename=-e38f515599b4e4f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48632025-07-01T18:43:49.508Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e263136f0d18e692 -C extra-filename=-c0e83d49a86f4d68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48642025-07-01T18:43:54.592Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=083ebfefa1928c35 -C extra-filename=-314dd257eeb6c3e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48652025-07-01T18:43:54.675Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c7629f751d7ba3e -C extra-filename=-08d20e6ad53ce6ff --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-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48662025-07-01T18:43:59.307Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=effd7d16af7387ae -C extra-filename=-fcc2136f5b09116a --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-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48672025-07-01T18:43:59.692Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b00cdebd53579e2 -C extra-filename=-9e1216aec8910da1 --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-0995b155a32ebe73.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
48682025-07-01T18:44:02.092Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a5a724c57799560 -C extra-filename=-62005142c76aad6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b93b08f1fe4bd730.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ca10c30e0202b783.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48692025-07-01T18:44:02.618Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2021 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=0f1d49294567fd29 -C extra-filename=-41b992b9ab586232 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-804701ba9819b4b0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-80ba71216b06884a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
48702025-07-01T18:44:05.020Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c065bc31a6a72e5 -C extra-filename=-d327ebbb502c723e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48712025-07-01T18:44:09.230Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5e1680b98baece9 -C extra-filename=-f6a023c4999ab35a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4ae0b9384132db0a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48722025-07-01T18:44:11.101Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2021 dns-server/tests/cross_version_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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cbb1a03c66115a04 -C extra-filename=-ff651d268b49713c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4ae0b9384132db0a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48732025-07-01T18:44:11.666Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0fe9ce8bdb83b94 -C extra-filename=-2ec16522f602f5cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4ae0b9384132db0a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48742025-07-01T18:44:32.288Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=efa1ee96127d53cf -C extra-filename=-54b87dd0f511d7b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4ae0b9384132db0a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48752025-07-01T18:44:33.840Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8bb4fefc51f072a -C extra-filename=-415b8e5cd3d085c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4ae0b9384132db0a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48762025-07-01T18:44:35.505Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98090eeca734048b -C extra-filename=-4e8b33455765e362 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4ae0b9384132db0a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48772025-07-01T18:44:36.427Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e4952655259e601c -C extra-filename=-03557b2603c89c8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4ae0b9384132db0a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48782025-07-01T18:44:37.191Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94fc37233f793565 -C extra-filename=-eb2e31857b7b0427 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4ae0b9384132db0a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48792025-07-01T18:45:13.097Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=521fdb740b34f80f -C extra-filename=-44c795e9f9ac2c96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4ae0b9384132db0a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48802025-07-01T18:45:20.033Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcaefe25b12a0d7f -C extra-filename=-9437ea77156f8931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-afbb5a030ded3cae.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5f71e5b6b3a7c292.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-374cd4b713341571.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48812025-07-01T18:45:35.590Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5790b29b102fe4f5 -C extra-filename=-0a80deda97087ee3 --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-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c71d787af2b49f69.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48822025-07-01T18:45:35.663Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7d8aa6116dba03b -C extra-filename=-76c4322d6831d591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4ae0b9384132db0a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
48832025-07-01T18:45:37.357Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f64f477a5cabaab4 -C extra-filename=-5f31211539a9412f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
48842025-07-01T18:45:39.531Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_zone_images_examples --edition=2021 sled-agent/zone-images-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a2097627079d6e7 -C extra-filename=-16fee60dc541638d --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-4f270b9dc7dca48d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b39b30c89250fb37.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
48852025-07-01T18:45:42.003Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3fd24172c9446039 -C extra-filename=-977a0bf94d7153de --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-73c7b4f1239acfe8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48862025-07-01T18:45:51.737Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26b2b112624f1e27 -C extra-filename=-940871ad10e473eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48872025-07-01T18:45:53.538Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=53e8a8eb8939c21a -C extra-filename=-9a962fb869f2c10e --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-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f577c68bd5feaa96.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48882025-07-01T18:45:55.550Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6acada8ec29e9614 -C extra-filename=-488a4163a46127a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-15c63fc82290b9a9.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-9ef930d0bf730a0d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48892025-07-01T18:46:00.255Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40053827e2c7ce93 -C extra-filename=-b2184cb3e0c91c0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48902025-07-01T18:46:00.584Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a86fac8ac24aa3f0 -C extra-filename=-25733bcc40cbe5bd --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-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48912025-07-01T18:46:05.583Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=499690d87eff6588 -C extra-filename=-e327177593246994 --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-7ba6a39e7b86ce7d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3e2c566235cdb9ba.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48922025-07-01T18:46:08.873Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29461b9ff342ab35 -C extra-filename=-018f1254eb08f16a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48932025-07-01T18:46:09.388Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=9eca2f76775ca034 -C extra-filename=-bc4a2589b177ab6b --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-7ba6a39e7b86ce7d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3e2c566235cdb9ba.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
48942025-07-01T18:46:11.608Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=80baa06b22e81e7d -C extra-filename=-23557eed099c865d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-804701ba9819b4b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-80ba71216b06884a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
48952025-07-01T18:46:14.577Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9776062fbb203eb5 -C extra-filename=-cccb6b60796be881 --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-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-4ca4e3d871915a40.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-198ad74c2a94445d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48962025-07-01T18:46:16.520Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
48972025-07-01T18:46:16.556Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7dd8b3b0a1f4d5b3 -C extra-filename=-be251f6229b1b61d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48982025-07-01T18:46:17.781Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c710cf6f2a31d4d4 -C extra-filename=-26b13ead71f97c2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-15c63fc82290b9a9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
48992025-07-01T18:46:19.151Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cca515679c22970d -C extra-filename=-a83c1f618248bf0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
49002025-07-01T18:46:19.988Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=c6c94baaafcaa1ca -C extra-filename=-cf56a6542ff429ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5c766a6d348e1049.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49012025-07-01T18:46:22.254Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f1f7c6af2bc702c -C extra-filename=-258e8c3bb9df09b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-2b58a22a9b16359f.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-0aec142281e1a83a.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-cb57b30596f14652.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49022025-07-01T18:46:31.269Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=2db8928b2030fa26 -C extra-filename=-4270cc894b055488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5c766a6d348e1049.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49032025-07-01T18:46:33.641Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=f069765769da38ea -C extra-filename=-f94fdbfe335fc3bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-ebf7f590bdbdf21b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-36b486c1e8b10b05.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-7175f51c0ffc9994.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
49042025-07-01T18:46:34.497Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49052025-07-01T18:46:34.497Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c488cb5bd72d25b -C extra-filename=-0972623d95de49e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49062025-07-01T18:46:35.200Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=7a2e0f6a8cf3dff7 -C extra-filename=-db5dbeaa0163a934 --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-7ba6a39e7b86ce7d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3e2c566235cdb9ba.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49072025-07-01T18:46:36.147Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49082025-07-01T18:46:36.172Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b11887efbbe2e5a -C extra-filename=-c61da7cf76c2908b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49092025-07-01T18:46:36.735Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=b850c8f59493d3fc -C extra-filename=-8616816ae51c1075 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-99a21674f504239c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7bff3febc5f6c73e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e6dcec5e4eaa49b5.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d66c5a749e2f6100.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-dc763c9e4cf3753b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
49102025-07-01T18:46:37.803Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be20c556958b9ab4 -C extra-filename=-94f1a4f22016b3dc --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-cefab6d96bfc6445.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49112025-07-01T18:46:39.845Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=983bef9ed312ce0e -C extra-filename=-8b370f04f805bac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49122025-07-01T18:46:42.763Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f2ed5c7bff08e64 -C extra-filename=-b9dec5cea7d6100a --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-7b855985f2fc6e77.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-f9d6d1e055588901.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L native=/usr/lib/amd64`
49132025-07-01T18:46:47.317Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50daa2b8e84cc4fa -C extra-filename=-c3d19bc4715f9834 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49142025-07-01T18:46:50.174Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7639d24ecdffc26e -C extra-filename=-27dc3fac5ef79b17 --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-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49152025-07-01T18:46:50.314Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=036ef6d0472ad503 -C extra-filename=-3fedcb19bafb7d2a --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-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49162025-07-01T18:46:54.509Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=147bf67d3020df27 -C extra-filename=-412e1c4be612c921 --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-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49172025-07-01T18:46:56.820Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a20a91ba970b75f -C extra-filename=-dc2bb1c4950fc129 --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-28ccc84f0171ab90.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49182025-07-01T18:46:59.039Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a8a0ee531dcaa4e -C extra-filename=-09d9fcb9dbbf3b68 --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-4f270b9dc7dca48d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49192025-07-01T18:46:59.106Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49caab632f07eb4f -C extra-filename=-de73db43e1cb7b25 --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-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49202025-07-01T18:46:59.389Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88746aff7f066da2 -C extra-filename=-7ec482e873fe30c4 --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-edf8629ceb4f4ea2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49212025-07-01T18:47:00.211Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd146706f2ed26e1 -C extra-filename=-c23145cc1f8de3b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49222025-07-01T18:47:01.730Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c92a07c425c24ae7 -C extra-filename=-d4efd8e1bd60d323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49232025-07-01T18:47:02.190Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7138af6b72765283 -C extra-filename=-437883291cc3d6f2 --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-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
49242025-07-01T18:47:02.635Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98303c22cd1d89d8 -C extra-filename=-147ebad5df49c072 --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-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/`
49252025-07-01T18:47:03.360Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c01577ef3e1b93c -C extra-filename=-1183765f3e8c5a8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-afbb5a030ded3cae.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5f71e5b6b3a7c292.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-374cd4b713341571.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49262025-07-01T18:47:05.815Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf951ffb13ca975f -C extra-filename=-01453314616d2c2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49272025-07-01T18:47:09.564Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04c59eeb2d48a9a3 -C extra-filename=-1e01d7d4a2dd931a --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-b5b2d67cfbe6def1.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49282025-07-01T18:47:10.473Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb76477746aa7db4 -C extra-filename=-a7cd0306316da8cf --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-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49292025-07-01T18:47:12.226Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f6028c59bef5ab4 -C extra-filename=-97d404e2f90a7a8b --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-b37d5fc59f91a317.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49302025-07-01T18:47:12.402Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70529552ca0d1525 -C extra-filename=-d00a8bf4f37a9b52 --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-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49312025-07-01T18:47:15.636Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=28bc1f22c3acbfe3 -C extra-filename=-23a9416aba45a443 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5c766a6d348e1049.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/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-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49322025-07-01T18:47:16.122Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8dbd1824cea20a6a -C extra-filename=-dba2a157856e9ac5 --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-72f56b93b42caad5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7460cfe692a9f535.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49332025-07-01T18:47:17.397Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0708299de0dd73c5 -C extra-filename=-fda4fef53d7a3f14 --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-9a1e7e99ca25fd00.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c2e26a7fc12c5175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49342025-07-01T18:47:17.492Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6bffeef5ca4c26a -C extra-filename=-0849445a30fd16e3 --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-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49352025-07-01T18:47:19.515Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cdef8cf213c41635 -C extra-filename=-93cc6c6a84d187c8 --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-0995b155a32ebe73.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49362025-07-01T18:47:20.343Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29350ed070b1bc0d -C extra-filename=-862d529bd4e97d1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49372025-07-01T18:47:20.421Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4969031ed6555ab3 -C extra-filename=-6efc84e70c3c9de9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49382025-07-01T18:47:21.993Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c8a0c95bc399a23 -C extra-filename=-7d866b5bbaf6570f --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-6cdb18cfaf521a4b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49392025-07-01T18:47:22.499Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=314492216a11c8aa -C extra-filename=-d458127987128110 --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-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49402025-07-01T18:47:24.856Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36bf8fad02e3ea2f -C extra-filename=-d78c9b6003be56ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49412025-07-01T18:47:27.178Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62efa95c3f50f666 -C extra-filename=-6f0f94f917093b2c --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-edf8629ceb4f4ea2.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49422025-07-01T18:47:30.544Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
49432025-07-01T18:47:30.570Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2021 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ace05789454a4253 -C extra-filename=-2529fc1946c8bf49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49442025-07-01T18:47:30.880Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ae7eeee10db48be -C extra-filename=-4e8c243f6f33ca10 --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-9a2534c0b5700f30.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49452025-07-01T18:47:33.279Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fce6662cd971829 -C extra-filename=-b853d0f72a351a7c --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-9a2534c0b5700f30.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49462025-07-01T18:47:33.695Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffc87d1b191cea3d -C extra-filename=-4ad46fc4f8b30505 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ab065754353384b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-996d59c4e5a5e5b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49472025-07-01T18:47:33.803Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=536aabdd4bfe8e66 -C extra-filename=-6826321f94abcd02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5214dd74a1ef2464.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-010866bfd49291f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49482025-07-01T18:47:33.969Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2021 trust-quorum/gfss/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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=c31bacbb83e7932f -C extra-filename=-b911e7abede3f3df --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-3e9ff315175280c8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand09=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49492025-07-01T18:47:35.955Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2021 nexus/db-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd501cd0d0bb7fb8 -C extra-filename=-d2f47c9df750053a --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-63a0384016e95522.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --cfg tokio_unstable -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/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49502025-07-01T18:47:37.573Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7835610c1ef698f -C extra-filename=-05f36a611fa39598 --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-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49512025-07-01T18:47:37.971Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=276fc520a58a21dd -C extra-filename=-cdc3a4e580a5ade5 --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-863717e309b7a9bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-87f476b0f04bc669.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49522025-07-01T18:47:38.641Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=159d83b05e69c3d0 -C extra-filename=-1eaa3a5956c610c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49532025-07-01T18:47:39.472Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ab52a533b086ab9 -C extra-filename=-0a5da4816c35dfae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49542025-07-01T18:47:40.305Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=848b265ed298da23 -C extra-filename=-f84123795e937039 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ab065754353384b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-996d59c4e5a5e5b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49552025-07-01T18:47:41.865Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8f0c640f60c48209 -C extra-filename=-66249293e724ff3d --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49562025-07-01T18:47:42.520Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2021 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3c358071cc9c401 -C extra-filename=-45f665dc38c82920 --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-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49572025-07-01T18:47:42.568Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b093b3b03c08b64b -C extra-filename=-1d84f066aa191b69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49582025-07-01T18:47:42.985Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46813726512933cf -C extra-filename=-6afa1ed653e49c15 --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49592025-07-01T18:47:43.060Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name id_map --edition=2021 id-map/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88720f10039fe2c4 -C extra-filename=-86215efe258d950e --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-72f56b93b42caad5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49602025-07-01T18:47:43.228Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfb20101c0fadcc0 -C extra-filename=-15ec0f9f0e0dc37d --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-ee2129fa6db1368d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49612025-07-01T18:47:43.818Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2021 dev-tools/repl-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a137ce0c219e392 -C extra-filename=-3d6963e712d8cd82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49622025-07-01T18:47:44.340Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2117727afbf88a8d -C extra-filename=-5a70986e8851ef8c --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-edf8629ceb4f4ea2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49632025-07-01T18:47:44.533Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6992e34f0dfeafb8 -C extra-filename=-d4ba9f5b435f9a4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49642025-07-01T18:47:46.121Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a151a9a876f88a8b -C extra-filename=-98b46a686cbb482a --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-d329a378030b478a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49652025-07-01T18:47:46.537Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=982d09f9b64173e0 -C extra-filename=-11cfe34ad386ce98 --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-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49662025-07-01T18:47:46.892Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd71d92bcf7e7c92 -C extra-filename=-90a23a06e874e6d9 --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-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49672025-07-01T18:47:47.376Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2021 nexus/background-task-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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81f42f02e287f704 -C extra-filename=-2d3ab9bb30dd93bc --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-d329a378030b478a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49682025-07-01T18:47:47.689Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=644ad5b09b885bc7 -C extra-filename=-7a73da6e545a7561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49692025-07-01T18:47:48.011Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a3d5e6c10f9c907 -C extra-filename=-f17f0a711614bcbe --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-f9054557649cbb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49702025-07-01T18:47:49.015Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7ee1d543edf76e32 -C extra-filename=-5aa0939736532277 --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-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49712025-07-01T18:47:49.478Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcfe6026a48b884e -C extra-filename=-7b6d9c22bef9de3f --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-f9054557649cbb01.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49722025-07-01T18:47:49.941Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d55583119ec69a90 -C extra-filename=-dc76c69a10f419de --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-ce41b31d84d6e3a9.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-212bd90c4b2dd6c2.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-51d372fa91d20d85.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-78e38759e3b6da1b.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b3c8cd159185181c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5635dba39bf9bf7b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ef421c864b54ec9e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ea40d9ab8b9757a5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2ecaa8b38dcf8faa.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-72fa9a7c58f40979.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd0dad88f56f0ea8.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f1db6b1fa8fda49d.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb1901253e0db9df.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-b6be0333af93ab88.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47774841ed96ca61.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-e68eb56a87261b4f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff6ed72e3b7d50b0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out`
49732025-07-01T18:47:50.351Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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=9c195176b462eb7a -C extra-filename=-895c6359a1d6d994 --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-72f56b93b42caad5.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49742025-07-01T18:47:50.448Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2021 dev-tools/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fad96c84311e1cc6 -C extra-filename=-a1adada078d2918d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49752025-07-01T18:49:06.870Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2021 nexus/reconfigurator/cli-integration-tests/tests/integration/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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d0ed69e762481f5 -C extra-filename=-ced5fda55b4dd2c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5ff1747ff7a43340.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-295f153c25648a92.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f3be3ea25978b73a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -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/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
49762025-07-01T18:49:06.919Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db4c24e0afc966cf -C extra-filename=-accf8957e746a9e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-dcfcaf089e3ac52c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-22a93aa1d59a2728.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5ff1747ff7a43340.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2091f5620f0c858a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-295f153c25648a92.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-efadbc4ce2b20ea6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
49772025-07-01T18:49:06.919Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e208037115ed9d28 -C extra-filename=-906e4f9d4b784dcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5be13ad528ce72d8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-72507ff1244984e5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-295f153c25648a92.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
49782025-07-01T18:49:06.947Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcfe80351e7322cf -C extra-filename=-fa32929f286ab6af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f05b38a1693947ae.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8f48386289f8297f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-eaa4f07478887e8d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-bb032ed2b9fe9a53.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5ff1747ff7a43340.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-295f153c25648a92.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
49792025-07-01T18:49:06.948Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2021 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98975ddd250c6ddd -C extra-filename=-252705e77211ba73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5ff1747ff7a43340.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-295f153c25648a92.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f3be3ea25978b73a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --cfg tokio_unstable -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/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
49802025-07-01T18:49:06.948Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6fe138162862d51 -C extra-filename=-3b8dadd045956b83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-9971a79910adfacb.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-dcfcaf089e3ac52c.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-22a93aa1d59a2728.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5ff1747ff7a43340.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2091f5620f0c858a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-295f153c25648a92.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-efadbc4ce2b20ea6.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --cfg tokio_unstable -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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
49812025-07-01T18:49:06.975Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a42be535d6d7942 -C extra-filename=-e309218026a801f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5be13ad528ce72d8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-72507ff1244984e5.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-295f153c25648a92.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
49822025-07-01T18:49:07.000Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba09ddbeb1c0d1f7 -C extra-filename=-f02c30e05c5713ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5be13ad528ce72d8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-295f153c25648a92.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
49832025-07-01T18:56:23.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24m 23s
49842025-07-01T18:56:35.076Z
49852025-07-01T18:56:35.104Zreal 24:34.407586216
49862025-07-01T18:56:35.104Zuser 1:54:46.891062069
49872025-07-01T18:56:35.104Zsys 22:36.479378945
49882025-07-01T18:56:35.104Ztrap 12.858272646
49892025-07-01T18:56:35.104Ztflt 3.470032508
49902025-07-01T18:56:35.104Zdflt 9:03.227825227
49912025-07-01T18:56:35.104Zkflt 0.355603898
49922025-07-01T18:56:35.104Zlock 4:26:55.344180693
49932025-07-01T18:56:35.104Zslp 11:37:06.767755841
49942025-07-01T18:56:35.104Zlat 12:20.707391746
49952025-07-01T18:56:35.104Zstop 13:54.001414515
49962025-07-01T18:56:36.086Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
49972025-07-01T18:56:40.958Z Fresh unicode-ident v1.0.18
49982025-07-01T18:56:41.035Z Fresh cfg-if v1.0.1
49992025-07-01T18:56:41.035Z Fresh autocfg v1.4.0
50002025-07-01T18:56:41.035Z Fresh memchr v2.7.4
50012025-07-01T18:56:41.035Z Fresh value-bag v1.9.0
50022025-07-01T18:56:41.035Z Fresh proc-macro2 v1.0.95
50032025-07-01T18:56:41.035Z Fresh log v0.4.27
50042025-07-01T18:56:41.035Z Fresh smallvec v1.15.0
50052025-07-01T18:56:41.035Z Fresh version_check v0.9.5
50062025-07-01T18:56:41.035Z Fresh itoa v1.0.11
50072025-07-01T18:56:41.035Z Fresh quote v1.0.40
50082025-07-01T18:56:41.035Z Fresh libc v0.2.174
50092025-07-01T18:56:41.035Z Fresh scopeguard v1.2.0
50102025-07-01T18:56:41.035Z Fresh stable_deref_trait v1.2.0
50112025-07-01T18:56:41.036Z Fresh syn v2.0.104
50122025-07-01T18:56:41.036Z Fresh getrandom v0.2.15
50132025-07-01T18:56:41.036Z Fresh lock_api v0.4.12
50142025-07-01T18:56:41.036Z Fresh ryu v1.0.18
50152025-07-01T18:56:41.036Z Fresh critical-section v1.1.3
50162025-07-01T18:56:41.036Z Fresh serde_derive v1.0.219
50172025-07-01T18:56:41.036Z Fresh zeroize_derive v1.4.2
50182025-07-01T18:56:41.036Z Fresh portable-atomic v1.11.0
50192025-07-01T18:56:41.036Z Fresh libm v0.2.8
50202025-07-01T18:56:41.036Z Fresh synstructure v0.13.1
50212025-07-01T18:56:41.036Z Fresh rand_core v0.6.4
50222025-07-01T18:56:41.036Z Fresh zerovec-derive v0.10.3
50232025-07-01T18:56:41.036Z Fresh displaydoc v0.2.5
50242025-07-01T18:56:41.036Z Fresh serde v1.0.219
50252025-07-01T18:56:41.036Z Fresh zeroize v1.8.1
50262025-07-01T18:56:41.036Z Fresh num-traits v0.2.19
50272025-07-01T18:56:41.036Z Fresh once_cell v1.21.3
50282025-07-01T18:56:41.036Z Fresh zerofrom-derive v0.1.4
50292025-07-01T18:56:41.036Z Fresh yoke-derive v0.7.4
50302025-07-01T18:56:41.036Z Fresh pin-project-lite v0.2.14
50312025-07-01T18:56:41.036Z Fresh bytes v1.10.1
50322025-07-01T18:56:41.036Z Fresh bitflags v2.9.0
50332025-07-01T18:56:41.036Z Fresh zerofrom v0.1.4
50342025-07-01T18:56:41.036Z Fresh litemap v0.7.3
50352025-07-01T18:56:41.036Z Fresh percent-encoding v2.3.1
50362025-07-01T18:56:41.036Z Fresh writeable v0.5.5
50372025-07-01T18:56:41.036Z Fresh icu_provider_macros v1.5.0
50382025-07-01T18:56:41.036Z Fresh yoke v0.7.4
50392025-07-01T18:56:41.037Z Fresh serde_json v1.0.140
50402025-07-01T18:56:41.037Z Fresh shlex v1.3.0
50412025-07-01T18:56:41.037Z Fresh icu_locid_transform_data v1.5.0
50422025-07-01T18:56:41.037Z Fresh byteorder v1.5.0
50432025-07-01T18:56:41.037Z Fresh icu_properties_data v1.5.0
50442025-07-01T18:56:41.037Z Fresh jobserver v0.1.32
50452025-07-01T18:56:41.037Z Fresh zerovec v0.10.4
50462025-07-01T18:56:41.037Z Fresh write16 v1.0.0
50472025-07-01T18:56:41.037Z Fresh utf8_iter v1.0.4
50482025-07-01T18:56:41.037Z Fresh utf16_iter v1.0.5
50492025-07-01T18:56:41.037Z Fresh icu_normalizer_data v1.5.0
50502025-07-01T18:56:41.037Z Fresh regex-syntax v0.8.5
50512025-07-01T18:56:41.037Z Fresh tinystr v0.7.6
50522025-07-01T18:56:41.037Z Fresh icu_collections v1.5.0
50532025-07-01T18:56:41.037Z Fresh parking_lot_core v0.9.10
50542025-07-01T18:56:41.037Z Fresh cc v1.2.15
50552025-07-01T18:56:41.037Z Fresh form_urlencoded v1.2.1
50562025-07-01T18:56:41.037Z Fresh foldhash v0.1.5
50572025-07-01T18:56:41.037Z Fresh allocator-api2 v0.2.21
50582025-07-01T18:56:41.037Z Fresh icu_locid v1.5.0
50592025-07-01T18:56:41.037Z Fresh semver v1.0.26
50602025-07-01T18:56:41.037Z Fresh parking_lot v0.12.3
50612025-07-01T18:56:41.037Z Fresh equivalent v1.0.2
50622025-07-01T18:56:41.037Z Fresh aho-corasick v1.1.3
50632025-07-01T18:56:41.037Z Fresh subtle v2.6.1
50642025-07-01T18:56:41.037Z Fresh signal-hook-registry v1.4.2
50652025-07-01T18:56:41.038Z Fresh icu_provider v1.5.0
50662025-07-01T18:56:41.038Z Fresh hashbrown v0.15.4
50672025-07-01T18:56:41.038Z Fresh regex-automata v0.4.8
50682025-07-01T18:56:41.038Z Fresh errno v0.3.12
50692025-07-01T18:56:41.038Z Fresh fnv v1.0.7
50702025-07-01T18:56:41.038Z Fresh mio v1.0.2
50712025-07-01T18:56:41.038Z Fresh icu_locid_transform v1.5.0
50722025-07-01T18:56:41.038Z Fresh getrandom v0.3.1
50732025-07-01T18:56:41.038Z Fresh futures-core v0.3.31
50742025-07-01T18:56:41.038Z Fresh thiserror-impl v1.0.69
50752025-07-01T18:56:41.038Z Fresh regex v1.11.1
50762025-07-01T18:56:41.038Z Fresh icu_properties v1.5.1
50772025-07-01T18:56:41.038Z Fresh typenum v1.17.0
50782025-07-01T18:56:41.038Z Fresh heck v0.5.0
50792025-07-01T18:56:41.038Z Fresh tokio-macros v2.5.0
50802025-07-01T18:56:41.038Z Fresh socket2 v0.5.10
50812025-07-01T18:56:41.039Z Fresh icu_normalizer v1.5.0
50822025-07-01T18:56:41.039Z Fresh generic-array v0.14.7
50832025-07-01T18:56:41.039Z Fresh thiserror v1.0.69
50842025-07-01T18:56:41.039Z Fresh either v1.15.0
50852025-07-01T18:56:41.039Z Fresh tokio v1.45.1
50862025-07-01T18:56:41.039Z Fresh indexmap v2.9.0
50872025-07-01T18:56:41.039Z Fresh zerocopy-derive v0.7.35
50882025-07-01T18:56:41.039Z Fresh idna_adapter v1.2.0
50892025-07-01T18:56:41.039Z Fresh rustix v0.38.37
50902025-07-01T18:56:41.039Z Fresh crypto-common v0.1.6
50912025-07-01T18:56:41.039Z Fresh zerocopy v0.7.35
50922025-07-01T18:56:41.039Z Fresh iana-time-zone v0.1.63
50932025-07-01T18:56:41.039Z Fresh uuid v1.17.0
50942025-07-01T18:56:41.039Z Fresh pkg-config v0.3.31
50952025-07-01T18:56:41.039Z Fresh idna v1.0.3
50962025-07-01T18:56:41.039Z Fresh chrono v0.4.41
50972025-07-01T18:56:41.039Z Fresh spin v0.9.8
50982025-07-01T18:56:41.068Z Fresh futures-io v0.3.31
50992025-07-01T18:56:41.069Z Fresh const-oid v0.9.6
51002025-07-01T18:56:41.069Z Fresh serde_derive_internals v0.29.1
51012025-07-01T18:56:41.069Z Fresh dyn-clone v1.0.19
51022025-07-01T18:56:41.069Z Fresh url v2.5.4
51032025-07-01T18:56:41.069Z Fresh slab v0.4.9
51042025-07-01T18:56:41.069Z Fresh schemars_derive v0.8.22
51052025-07-01T18:56:41.069Z Fresh block-buffer v0.10.4
51062025-07-01T18:56:41.069Z Fresh futures-sink v0.3.31
51072025-07-01T18:56:41.070Z Fresh lazy_static v1.5.0
51082025-07-01T18:56:41.070Z Fresh cpufeatures v0.2.14
51092025-07-01T18:56:41.070Z Fresh digest v0.10.7
51102025-07-01T18:56:41.070Z Fresh pin-utils v0.1.0
51112025-07-01T18:56:41.070Z Fresh futures-channel v0.3.31
51122025-07-01T18:56:41.070Z Fresh ppv-lite86 v0.2.20
51132025-07-01T18:56:41.070Z Fresh futures-macro v0.3.31
51142025-07-01T18:56:41.070Z Fresh futures-task v0.3.31
51152025-07-01T18:56:41.070Z Fresh schemars v0.8.22
51162025-07-01T18:56:41.070Z Fresh futures-util v0.3.31
51172025-07-01T18:56:41.070Z Fresh tracing-core v0.1.32
51182025-07-01T18:56:41.070Z Fresh tracing-attributes v0.1.27
51192025-07-01T18:56:41.070Z Fresh glob v0.3.2
51202025-07-01T18:56:41.070Z Fresh http v1.3.1
51212025-07-01T18:56:41.070Z Fresh syn v1.0.109
51222025-07-01T18:56:41.070Z Fresh tracing v0.1.40
51232025-07-01T18:56:41.070Z Fresh thiserror-impl v2.0.12
51242025-07-01T18:56:41.070Z Fresh strsim v0.11.1
51252025-07-01T18:56:41.070Z Fresh minimal-lexical v0.2.1
51262025-07-01T18:56:41.070Z Fresh thiserror v2.0.12
51272025-07-01T18:56:41.070Z Fresh nom v7.1.3
51282025-07-01T18:56:41.071Z Fresh adler2 v2.0.0
51292025-07-01T18:56:41.071Z Fresh libloading v0.8.5
51302025-07-01T18:56:41.071Z Fresh miniz_oxide v0.8.5
51312025-07-01T18:56:41.071Z Fresh vcpkg v0.2.15
51322025-07-01T18:56:41.071Z Fresh prettyplease v0.2.35
51332025-07-01T18:56:41.071Z Fresh cexpr v0.6.0
51342025-07-01T18:56:41.071Z Fresh clang-sys v1.8.1
51352025-07-01T18:56:41.071Z Fresh rand_chacha v0.3.1
51362025-07-01T18:56:41.071Z Fresh crossbeam-utils v0.8.21
51372025-07-01T18:56:41.071Z Fresh paste v1.0.15
51382025-07-01T18:56:41.072Z Fresh home v0.5.9
51392025-07-01T18:56:41.072Z Fresh rand v0.8.5
51402025-07-01T18:56:41.072Z Fresh block-padding v0.3.3
51412025-07-01T18:56:41.072Z Fresh serde_tokenstream v0.2.2
51422025-07-01T18:56:41.072Z Fresh time-core v0.1.2
51432025-07-01T18:56:41.072Z Fresh powerfmt v0.2.0
51442025-07-01T18:56:41.072Z Fresh num-conv v0.1.0
51452025-07-01T18:56:41.072Z Fresh inout v0.1.3
51462025-07-01T18:56:41.072Z Fresh num_threads v0.1.7
51472025-07-01T18:56:41.072Z Fresh itertools v0.12.1
51482025-07-01T18:56:41.072Z Fresh base64 v0.22.1
51492025-07-01T18:56:41.072Z Fresh deranged v0.3.11
51502025-07-01T18:56:41.072Z Fresh time-macros v0.2.18
51512025-07-01T18:56:41.073Z Fresh cipher v0.4.4
51522025-07-01T18:56:41.073Z Fresh which v4.4.2
51532025-07-01T18:56:41.073Z Fresh tokio-util v0.7.15
51542025-07-01T18:56:41.073Z Fresh ipnet v2.11.0
51552025-07-01T18:56:41.073Z Fresh time v0.3.36
51562025-07-01T18:56:41.073Z Fresh lazycell v1.3.0
51572025-07-01T18:56:41.073Z Fresh rustc-hash v1.1.0
51582025-07-01T18:56:41.073Z Fresh atomic-waker v1.1.2
51592025-07-01T18:56:41.073Z Fresh cmake v0.1.51
51602025-07-01T18:56:41.073Z Fresh gimli v0.31.1
51612025-07-01T18:56:41.073Z Fresh dunce v1.0.5
51622025-07-01T18:56:41.073Z Fresh bindgen v0.69.5
51632025-07-01T18:56:41.073Z Fresh base64ct v1.6.0
51642025-07-01T18:56:41.073Z Fresh fs_extra v1.3.0
51652025-07-01T18:56:41.073Z Fresh untrusted v0.9.0
51662025-07-01T18:56:41.073Z Fresh addr2line v0.24.2
51672025-07-01T18:56:41.073Z Fresh httparse v1.9.5
51682025-07-01T18:56:41.073Z Fresh sha2 v0.10.9
51692025-07-01T18:56:41.073Z Fresh hmac v0.12.1
51702025-07-01T18:56:41.073Z Fresh ring v0.17.14
51712025-07-01T18:56:41.073Z Fresh toml_datetime v0.6.11
51722025-07-01T18:56:41.073Z Fresh serde_spanned v0.6.9
51732025-07-01T18:56:41.073Z Fresh object v0.36.5
51742025-07-01T18:56:41.073Z Fresh rustc-demangle v0.1.24
51752025-07-01T18:56:41.074Z Fresh rustls-pki-types v1.10.0
51762025-07-01T18:56:41.074Z Fresh backtrace v0.3.74
51772025-07-01T18:56:41.074Z Fresh http-body v1.0.1
51782025-07-01T18:56:41.074Z Fresh pem-rfc7468 v0.7.0
51792025-07-01T18:56:41.074Z Fresh anyhow v1.0.98
51802025-07-01T18:56:41.074Z Fresh aws-lc-sys v0.26.0
51812025-07-01T18:56:41.074Z Fresh zerocopy-derive v0.8.26
51822025-07-01T18:56:41.074Z Fresh httpdate v1.0.3
51832025-07-01T18:56:41.074Z Fresh utf8parse v0.2.2
51842025-07-01T18:56:41.074Z Fresh untrusted v0.7.1
51852025-07-01T18:56:41.074Z Fresh try-lock v0.2.5
51862025-07-01T18:56:41.074Z Fresh aws-lc-rs v1.12.4
51872025-07-01T18:56:41.074Z Fresh zerocopy v0.8.26
51882025-07-01T18:56:41.074Z Fresh h2 v0.4.6
51892025-07-01T18:56:41.074Z Fresh tower-service v0.3.3
51902025-07-01T18:56:41.075Z Fresh async-trait v0.1.88
51912025-07-01T18:56:41.075Z Fresh want v0.3.1
51922025-07-01T18:56:41.075Z Fresh rustls-webpki v0.102.8
51932025-07-01T18:56:41.075Z Fresh der_derive v0.7.3
51942025-07-01T18:56:41.075Z Fresh flagset v0.4.6
51952025-07-01T18:56:41.075Z Fresh pbkdf2 v0.12.2
51962025-07-01T18:56:41.075Z Fresh aes v0.8.4
51972025-07-01T18:56:41.075Z Fresh hyper v1.6.0
51982025-07-01T18:56:41.103Z Fresh der v0.7.9
51992025-07-01T18:56:41.103Z Fresh rustversion v1.0.17
52002025-07-01T18:56:41.103Z Fresh anstyle v1.0.11
52012025-07-01T18:56:41.103Z Fresh mime v0.3.17
52022025-07-01T18:56:41.103Z Fresh cbc v0.1.2
52032025-07-01T18:56:41.103Z Fresh salsa20 v0.10.2
52042025-07-01T18:56:41.103Z Fresh slog v2.7.0
52052025-07-01T18:56:41.104Z Fresh hyper-util v0.1.14
52062025-07-01T18:56:41.104Z Fresh spki v0.7.3
52072025-07-01T18:56:41.104Z Fresh foreign-types-shared v0.1.1
52082025-07-01T18:56:41.104Z Fresh openssl-probe v0.1.5
52092025-07-01T18:56:41.104Z Fresh scrypt v0.11.0
52102025-07-01T18:56:41.104Z Fresh openssl-sys v0.9.109
52112025-07-01T18:56:41.104Z Fresh foreign-types v0.3.2
52122025-07-01T18:56:41.104Z Fresh anstyle-parse v0.2.5
52132025-07-01T18:56:41.104Z Fresh http-body-util v0.1.3
52142025-07-01T18:56:41.104Z Fresh rustc_version v0.4.1
52152025-07-01T18:56:41.104Z Fresh openssl-macros v0.1.1
52162025-07-01T18:56:41.104Z Fresh colorchoice v1.0.2
52172025-07-01T18:56:41.104Z Fresh is_terminal_polyfill v1.70.1
52182025-07-01T18:56:41.104Z Fresh anstyle-query v1.1.1
52192025-07-01T18:56:41.104Z Fresh openssl v0.10.73
52202025-07-01T18:56:41.104Z Fresh pkcs5 v0.7.1
52212025-07-01T18:56:41.104Z Fresh terminal_size v0.4.0
52222025-07-01T18:56:41.104Z Fresh serde_urlencoded v0.7.1
52232025-07-01T18:56:41.104Z Fresh anstream v0.6.18
52242025-07-01T18:56:41.104Z Fresh rustls v0.23.19
52252025-07-01T18:56:41.104Z Fresh pkcs8 v0.10.2
52262025-07-01T18:56:41.104Z Fresh encoding_rs v0.8.34
52272025-07-01T18:56:41.105Z Fresh clap_lex v0.7.4
52282025-07-01T18:56:41.105Z Fresh clap_derive v4.5.40
52292025-07-01T18:56:41.105Z Fresh clap_builder v4.5.40
52302025-07-01T18:56:41.105Z Fresh tokio-rustls v0.26.0
52312025-07-01T18:56:41.105Z Fresh native-tls v0.2.12
52322025-07-01T18:56:41.105Z Fresh sync_wrapper v1.0.1
52332025-07-01T18:56:41.105Z Fresh litrs v0.4.1
52342025-07-01T18:56:41.105Z Fresh tower-layer v0.3.3
52352025-07-01T18:56:41.105Z Fresh ucd-trie v0.1.7
52362025-07-01T18:56:41.105Z Fresh psl-types v2.0.11
52372025-07-01T18:56:41.105Z Fresh tokio-native-tls v0.3.1
52382025-07-01T18:56:41.105Z Fresh pest v2.7.14
52392025-07-01T18:56:41.105Z Fresh cookie v0.18.1
52402025-07-01T18:56:41.105Z Fresh tower v0.5.2
52412025-07-01T18:56:41.105Z Fresh document-features v0.2.10
52422025-07-01T18:56:41.105Z Fresh clap v4.5.40
52432025-07-01T18:56:41.105Z Fresh rustls-native-certs v0.8.1
52442025-07-01T18:56:41.105Z Fresh publicsuffix v2.3.0
52452025-07-01T18:56:41.105Z Fresh webpki-roots v1.0.0
52462025-07-01T18:56:41.105Z Fresh openapiv3 v2.2.0
52472025-07-01T18:56:41.105Z Fresh iri-string v0.7.8
52482025-07-01T18:56:41.105Z Fresh pest_meta v2.7.14
52492025-07-01T18:56:41.105Z Fresh hyper-tls v0.6.0
52502025-07-01T18:56:41.106Z Fresh ipnetwork v0.21.1
52512025-07-01T18:56:41.106Z Fresh scroll_derive v0.12.0
52522025-07-01T18:56:41.106Z Fresh hyper-rustls v0.27.7
52532025-07-01T18:56:41.106Z Fresh cookie_store v0.21.1
52542025-07-01T18:56:41.106Z Fresh tower-http v0.6.6
52552025-07-01T18:56:41.106Z Fresh data-encoding v2.9.0
52562025-07-01T18:56:41.106Z Fresh scroll v0.12.0
52572025-07-01T18:56:41.106Z Fresh pest_generator v2.7.14
52582025-07-01T18:56:41.106Z Fresh rand_core v0.9.2
52592025-07-01T18:56:41.106Z Fresh plain v0.2.3
52602025-07-01T18:56:41.107Z Fresh reqwest v0.12.20
52612025-07-01T18:56:41.107Z Fresh tinyvec_macros v0.1.1
52622025-07-01T18:56:41.107Z Fresh winnow v0.5.40
52632025-07-01T18:56:41.107Z Fresh pest_derive v2.7.14
52642025-07-01T18:56:41.107Z Fresh goblin v0.8.2
52652025-07-01T18:56:41.107Z Fresh signature v2.2.0
52662025-07-01T18:56:41.107Z Fresh toml_write v0.1.2
52672025-07-01T18:56:41.107Z Fresh toml_edit v0.19.15
52682025-07-01T18:56:41.107Z Fresh tinyvec v1.8.0
52692025-07-01T18:56:41.107Z Fresh winnow v0.7.10
52702025-07-01T18:56:41.107Z Fresh pretty-hex v0.4.1
52712025-07-01T18:56:41.107Z Fresh dtrace-parser v0.2.0
52722025-07-01T18:56:41.107Z Fresh rand_chacha v0.9.0
52732025-07-01T18:56:41.107Z Fresh thread-id v4.2.2
52742025-07-01T18:56:41.108Z Fresh toml_edit v0.22.27
52752025-07-01T18:56:41.108Z Fresh dof v0.3.0
52762025-07-01T18:56:41.108Z Fresh unicode-width v0.2.0
52772025-07-01T18:56:41.108Z Fresh siphasher v0.3.11
52782025-07-01T18:56:41.108Z Fresh rand v0.9.1
52792025-07-01T18:56:41.108Z Fresh unicode-segmentation v1.12.0
52802025-07-01T18:56:41.108Z Fresh crossbeam-epoch v0.9.18
52812025-07-01T18:56:41.108Z Fresh sha1 v0.10.6
52822025-07-01T18:56:41.108Z Fresh usdt-impl v0.5.0
52832025-07-01T18:56:41.108Z Fresh phf_shared v0.11.2
52842025-07-01T18:56:41.108Z Fresh num-integer v0.1.46
52852025-07-01T18:56:41.108Z Fresh crc32fast v1.4.2
52862025-07-01T18:56:41.108Z Fresh static_assertions v1.1.0
52872025-07-01T18:56:41.109Z Fresh bstr v1.10.0
52882025-07-01T18:56:41.109Z Fresh memmap v0.7.0
52892025-07-01T18:56:41.109Z Fresh base16ct v0.2.0
52902025-07-01T18:56:41.109Z Fresh usdt-attr-macro v0.5.0
52912025-07-01T18:56:41.109Z Fresh usdt-macro v0.5.0
52922025-07-01T18:56:41.109Z Fresh sec1 v0.7.3
52932025-07-01T18:56:41.109Z Fresh oxnet v0.1.2
52942025-07-01T18:56:41.109Z Fresh hubpack_derive v0.1.1
52952025-07-01T18:56:41.109Z Fresh ff v0.13.0
52962025-07-01T18:56:41.109Z Fresh heck v0.4.1
52972025-07-01T18:56:41.109Z Fresh zlib-rs v0.5.1
52982025-07-01T18:56:41.138Z Fresh usdt v0.5.0
52992025-07-01T18:56:41.138Z Fresh libz-rs-sys v0.5.1
53002025-07-01T18:56:41.138Z Fresh group v0.13.0
53012025-07-01T18:56:41.138Z Fresh hubpack v0.1.2
53022025-07-01T18:56:41.138Z Fresh num-iter v0.1.45
53032025-07-01T18:56:41.138Z Fresh strum_macros v0.26.4
53042025-07-01T18:56:41.138Z Fresh hkdf v0.12.4
53052025-07-01T18:56:41.139Z Fresh crypto-bigint v0.5.5
53062025-07-01T18:56:41.139Z Fresh unicode-xid v0.2.6
53072025-07-01T18:56:41.139Z Fresh bitflags v1.3.2
53082025-07-01T18:56:41.139Z Fresh strum v0.26.3
53092025-07-01T18:56:41.139Z Fresh flate2 v1.1.2
53102025-07-01T18:56:41.139Z Fresh crossbeam-deque v0.8.5
53112025-07-01T18:56:41.139Z Fresh elliptic-curve v0.13.8
53122025-07-01T18:56:41.139Z Fresh bzip2-sys v0.1.13+1.0.8
53132025-07-01T18:56:41.139Z Fresh pkcs1 v0.7.5
53142025-07-01T18:56:41.139Z Fresh itertools v0.10.5
53152025-07-01T18:56:41.139Z Fresh num-bigint-dig v0.8.4
53162025-07-01T18:56:41.139Z Fresh cfg_aliases v0.2.1
53172025-07-01T18:56:41.139Z Fresh rsa v0.9.6
53182025-07-01T18:56:41.139Z Fresh newtype-uuid v1.2.4
53192025-07-01T18:56:41.139Z Fresh toml v0.7.8
53202025-07-01T18:56:41.139Z Fresh unicode-normalization v0.1.24
53212025-07-01T18:56:41.139Z Fresh rfc6979 v0.4.0
53222025-07-01T18:56:41.139Z Fresh enum-as-inner v0.6.1
53232025-07-01T18:56:41.139Z Fresh curve25519-dalek-derive v0.1.1
53242025-07-01T18:56:41.139Z Fresh daft-derive v0.1.3
53252025-07-01T18:56:41.140Z Fresh managed v0.8.0
53262025-07-01T18:56:41.140Z Fresh ahash v0.8.11
53272025-07-01T18:56:41.140Z Fresh memoffset v0.9.1
53282025-07-01T18:56:41.140Z Fresh ecdsa v0.16.9
53292025-07-01T18:56:41.140Z Fresh daft v0.1.3
53302025-07-01T18:56:41.140Z Fresh curve25519-dalek v4.1.3
53312025-07-01T18:56:41.140Z Fresh signal-hook v0.3.18
53322025-07-01T18:56:41.140Z Fresh x509-cert v0.2.5
53332025-07-01T18:56:41.140Z Fresh new_debug_unreachable v1.0.6
53342025-07-01T18:56:41.140Z Fresh precomputed-hash v0.1.1
53352025-07-01T18:56:41.140Z Fresh fixedbitset v0.4.2
53362025-07-01T18:56:41.140Z Fresh petgraph v0.6.5
53372025-07-01T18:56:41.140Z Fresh string_cache v0.8.9
53382025-07-01T18:56:41.140Z Fresh rayon-core v1.12.1
53392025-07-01T18:56:41.140Z Fresh zstd-sys v2.0.14+zstd.1.5.7
53402025-07-01T18:56:41.140Z Fresh ed25519 v2.2.3
53412025-07-01T18:56:41.140Z Fresh signal-hook-mio v0.2.4
53422025-07-01T18:56:41.140Z Fresh ed25519-dalek v2.1.1
53432025-07-01T18:56:41.140Z Fresh bzip2 v0.4.4
53442025-07-01T18:56:41.140Z Fresh console v0.15.10
53452025-07-01T18:56:41.140Z Fresh lalrpop-util v0.19.12
53462025-07-01T18:56:41.140Z Fresh bumpalo v3.16.0
53472025-07-01T18:56:41.140Z Fresh rustc-hash v2.1.1
53482025-07-01T18:56:41.140Z Fresh zstd-safe v7.2.3
53492025-07-01T18:56:41.141Z Fresh simd-adler32 v0.3.7
53502025-07-01T18:56:41.141Z Fresh lockfree-object-pool v0.1.6
53512025-07-01T18:56:41.141Z Fresh zip v0.6.6
53522025-07-01T18:56:41.141Z Fresh crossterm v0.28.1
53532025-07-01T18:56:41.141Z Fresh bzip2 v0.5.2
53542025-07-01T18:56:41.141Z Fresh zstd v0.13.3
53552025-07-01T18:56:41.141Z Fresh zopfli v0.8.1
53562025-07-01T18:56:41.141Z Fresh hash32 v0.2.1
53572025-07-01T18:56:41.141Z Fresh winnow v0.6.26
53582025-07-01T18:56:41.141Z Fresh unicode-properties v0.1.3
53592025-07-01T18:56:41.141Z Fresh predicates-core v1.0.8
53602025-07-01T18:56:41.141Z Fresh unicode-bidi v0.3.17
53612025-07-01T18:56:41.141Z Fresh zip v4.2.0
53622025-07-01T18:56:41.141Z Fresh heapless v0.7.17
53632025-07-01T18:56:41.141Z Fresh nix v0.29.0
53642025-07-01T18:56:41.141Z Fresh rayon v1.10.0
53652025-07-01T18:56:41.142Z Fresh hickory-proto v0.25.2
53662025-07-01T18:56:41.142Z Fresh stringprep v0.1.5
53672025-07-01T18:56:41.142Z Fresh similar v2.7.0
53682025-07-01T18:56:41.142Z Fresh tokio-stream v0.1.17
53692025-07-01T18:56:41.142Z Fresh md-5 v0.10.6
53702025-07-01T18:56:41.142Z Fresh float-cmp v0.10.0
53712025-07-01T18:56:41.142Z Fresh difflib v0.4.0
53722025-07-01T18:56:41.142Z Fresh fallible-iterator v0.2.0
53732025-07-01T18:56:41.142Z Fresh normalize-line-endings v0.3.0
53742025-07-01T18:56:41.142Z Fresh postgres-protocol v0.6.8
53752025-07-01T18:56:41.142Z Fresh smoltcp v0.9.1
53762025-07-01T18:56:41.142Z Fresh buf-list v1.0.3
53772025-07-01T18:56:41.142Z Fresh strum_macros v0.25.3
53782025-07-01T18:56:41.142Z Fresh phf v0.11.2
53792025-07-01T18:56:41.142Z Fresh serde-big-array v0.5.1
53802025-07-01T18:56:41.142Z Fresh predicates v3.1.3
53812025-07-01T18:56:41.142Z Fresh serde_repr v0.1.19
53822025-07-01T18:56:41.142Z Fresh peg-runtime v0.8.5
53832025-07-01T18:56:41.142Z Fresh number_prefix v0.4.0
53842025-07-01T18:56:41.142Z Fresh postgres-types v0.2.9
53852025-07-01T18:56:41.142Z Fresh fs-err v3.1.1
53862025-07-01T18:56:41.142Z Fresh whoami v1.6.0
53872025-07-01T18:56:41.143Z Fresh indicatif v0.17.11
53882025-07-01T18:56:41.143Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
53892025-07-01T18:56:41.143Z Fresh tokio-postgres v0.7.13
53902025-07-01T18:56:41.143Z Fresh fastrand v2.1.1
53912025-07-01T18:56:41.143Z Fresh futures-executor v0.3.31
53922025-07-01T18:56:41.143Z Fresh regress v0.10.3
53932025-07-01T18:56:41.143Z Fresh is-terminal v0.4.13
53942025-07-01T18:56:41.143Z Fresh camino v1.1.10
53952025-07-01T18:56:41.143Z Fresh futures v0.3.31
53962025-07-01T18:56:41.143Z Fresh dirs-sys-next v0.1.2
53972025-07-01T18:56:41.143Z Fresh ident_case v1.0.1
53982025-07-01T18:56:41.172Z Fresh crossbeam-channel v0.5.15
53992025-07-01T18:56:41.172Z Fresh toml v0.8.23
54002025-07-01T18:56:41.172Z Fresh darling_core v0.20.10
54012025-07-01T18:56:41.172Z Fresh dirs-next v2.0.0
54022025-07-01T18:56:41.172Z Fresh thread_local v1.1.8
54032025-07-01T18:56:41.172Z Fresh unsafe-libyaml v0.2.11
54042025-07-01T18:56:41.172Z Fresh take_mut v0.2.2
54052025-07-01T18:56:41.172Z Fresh term v0.7.0
54062025-07-01T18:56:41.172Z Fresh darling_macro v0.20.10
54072025-07-01T18:56:41.172Z Fresh rustix v1.0.7
54082025-07-01T18:56:41.172Z Fresh serde_yaml v0.9.34+deprecated
54092025-07-01T18:56:41.172Z Fresh quick-error v1.2.3
54102025-07-01T18:56:41.172Z Fresh match_cfg v0.1.0
54112025-07-01T18:56:41.172Z Fresh darling v0.20.10
54122025-07-01T18:56:41.172Z Fresh tempfile v3.20.0
54132025-07-01T18:56:41.172Z Fresh slog-async v2.8.0
54142025-07-01T18:56:41.173Z Fresh slog-term v2.9.1
54152025-07-01T18:56:41.173Z Fresh hostname v0.3.1
54162025-07-01T18:56:41.173Z Fresh bit-vec v0.8.0
54172025-07-01T18:56:41.173Z Fresh hex v0.4.3
54182025-07-01T18:56:41.173Z Fresh structmeta-derive v0.3.0
54192025-07-01T18:56:41.173Z Fresh bit-set v0.8.0
54202025-07-01T18:56:41.173Z Fresh wait-timeout v0.2.0
54212025-07-01T18:56:41.173Z Fresh debug-ignore v1.0.5
54222025-07-01T18:56:41.173Z Fresh structmeta v0.3.0
54232025-07-01T18:56:41.173Z Fresh rand_xorshift v0.4.0
54242025-07-01T18:56:41.173Z Fresh unarray v0.1.4
54252025-07-01T18:56:41.173Z Fresh serde_path_to_error v0.1.17
54262025-07-01T18:56:41.173Z Fresh rusty-fork v0.3.0
54272025-07-01T18:56:41.173Z Fresh progenitor-client v0.10.0
54282025-07-01T18:56:41.173Z Fresh slog-json v2.6.1
54292025-07-01T18:56:41.173Z Fresh async-stream-impl v0.3.6
54302025-07-01T18:56:41.173Z Fresh test-strategy v0.4.1
54312025-07-01T18:56:41.173Z Fresh proptest v1.7.0
54322025-07-01T18:56:41.173Z Fresh rustls v0.22.4
54332025-07-01T18:56:41.173Z Fresh slog-bunyan v2.5.0
54342025-07-01T18:56:41.173Z Fresh async-stream v0.3.6
54352025-07-01T18:56:41.173Z Fresh rustls-pemfile v2.2.0
54362025-07-01T18:56:41.173Z Fresh waitgroup v0.1.2
54372025-07-01T18:56:41.173Z Fresh tokio-rustls v0.25.0
54382025-07-01T18:56:41.173Z Fresh multer v3.1.0
54392025-07-01T18:56:41.174Z Fresh dropshot_endpoint v0.16.2
54402025-07-01T18:56:41.174Z Fresh hostname v0.4.0
54412025-07-01T18:56:41.174Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
54422025-07-01T18:56:41.174Z Fresh serde_with_macros v3.12.0
54432025-07-01T18:56:41.174Z Fresh typify-impl v0.3.0
54442025-07-01T18:56:41.174Z Fresh macaddr v1.0.1
54452025-07-01T18:56:41.174Z Fresh dropshot v0.16.2
54462025-07-01T18:56:41.174Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
54472025-07-01T18:56:41.174Z Fresh typify-macro v0.3.0
54482025-07-01T18:56:41.174Z Fresh serde_with v3.12.0
54492025-07-01T18:56:41.174Z Fresh instant v0.1.13
54502025-07-01T18:56:41.174Z Fresh derive-where v1.5.0
54512025-07-01T18:56:41.174Z Fresh parse-display-derive v0.10.0
54522025-07-01T18:56:41.174Z Fresh typify v0.3.0
54532025-07-01T18:56:41.174Z Fresh progenitor-client v0.9.1
54542025-07-01T18:56:41.174Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
54552025-07-01T18:56:41.174Z Fresh parse-display v0.10.0
54562025-07-01T18:56:41.174Z Fresh ref-cast-impl v1.0.24
54572025-07-01T18:56:41.174Z Fresh backoff v0.4.0
54582025-07-01T18:56:41.174Z Fresh progenitor-impl v0.9.1
54592025-07-01T18:56:41.174Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
54602025-07-01T18:56:41.174Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
54612025-07-01T18:56:41.174Z Fresh camino-tempfile v1.4.1
54622025-07-01T18:56:41.175Z Fresh unicode-width v0.1.14
54632025-07-01T18:56:41.175Z Fresh progenitor-macro v0.9.1
54642025-07-01T18:56:41.175Z Fresh ref-cast v1.0.24
54652025-07-01T18:56:41.175Z Fresh proc-macro-crate v1.3.1
54662025-07-01T18:56:41.175Z Fresh itertools v0.13.0
54672025-07-01T18:56:41.175Z Fresh progenitor v0.9.1
54682025-07-01T18:56:41.175Z Fresh iddqd v0.3.8
54692025-07-01T18:56:41.175Z Fresh proc-macro-error-attr v1.0.4
54702025-07-01T18:56:41.175Z Fresh num_enum_derive v0.5.11
54712025-07-01T18:56:41.175Z Fresh tabwriter v1.4.0
54722025-07-01T18:56:41.175Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d)
54732025-07-01T18:56:41.175Z Fresh proc-macro-error v1.0.4
54742025-07-01T18:56:41.175Z Fresh num_enum v0.5.11
54752025-07-01T18:56:41.175Z Fresh foreign-types-macros v0.2.3
54762025-07-01T18:56:41.175Z Fresh foreign-types-shared v0.3.1
54772025-07-01T18:56:41.175Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
54782025-07-01T18:56:41.175Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
54792025-07-01T18:56:41.175Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
54802025-07-01T18:56:41.175Z Fresh foreign-types v0.5.0
54812025-07-01T18:56:41.175Z Fresh cstr-argument v0.1.2
54822025-07-01T18:56:41.175Z Fresh pretty-hex v0.2.1
54832025-07-01T18:56:41.175Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
54842025-07-01T18:56:41.175Z Fresh colored v2.2.0
54852025-07-01T18:56:41.175Z Fresh smf v0.2.3
54862025-07-01T18:56:41.176Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
54872025-07-01T18:56:41.176Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
54882025-07-01T18:56:41.176Z Fresh itertools v0.14.0
54892025-07-01T18:56:41.176Z Fresh atomicwrites v0.4.4
54902025-07-01T18:56:41.176Z Fresh ingot-macros v0.1.0
54912025-07-01T18:56:41.176Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
54922025-07-01T18:56:41.176Z Fresh typify-impl v0.4.1
54932025-07-01T18:56:41.176Z Fresh hash32 v0.3.1
54942025-07-01T18:56:41.176Z Fresh ingot-types v0.1.0
54952025-07-01T18:56:41.177Z Fresh cobs v0.2.3
54962025-07-01T18:56:41.177Z Fresh crucible-workspace-hack v0.1.0
54972025-07-01T18:56:41.177Z Fresh typify-macro v0.4.1
54982025-07-01T18:56:41.204Z Fresh heapless v0.8.0
54992025-07-01T18:56:41.204Z Fresh postcard v1.0.10
55002025-07-01T18:56:41.205Z Fresh ingot v0.1.0
55012025-07-01T18:56:41.205Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
55022025-07-01T18:56:41.205Z Fresh typify v0.4.1
55032025-07-01T18:56:41.205Z Fresh smoltcp v0.11.0
55042025-07-01T18:56:41.205Z Fresh base64 v0.21.7
55052025-07-01T18:56:41.205Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
55062025-07-01T18:56:41.206Z Fresh sigpipe v0.1.3
55072025-07-01T18:56:41.206Z Fresh jiff v0.2.15
55082025-07-01T18:56:41.206Z Fresh zone_cfg_derive v0.3.0
55092025-07-01T18:56:41.206Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
55102025-07-01T18:56:41.206Z Fresh progenitor-impl v0.10.0
55112025-07-01T18:56:41.206Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
55122025-07-01T18:56:41.206Z Fresh num-derive v0.4.2
55132025-07-01T18:56:41.206Z Fresh zone v0.3.1
55142025-07-01T18:56:41.206Z Fresh convert_case v0.4.0
55152025-07-01T18:56:41.206Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
55162025-07-01T18:56:41.207Z Fresh progenitor-macro v0.10.0
55172025-07-01T18:56:41.207Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
55182025-07-01T18:56:41.207Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
55192025-07-01T18:56:41.207Z Fresh derive_more v0.99.20
55202025-07-01T18:56:41.207Z Fresh utf-8 v0.7.6
55212025-07-01T18:56:41.207Z Fresh half v2.4.1
55222025-07-01T18:56:41.207Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
55232025-07-01T18:56:41.207Z Fresh progenitor v0.10.0
55242025-07-01T18:56:41.207Z Fresh tungstenite v0.21.0
55252025-07-01T18:56:41.207Z Fresh ciborium-io v0.2.2
55262025-07-01T18:56:41.207Z Fresh newline-converter v0.3.0
55272025-07-01T18:56:41.207Z Fresh tokio-dtrace v0.1.0
55282025-07-01T18:56:41.207Z Fresh num-rational v0.4.2
55292025-07-01T18:56:41.207Z Fresh num-complex v0.4.6
55302025-07-01T18:56:41.207Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
55312025-07-01T18:56:41.207Z Fresh tokio-tungstenite v0.21.0
55322025-07-01T18:56:41.207Z Fresh ciborium-ll v0.2.2
55332025-07-01T18:56:41.207Z Fresh expectorate v1.2.0
55342025-07-01T18:56:41.207Z Fresh num v0.4.3
55352025-07-01T18:56:41.207Z Fresh oxide-tokio-rt v0.1.1
55362025-07-01T18:56:41.207Z Fresh float-ord v0.3.2
55372025-07-01T18:56:41.207Z Fresh secrecy v0.10.3
55382025-07-01T18:56:41.207Z Fresh ciborium v0.2.2
55392025-07-01T18:56:41.208Z Fresh same-file v1.0.6
55402025-07-01T18:56:41.208Z Fresh fixedbitset v0.5.7
55412025-07-01T18:56:41.208Z Fresh password-hash v0.5.0
55422025-07-01T18:56:41.208Z Fresh blake2 v0.10.6
55432025-07-01T18:56:41.208Z Fresh indent_write v2.2.0
55442025-07-01T18:56:41.208Z Fresh walkdir v2.5.0
55452025-07-01T18:56:41.208Z Fresh argon2 v0.5.3
55462025-07-01T18:56:41.208Z Fresh petgraph v0.8.2
55472025-07-01T18:56:41.208Z Fresh arc-swap v1.7.1
55482025-07-01T18:56:41.208Z Fresh xattr v1.3.1
55492025-07-01T18:56:41.208Z Fresh slog-scope v4.4.0
55502025-07-01T18:56:41.208Z Fresh filetime v0.2.25
55512025-07-01T18:56:41.208Z Fresh slog-stdlog v4.1.1
55522025-07-01T18:56:41.208Z Fresh tar v0.4.44
55532025-07-01T18:56:41.208Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
55542025-07-01T18:56:41.208Z Fresh libsw-core v0.3.1
55552025-07-01T18:56:41.208Z Fresh swrite v0.1.0
55562025-07-01T18:56:41.208Z Fresh slog-envlogger v2.2.0
55572025-07-01T18:56:41.208Z Fresh cancel-safe-futures v0.1.5
55582025-07-01T18:56:41.208Z Fresh owo-colors v4.2.2
55592025-07-01T18:56:41.208Z Fresh libsw v3.5.0
55602025-07-01T18:56:41.208Z Fresh keccak v0.1.5
55612025-07-01T18:56:41.208Z Fresh linear-map v1.2.0
55622025-07-01T18:56:41.208Z Fresh sha3 v0.10.8
55632025-07-01T18:56:41.209Z Fresh pem v3.0.5
55642025-07-01T18:56:41.209Z Fresh highway v1.3.0
55652025-07-01T18:56:41.209Z Fresh typify-impl v0.2.0
55662025-07-01T18:56:41.209Z Fresh headers-core v0.3.0
55672025-07-01T18:56:41.209Z Fresh resolv-conf v0.7.0
55682025-07-01T18:56:41.209Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
55692025-07-01T18:56:41.209Z Fresh typify-macro v0.2.0
55702025-07-01T18:56:41.209Z Fresh headers v0.4.1
55712025-07-01T18:56:41.209Z Fresh heck v0.3.3
55722025-07-01T18:56:41.209Z Fresh progenitor-client v0.8.0
55732025-07-01T18:56:41.209Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
55742025-07-01T18:56:41.209Z Fresh yasna v0.5.2
55752025-07-01T18:56:41.209Z Fresh universal-hash v0.5.1
55762025-07-01T18:56:41.209Z Fresh typify v0.2.0
55772025-07-01T18:56:41.209Z Fresh lzma-sys v0.1.20
55782025-07-01T18:56:41.209Z Fresh zone_cfg_derive v0.1.2
55792025-07-01T18:56:41.210Z Fresh opaque-debug v0.3.1
55802025-07-01T18:56:41.210Z Fresh base64 v0.13.1
55812025-07-01T18:56:41.210Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
55822025-07-01T18:56:41.210Z Fresh rcgen v0.12.1
55832025-07-01T18:56:41.210Z Fresh humantime v2.2.0
55842025-07-01T18:56:41.210Z Fresh progenitor-impl v0.8.0
55852025-07-01T18:56:41.210Z Fresh ron v0.7.1
55862025-07-01T18:56:41.210Z Fresh xz2 v0.1.7
55872025-07-01T18:56:41.210Z Fresh zone v0.1.8
55882025-07-01T18:56:41.211Z Fresh subprocess v0.2.9
55892025-07-01T18:56:41.211Z Fresh semver v0.1.20
55902025-07-01T18:56:41.211Z Fresh aead v0.5.2
55912025-07-01T18:56:41.211Z Fresh poly1305 v0.8.0
55922025-07-01T18:56:41.211Z Fresh progenitor-macro v0.8.0
55932025-07-01T18:56:41.211Z Fresh rustc_version v0.1.7
55942025-07-01T18:56:41.211Z Fresh chacha20 v0.9.1
55952025-07-01T18:56:41.211Z Fresh thiserror-impl-no-std v2.0.2
55962025-07-01T18:56:41.211Z Fresh linked-hash-map v0.5.6
55972025-07-01T18:56:41.211Z Fresh hickory-proto v0.24.4
55982025-07-01T18:56:41.240Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
55992025-07-01T18:56:41.240Z Fresh progenitor v0.8.0
56002025-07-01T18:56:41.240Z Fresh thiserror-no-std v2.0.2
56012025-07-01T18:56:41.240Z Fresh chacha20poly1305 v0.10.1
56022025-07-01T18:56:41.241Z Fresh lru-cache v0.1.2
56032025-07-01T18:56:41.241Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
56042025-07-01T18:56:41.241Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
56052025-07-01T18:56:41.241Z Fresh vsss-rs v3.3.4
56062025-07-01T18:56:41.241Z Fresh hickory-resolver v0.24.4
56072025-07-01T18:56:41.241Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
56082025-07-01T18:56:41.241Z Fresh tagptr v0.2.0
56092025-07-01T18:56:41.241Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
56102025-07-01T18:56:41.241Z Fresh newtype_derive v0.1.6
56112025-07-01T18:56:41.241Z Fresh qorb v0.4.0
56122025-07-01T18:56:41.241Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
56132025-07-01T18:56:41.241Z Fresh moka v0.12.10
56142025-07-01T18:56:41.241Z Fresh display-error-chain v0.2.2
56152025-07-01T18:56:41.241Z Fresh steno v0.4.1
56162025-07-01T18:56:41.241Z Fresh hickory-resolver v0.25.2
56172025-07-01T18:56:41.241Z Fresh slog-dtrace v0.3.0
56182025-07-01T18:56:41.241Z Fresh bytecount v0.6.8
56192025-07-01T18:56:41.242Z Fresh gethostname v0.5.0
56202025-07-01T18:56:41.242Z Fresh nibble_vec v0.1.0
56212025-07-01T18:56:41.242Z Fresh endian-type v0.1.2
56222025-07-01T18:56:41.242Z Fresh radix_trie v0.2.1
56232025-07-01T18:56:41.242Z Fresh bitfield-struct v0.6.2
56242025-07-01T18:56:41.242Z Fresh termtree v0.5.1
56252025-07-01T18:56:41.242Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
56262025-07-01T18:56:41.242Z Fresh libefi-sys v0.1.0
56272025-07-01T18:56:41.242Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
56282025-07-01T18:56:41.243Z Fresh zerocopy-derive v0.6.6
56292025-07-01T18:56:41.243Z Fresh tap v1.0.1
56302025-07-01T18:56:41.243Z Fresh termcolor v1.4.1
56312025-07-01T18:56:41.243Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
56322025-07-01T18:56:41.243Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
56332025-07-01T18:56:41.243Z Fresh radium v0.7.0
56342025-07-01T18:56:41.243Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
56352025-07-01T18:56:41.243Z Fresh zerocopy v0.6.6
56362025-07-01T18:56:41.243Z Fresh wyz v0.5.1
56372025-07-01T18:56:41.243Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
56382025-07-01T18:56:41.243Z Fresh funty v2.0.0
56392025-07-01T18:56:41.243Z Fresh crc-catalog v2.4.0
56402025-07-01T18:56:41.243Z Fresh maybe-uninit v2.0.0
56412025-07-01T18:56:41.243Z Fresh packed_struct_codegen v0.10.1
56422025-07-01T18:56:41.243Z Fresh crc v3.2.1
56432025-07-01T18:56:41.243Z Fresh bitvec v1.0.1
56442025-07-01T18:56:41.243Z Fresh nodrop v0.1.14
56452025-07-01T18:56:41.243Z Fresh smallvec v0.6.14
56462025-07-01T18:56:41.243Z Fresh hashbrown v0.12.3
56472025-07-01T18:56:41.243Z Fresh packed_struct v0.10.1
56482025-07-01T18:56:41.243Z Fresh array-init v0.0.4
56492025-07-01T18:56:41.243Z Fresh bitfield v0.14.0
56502025-07-01T18:56:41.243Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
56512025-07-01T18:56:41.243Z Fresh indexmap v1.9.3
56522025-07-01T18:56:41.243Z Fresh env_logger v0.10.2
56532025-07-01T18:56:41.244Z Fresh ron v0.8.1
56542025-07-01T18:56:41.244Z Fresh hashbrown v0.13.2
56552025-07-01T18:56:41.244Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
56562025-07-01T18:56:41.244Z Fresh serde-hex v0.1.0
56572025-07-01T18:56:41.244Z Fresh async-recursion v1.1.1
56582025-07-01T18:56:41.244Z Fresh proc-macro-error-attr2 v2.0.0
56592025-07-01T18:56:41.244Z Fresh crc-any v2.5.0
56602025-07-01T18:56:41.244Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
56612025-07-01T18:56:41.244Z Fresh object v0.30.4
56622025-07-01T18:56:41.244Z Fresh proc-macro-error2 v2.0.1
56632025-07-01T18:56:41.244Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
56642025-07-01T18:56:41.244Z Fresh xshell-macros v0.2.7
56652025-07-01T18:56:41.244Z Fresh maplit v1.0.2
56662025-07-01T18:56:41.244Z Fresh path-slash v0.1.5
56672025-07-01T18:56:41.244Z Fresh papergrid v0.14.0
56682025-07-01T18:56:41.244Z Fresh xshell v0.2.7
56692025-07-01T18:56:41.244Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
56702025-07-01T18:56:41.244Z Fresh tabled_derive v0.10.0
56712025-07-01T18:56:41.244Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
56722025-07-01T18:56:41.244Z Fresh num-derive v0.3.3
56732025-07-01T18:56:41.244Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
56742025-07-01T18:56:41.244Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
56752025-07-01T18:56:41.244Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
56762025-07-01T18:56:41.245Z Fresh tabled v0.18.0
56772025-07-01T18:56:41.245Z Fresh libscf-sys v1.1.0
56782025-07-01T18:56:41.245Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
56792025-07-01T18:56:41.245Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
56802025-07-01T18:56:41.245Z Fresh fxhash v0.2.1
56812025-07-01T18:56:41.245Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
56822025-07-01T18:56:41.245Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
56832025-07-01T18:56:41.245Z Fresh vte_generate_state_changes v0.1.2
56842025-07-01T18:56:41.245Z Fresh crc8 v0.1.1
56852025-07-01T18:56:41.245Z Fresh const_format_proc_macros v0.2.34
56862025-07-01T18:56:41.245Z Fresh fd-lock v4.0.2
56872025-07-01T18:56:41.245Z Fresh nu-ansi-term v0.50.1
56882025-07-01T18:56:41.245Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
56892025-07-01T18:56:41.245Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
56902025-07-01T18:56:41.245Z Fresh vte v0.11.1
56912025-07-01T18:56:41.245Z Fresh const_format v0.2.34
56922025-07-01T18:56:41.245Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
56932025-07-01T18:56:41.245Z Fresh half v1.8.3
56942025-07-01T18:56:41.245Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
56952025-07-01T18:56:41.245Z Fresh strip-ansi-escapes v0.2.0
56962025-07-01T18:56:41.245Z Fresh serde_cbor v0.11.2
56972025-07-01T18:56:41.245Z Fresh papergrid v0.11.0
56982025-07-01T18:56:41.273Z Fresh tabled_derive v0.7.0
56992025-07-01T18:56:41.273Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
57002025-07-01T18:56:41.273Z Fresh kstat-rs v0.2.4
57012025-07-01T18:56:41.273Z Fresh diff v0.1.13
57022025-07-01T18:56:41.273Z Fresh reedline v0.40.0
57032025-07-01T18:56:41.273Z Fresh tabled v0.15.0
57042025-07-01T18:56:41.273Z Fresh dsl_auto_type v0.1.2
57052025-07-01T18:56:41.273Z Fresh phf_generator v0.11.2
57062025-07-01T18:56:41.273Z Fresh globset v0.4.15
57072025-07-01T18:56:41.273Z Fresh scheduled-thread-pool v0.2.7
57082025-07-01T18:56:41.273Z Fresh diesel_table_macro_syntax v0.2.0
57092025-07-01T18:56:41.273Z Fresh phf_codegen v0.11.2
57102025-07-01T18:56:41.274Z Fresh parse-zoneinfo v0.3.1
57112025-07-01T18:56:41.274Z Fresh cfg_aliases v0.1.1
57122025-07-01T18:56:41.274Z Fresh nix v0.30.1
57132025-07-01T18:56:41.274Z Fresh diesel_derives v2.2.3
57142025-07-01T18:56:41.274Z Fresh r2d2 v0.8.10
57152025-07-01T18:56:41.274Z Fresh chrono-tz-build v0.4.0
57162025-07-01T18:56:41.274Z Fresh bcs v0.1.6
57172025-07-01T18:56:41.274Z Fresh diesel v2.2.11
57182025-07-01T18:56:41.274Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
57192025-07-01T18:56:41.274Z Fresh nanorand v0.7.0
57202025-07-01T18:56:41.274Z Fresh nix v0.28.0
57212025-07-01T18:56:41.274Z Fresh parking_lot_core v0.8.6
57222025-07-01T18:56:41.274Z Fresh peg-macros v0.8.5
57232025-07-01T18:56:41.274Z Fresh crunchy v0.2.2
57242025-07-01T18:56:41.274Z Fresh flume v0.11.1
57252025-07-01T18:56:41.274Z Fresh sqlparser_derive v0.2.2
57262025-07-01T18:56:41.274Z Fresh bit-vec v0.6.3
57272025-07-01T18:56:41.275Z Fresh unicode_categories v0.1.1
57282025-07-01T18:56:41.275Z Fresh chrono-tz v0.10.3
57292025-07-01T18:56:41.275Z Fresh tiny-keccak v2.0.2
57302025-07-01T18:56:41.275Z Fresh sqlparser v0.45.0
57312025-07-01T18:56:41.275Z Fresh bit-set v0.5.3
57322025-07-01T18:56:41.275Z Fresh sqlformat v0.3.5
57332025-07-01T18:56:41.275Z Fresh rustyline v14.0.0
57342025-07-01T18:56:41.275Z Fresh parking_lot v0.11.2
57352025-07-01T18:56:41.275Z Fresh peg v0.8.5
57362025-07-01T18:56:41.275Z Fresh ascii-canvas v3.0.0
57372025-07-01T18:56:41.275Z Fresh prefix-trie v0.7.0
57382025-07-01T18:56:41.275Z Fresh ena v0.14.3
57392025-07-01T18:56:41.275Z Fresh regex-syntax v0.6.29
57402025-07-01T18:56:41.275Z Fresh sled v0.34.7
57412025-07-01T18:56:41.275Z Fresh hickory-server v0.25.2
57422025-07-01T18:56:41.275Z Fresh lalrpop v0.19.12
57432025-07-01T18:56:41.275Z Fresh hickory-client v0.25.2
57442025-07-01T18:56:41.275Z Fresh bindgen v0.71.1
57452025-07-01T18:56:41.275Z Fresh derive_builder_core v0.20.2
57462025-07-01T18:56:41.275Z Fresh derive_builder_macro v0.20.2
57472025-07-01T18:56:41.275Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d)
57482025-07-01T18:56:41.275Z Fresh strum_macros v0.24.3
57492025-07-01T18:56:41.275Z Fresh indoc v1.0.9
57502025-07-01T18:56:41.275Z Fresh assert_matches v1.5.0
57512025-07-01T18:56:41.276Z Fresh derive_builder v0.20.2
57522025-07-01T18:56:41.276Z Fresh libxml v0.3.3
57532025-07-01T18:56:41.276Z Fresh polar-core v0.27.3
57542025-07-01T18:56:41.276Z Fresh impl-trait-for-tuples v0.2.2
57552025-07-01T18:56:41.276Z Fresh oso-derive v0.27.3
57562025-07-01T18:56:41.276Z Fresh quick-xml v0.37.2
57572025-07-01T18:56:41.276Z Fresh oso v0.27.3
57582025-07-01T18:56:41.276Z Fresh samael v0.0.19
57592025-07-01T18:56:41.276Z Fresh predicates-tree v1.0.12
57602025-07-01T18:56:41.276Z Fresh primeorder v0.13.6
57612025-07-01T18:56:41.276Z Fresh unicase v2.7.0
57622025-07-01T18:56:41.276Z Fresh signal-hook-tokio v0.3.1
57632025-07-01T18:56:41.276Z Fresh http-range v0.1.5
57642025-07-01T18:56:41.276Z Fresh ignore v0.4.23
57652025-07-01T18:56:41.277Z Fresh bb8 v0.8.5
57662025-07-01T18:56:41.277Z Fresh pin-project-internal v1.1.6
57672025-07-01T18:56:41.277Z Fresh atty v0.2.14
57682025-07-01T18:56:41.277Z Fresh globwalk v0.9.1
57692025-07-01T18:56:41.277Z Fresh async-bb8-diesel v0.2.1
57702025-07-01T18:56:41.277Z Fresh diesel-dtrace v0.4.2
57712025-07-01T18:56:41.277Z Fresh pin-project v1.1.6
57722025-07-01T18:56:41.277Z Fresh p384 v0.13.0
57732025-07-01T18:56:41.277Z Fresh mime_guess v2.0.5
57742025-07-01T18:56:41.277Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
57752025-07-01T18:56:41.277Z Fresh tungstenite v0.23.0
57762025-07-01T18:56:41.277Z Fresh void v1.0.2
57772025-07-01T18:56:41.277Z Fresh salty v0.3.0
57782025-07-01T18:56:41.277Z Fresh lzss v0.8.2
57792025-07-01T18:56:41.278Z Fresh tokio-tungstenite v0.23.1
57802025-07-01T18:56:41.278Z Fresh hyper-staticfile v0.10.1
57812025-07-01T18:56:41.278Z Fresh camino-tempfile-ext v0.3.1
57822025-07-01T18:56:41.278Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
57832025-07-01T18:56:41.278Z Fresh nix v0.27.1
57842025-07-01T18:56:41.278Z Fresh snafu-derive v0.8.5
57852025-07-01T18:56:41.278Z Fresh serde_bytes v0.11.17
57862025-07-01T18:56:41.278Z Fresh env_filter v0.1.2
57872025-07-01T18:56:41.278Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
57882025-07-01T18:56:41.278Z Fresh snafu v0.8.5
57892025-07-01T18:56:41.278Z Fresh env_logger v0.11.5
57902025-07-01T18:56:41.278Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
57912025-07-01T18:56:41.278Z Fresh olpc-cjson v0.1.4
57922025-07-01T18:56:41.279Z Fresh serde_plain v1.0.2
57932025-07-01T18:56:41.279Z Fresh typed-path v0.9.3
57942025-07-01T18:56:41.279Z Fresh fs-err v2.11.0
57952025-07-01T18:56:41.279Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
57962025-07-01T18:56:41.279Z Fresh secrecy v0.8.0
57972025-07-01T18:56:41.279Z Fresh parse-size v1.1.0
57982025-07-01T18:56:41.308Z Fresh tough v0.20.0
57992025-07-01T18:56:41.308Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
58002025-07-01T18:56:41.308Z Fresh rand_seeder v0.3.0
58012025-07-01T18:56:41.308Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
58022025-07-01T18:56:41.308Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
58032025-07-01T18:56:41.308Z Fresh csv-core v0.1.11
58042025-07-01T18:56:41.308Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
58052025-07-01T18:56:41.308Z Fresh yansi v1.0.1
58062025-07-01T18:56:41.308Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
58072025-07-01T18:56:41.308Z Fresh csv v1.3.1
58082025-07-01T18:56:41.308Z Fresh pretty_assertions v1.4.1
58092025-07-01T18:56:41.308Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
58102025-07-01T18:56:41.309Z Fresh castaway v0.2.3
58112025-07-01T18:56:41.309Z Fresh concurrent-queue v2.5.0
58122025-07-01T18:56:41.309Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
58132025-07-01T18:56:41.309Z Fresh indoc v2.0.6
58142025-07-01T18:56:41.310Z Fresh parking v2.2.1
58152025-07-01T18:56:41.310Z Fresh compact_str v0.8.0
58162025-07-01T18:56:41.310Z Fresh typeid v1.0.3
58172025-07-01T18:56:41.310Z Fresh libz-sys v1.1.20
58182025-07-01T18:56:41.310Z Fresh unicode-truncate v1.1.0
58192025-07-01T18:56:41.310Z Fresh lru v0.12.5
58202025-07-01T18:56:41.310Z Fresh erased-serde v0.4.6
58212025-07-01T18:56:41.310Z Fresh ordered-float v2.10.1
58222025-07-01T18:56:41.310Z Fresh instability v0.3.2
58232025-07-01T18:56:41.310Z Fresh cassowary v0.3.0
58242025-07-01T18:56:41.310Z Fresh smawk v0.3.2
58252025-07-01T18:56:41.310Z Fresh unicode-linebreak v0.1.5
58262025-07-01T18:56:41.310Z Fresh is_ci v1.2.0
58272025-07-01T18:56:41.310Z Fresh ratatui v0.29.0
58282025-07-01T18:56:41.310Z Fresh supports-color v3.0.2
58292025-07-01T18:56:41.310Z Fresh serde-untagged v0.1.7
58302025-07-01T18:56:41.310Z Fresh serde-value v0.7.0
58312025-07-01T18:56:41.310Z Fresh textwrap v0.16.2
58322025-07-01T18:56:41.310Z Fresh libgit2-sys v0.17.0+1.8.1
58332025-07-01T18:56:41.310Z Fresh cargo-platform v0.1.8
58342025-07-01T18:56:41.310Z Fresh git2 v0.19.0
58352025-07-01T18:56:41.310Z Fresh cargo_metadata v0.18.1
58362025-07-01T18:56:41.310Z Fresh cargo-util-schemas v0.2.0
58372025-07-01T18:56:41.310Z Fresh event-listener v5.3.1
58382025-07-01T18:56:41.311Z Fresh cargo-platform v0.2.0
58392025-07-01T18:56:41.311Z Fresh vergen v8.3.2
58402025-07-01T18:56:41.311Z Fresh cargo_metadata v0.20.0
58412025-07-01T18:56:41.311Z Fresh event-listener-strategy v0.5.2
58422025-07-01T18:56:41.311Z Fresh rustls-webpki v0.101.7
58432025-07-01T18:56:41.311Z Fresh sct v0.7.1
58442025-07-01T18:56:41.311Z Fresh rustls v0.21.12
58452025-07-01T18:56:41.311Z Fresh futures-lite v2.3.0
58462025-07-01T18:56:41.311Z Fresh tokio-rustls v0.24.1
58472025-07-01T18:56:41.312Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
58482025-07-01T18:56:41.312Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
58492025-07-01T18:56:41.312Z Fresh rustls-pemfile v1.0.4
58502025-07-01T18:56:41.312Z Fresh twox-hash v2.1.0
58512025-07-01T18:56:41.312Z Fresh shell-words v1.1.0
58522025-07-01T18:56:41.312Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
58532025-07-01T18:56:41.312Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
58542025-07-01T18:56:41.312Z Fresh async-lock v3.4.0
58552025-07-01T18:56:41.312Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
58562025-07-01T18:56:41.312Z Fresh fatfs v0.3.6
58572025-07-01T18:56:41.312Z Fresh polling v3.7.3
58582025-07-01T18:56:41.312Z Fresh async-task v4.7.1
58592025-07-01T18:56:41.313Z Fresh plotters-backend v0.3.7
58602025-07-01T18:56:41.313Z Fresh async-channel v2.3.1
58612025-07-01T18:56:41.313Z Fresh piper v0.2.4
58622025-07-01T18:56:41.313Z Fresh async-io v2.3.4
58632025-07-01T18:56:41.313Z Fresh plotters-svg v0.3.7
58642025-07-01T18:56:41.313Z Fresh rtoolbox v0.0.2
58652025-07-01T18:56:41.313Z Fresh cast v0.3.0
58662025-07-01T18:56:41.313Z Fresh hex-literal v0.4.1
58672025-07-01T18:56:41.313Z Fresh blocking v1.6.1
58682025-07-01T18:56:41.313Z Fresh async-executor v1.13.1
58692025-07-01T18:56:41.313Z Fresh criterion-plot v0.5.0
58702025-07-01T18:56:41.313Z Fresh rpassword v7.4.0
58712025-07-01T18:56:41.313Z Fresh async-signal v0.2.10
58722025-07-01T18:56:41.313Z Fresh plotters v0.3.7
58732025-07-01T18:56:41.313Z Fresh tui-tree-widget v0.23.1
58742025-07-01T18:56:41.313Z Fresh tinytemplate v1.2.1
58752025-07-01T18:56:41.314Z Fresh futures-timer v3.0.3
58762025-07-01T18:56:41.314Z Fresh event-listener v2.5.3
58772025-07-01T18:56:41.314Z Fresh oorandom v11.1.4
58782025-07-01T18:56:41.314Z Fresh anes v0.1.6
58792025-07-01T18:56:41.314Z Fresh async-process v2.3.0
58802025-07-01T18:56:41.314Z Fresh async-global-executor v2.4.1
58812025-07-01T18:56:41.314Z Fresh criterion v0.6.0
58822025-07-01T18:56:41.314Z Fresh async-channel v1.9.0
58832025-07-01T18:56:41.314Z Fresh polyval v0.6.2
58842025-07-01T18:56:41.314Z Fresh async-attributes v1.1.2
58852025-07-01T18:56:41.314Z Fresh kv-log-macro v1.0.7
58862025-07-01T18:56:41.314Z Fresh petname v2.0.2
58872025-07-01T18:56:41.314Z Fresh ghash v0.5.1
58882025-07-01T18:56:41.314Z Fresh async-std v1.13.0
58892025-07-01T18:56:41.314Z Fresh ctr v0.9.2
58902025-07-01T18:56:41.314Z Fresh sync-ptr v0.1.4
58912025-07-01T18:56:41.314Z Fresh async-object-pool v0.1.5
58922025-07-01T18:56:41.314Z Fresh aes-gcm v0.10.3
58932025-07-01T18:56:41.314Z Fresh ssh-encoding v0.2.0
58942025-07-01T18:56:41.314Z Fresh blowfish v0.9.1
58952025-07-01T18:56:41.314Z Fresh serde_regex v1.1.0
58962025-07-01T18:56:41.314Z Fresh assert-json-diff v2.0.2
58972025-07-01T18:56:41.315Z Fresh path-tree v0.8.1
58982025-07-01T18:56:41.345Z Fresh arrayvec v0.7.6
58992025-07-01T18:56:41.345Z Fresh arrayref v0.3.9
59002025-07-01T18:56:41.346Z Fresh stringmetrics v2.2.2
59012025-07-01T18:56:41.346Z Fresh constant_time_eq v0.3.1
59022025-07-01T18:56:41.346Z Fresh ssh-cipher v0.2.0
59032025-07-01T18:56:41.346Z Fresh target-lexicon v0.13.2
59042025-07-01T18:56:41.346Z Fresh bcrypt-pbkdf v0.10.0
59052025-07-01T18:56:41.346Z Fresh httpmock v0.8.0-alpha.1
59062025-07-01T18:56:41.346Z Fresh password-hash v0.4.2
59072025-07-01T18:56:41.346Z Fresh pbkdf2 v0.11.0
59082025-07-01T18:56:41.346Z Fresh guppy-workspace-hack v0.1.0
59092025-07-01T18:56:41.346Z Fresh cfg-expr v0.18.0
59102025-07-01T18:56:41.346Z Fresh ssh-key v0.6.6
59112025-07-01T18:56:41.346Z Fresh p521 v0.13.3
59122025-07-01T18:56:41.346Z Fresh p256 v0.13.2
59132025-07-01T18:56:41.346Z Fresh russh-cryptovec v0.7.3
59142025-07-01T18:56:41.346Z Fresh md5 v0.7.0
59152025-07-01T18:56:41.346Z Fresh target-spec v3.4.2
59162025-07-01T18:56:41.346Z Fresh petgraph v0.7.1
59172025-07-01T18:56:41.346Z Fresh russh-keys v0.45.0
59182025-07-01T18:56:41.346Z Fresh httptest v0.16.3
59192025-07-01T18:56:41.346Z Fresh pathdiff v0.2.3
59202025-07-01T18:56:41.346Z Fresh num-bigint v0.4.6
59212025-07-01T18:56:41.346Z Fresh des v0.8.1
59222025-07-01T18:56:41.347Z Fresh memmap2 v0.9.5
59232025-07-01T18:56:41.347Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
59242025-07-01T18:56:41.348Z Fresh nested v0.1.1
59252025-07-01T18:56:41.348Z Fresh blake3 v1.5.4
59262025-07-01T18:56:41.348Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
59272025-07-01T18:56:41.348Z Fresh russh v0.45.0
59282025-07-01T18:56:41.348Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
59292025-07-01T18:56:41.348Z Fresh topological-sort v0.2.2
59302025-07-01T18:56:41.348Z Fresh guppy v0.17.19
59312025-07-01T18:56:41.348Z Fresh escape8259 v0.5.3
59322025-07-01T18:56:41.348Z Fresh internet-checksum v0.2.1
59332025-07-01T18:56:41.348Z Fresh omicron-zone-package v0.12.2
59342025-07-01T18:56:41.348Z Fresh libtest-mimic v0.8.1
59352025-07-01T18:56:41.348Z Fresh doc-comment v0.3.3
59362025-07-01T18:56:41.348Z Fresh fancy-regex v0.14.0
59372025-07-01T18:56:41.348Z Compiling similar-asserts v1.7.0
59382025-07-01T18:56:41.348Z Fresh proc-macro-crate v3.2.0
59392025-07-01T18:56:41.349Z Fresh relative-path v1.9.3
59402025-07-01T18:56:41.349Z Fresh assert_cmd v2.0.17
59412025-07-01T18:56:41.349Z Running `/home/build/.rustup/toolchains/1.87.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=8a64ad0db68be1fa -C extra-filename=-ab2ff3dc60214ab8 --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-379a38323fc33607.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
59422025-07-01T18:56:41.349Z Fresh datatest-stable v0.3.2
59432025-07-01T18:56:41.349Z Fresh rstest_macros v0.25.0
59442025-07-01T18:56:41.349Z Fresh target-triple v0.1.3
59452025-07-01T18:56:41.349Z Fresh support-bundle-viewer v0.1.2
59462025-07-01T18:56:41.349Z Fresh multimap v0.10.1
59472025-07-01T18:56:41.349Z Fresh uzers v0.12.1
59482025-07-01T18:56:41.349Z Fresh rstest v0.25.0
59492025-07-01T18:56:41.349Z Fresh trybuild v1.0.105
59502025-07-01T18:56:41.349Z Fresh blake2b_simd v1.0.2
59512025-07-01T18:56:41.349Z Fresh partial-io v0.5.4
59522025-07-01T18:56:41.349Z Fresh rand_distr v0.4.3
59532025-07-01T18:56:41.349Z Fresh approx v0.5.1
59542025-07-01T18:56:41.349Z Fresh rust-argon2 v2.1.0
59552025-07-01T18:56:41.349Z Fresh cargo_toml v0.21.0
59562025-07-01T18:56:41.349Z Fresh termios v0.3.3
59572025-07-01T18:56:41.349Z Fresh omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
59582025-07-01T18:56:41.349Z Fresh omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
59592025-07-01T18:56:41.349Z Fresh gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
59602025-07-01T18:56:41.349Z Fresh xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
59612025-07-01T18:56:41.349Z Fresh omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
59622025-07-01T18:56:41.349Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
59632025-07-01T18:56:41.350Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
59642025-07-01T18:56:41.350Z Fresh ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
59652025-07-01T18:56:41.350Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
59662025-07-01T18:56:41.350Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
59672025-07-01T18:56:41.350Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
59682025-07-01T18:56:41.350Z Fresh omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
59692025-07-01T18:56:41.350Z Fresh nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
59702025-07-01T18:56:41.350Z Fresh omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
59712025-07-01T18:56:41.350Z Fresh db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
59722025-07-01T18:56:41.350Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
59732025-07-01T18:56:41.350Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
59742025-07-01T18:56:41.350Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
59752025-07-01T18:56:41.350Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
59762025-07-01T18:56:41.350Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
59772025-07-01T18:56:41.350Z Fresh clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
59782025-07-01T18:56:41.351Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
59792025-07-01T18:56:41.351Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
59802025-07-01T18:56:41.351Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
59812025-07-01T18:56:41.351Z Fresh reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
59822025-07-01T18:56:41.351Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
59832025-07-01T18:56:41.351Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
59842025-07-01T18:56:41.351Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
59852025-07-01T18:56:41.351Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
59862025-07-01T18:56:41.351Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
59872025-07-01T18:56:41.351Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
59882025-07-01T18:56:41.351Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
59892025-07-01T18:56:41.351Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
59902025-07-01T18:56:41.351Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
59912025-07-01T18:56:41.351Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6c3197ff2a6a528 -C extra-filename=-3f41be2fa55dd1f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f05b38a1693947ae.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8f48386289f8297f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-19ee068f132a70b6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b93b08f1fe4bd730.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-32b4f5f8acabaffe.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-081cc3740326b507.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b6e5bf3de24a3bd.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-eaa4f07478887e8d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-bb032ed2b9fe9a53.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3c1a5cec0da23864.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5ff1747ff7a43340.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-844357d8b6c7cc7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2091f5620f0c858a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5be13ad528ce72d8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-295f153c25648a92.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
59922025-07-01T18:56:41.351Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
59932025-07-01T18:56:41.351Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
59942025-07-01T18:56:41.351Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
59952025-07-01T18:56:41.351Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
59962025-07-01T18:56:41.351Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
59972025-07-01T18:56:41.351Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af50611d710ffbf2 -C extra-filename=-0bcfbb16aa75631c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f05b38a1693947ae.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8f48386289f8297f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-19ee068f132a70b6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b93b08f1fe4bd730.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-32b4f5f8acabaffe.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-081cc3740326b507.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b6e5bf3de24a3bd.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-eaa4f07478887e8d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-bb032ed2b9fe9a53.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3c1a5cec0da23864.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5ff1747ff7a43340.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-844357d8b6c7cc7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2091f5620f0c858a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5be13ad528ce72d8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-295f153c25648a92.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out`
59982025-07-01T18:56:41.381Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
59992025-07-01T18:56:41.381Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
60002025-07-01T18:56:41.381Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
60012025-07-01T18:56:41.381Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
60022025-07-01T18:56:41.381Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
60032025-07-01T18:56:41.381Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
60042025-07-01T18:56:41.381Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
60052025-07-01T18:56:41.381Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
60062025-07-01T18:56:41.381Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
60072025-07-01T18:56:41.381Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
60082025-07-01T18:56:41.381Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
60092025-07-01T18:56:41.382Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
60102025-07-01T18:56:41.382Z Fresh omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
60112025-07-01T18:56:41.383Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
60122025-07-01T18:56:41.383Z Fresh mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
60132025-07-01T18:56:41.383Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
60142025-07-01T18:56:41.383Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
60152025-07-01T18:56:41.383Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
60162025-07-01T18:56:41.383Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
60172025-07-01T18:56:41.383Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
60182025-07-01T18:56:41.383Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
60192025-07-01T18:56:41.383Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
60202025-07-01T18:56:41.383Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
60212025-07-01T18:56:41.383Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
60222025-07-01T18:56:41.383Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
60232025-07-01T18:56:41.383Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
60242025-07-01T18:56:41.383Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
60252025-07-01T18:56:41.383Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
60262025-07-01T18:56:41.383Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
60272025-07-01T18:56:41.383Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
60282025-07-01T18:56:41.383Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
60292025-07-01T18:56:41.383Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
60302025-07-01T18:56:41.383Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
60312025-07-01T18:56:41.383Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
60322025-07-01T18:56:41.383Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
60332025-07-01T18:56:41.383Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
60342025-07-01T18:56:41.384Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
60352025-07-01T18:56:41.384Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
60362025-07-01T18:56:41.384Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
60372025-07-01T18:56:41.384Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
60382025-07-01T18:56:41.384Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
60392025-07-01T18:56:41.384Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
60402025-07-01T18:56:41.384Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
60412025-07-01T18:56:41.384Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
60422025-07-01T18:56:41.384Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
60432025-07-01T18:56:41.385Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
60442025-07-01T18:56:41.385Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
60452025-07-01T18:56:41.385Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
60462025-07-01T18:56:41.385Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
60472025-07-01T18:56:41.385Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
60482025-07-01T18:56:41.385Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
60492025-07-01T18:56:41.385Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
60502025-07-01T18:56:41.385Z Fresh internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
60512025-07-01T18:56:41.413Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
60522025-07-01T18:56:41.413Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
60532025-07-01T18:56:41.413Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
60542025-07-01T18:56:41.413Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
60552025-07-01T18:56:41.413Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
60562025-07-01T18:56:41.413Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
60572025-07-01T18:56:41.413Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
60582025-07-01T18:56:41.413Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
60592025-07-01T18:56:41.414Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
60602025-07-01T18:56:41.414Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
60612025-07-01T18:56:41.414Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
60622025-07-01T18:56:41.414Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
60632025-07-01T18:56:41.414Z Fresh crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
60642025-07-01T18:56:41.414Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
60652025-07-01T18:56:41.414Z Fresh cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
60662025-07-01T18:56:41.414Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
60672025-07-01T18:56:41.414Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
60682025-07-01T18:56:41.414Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
60692025-07-01T18:56:41.414Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
60702025-07-01T18:56:41.414Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
60712025-07-01T18:56:41.414Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
60722025-07-01T18:56:41.414Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
60732025-07-01T18:56:41.415Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
60742025-07-01T18:56:41.415Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
60752025-07-01T18:56:41.415Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
60762025-07-01T18:56:41.415Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
60772025-07-01T18:56:41.415Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
60782025-07-01T18:56:41.415Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
60792025-07-01T18:56:41.415Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
60802025-07-01T18:56:41.415Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
60812025-07-01T18:56:41.415Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
60822025-07-01T18:56:41.415Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
60832025-07-01T18:56:41.415Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
60842025-07-01T18:56:41.415Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
60852025-07-01T18:56:41.415Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
60862025-07-01T18:56:41.415Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
60872025-07-01T18:56:41.415Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
60882025-07-01T18:56:41.415Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
60892025-07-01T18:56:41.415Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
60902025-07-01T18:56:41.415Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
60912025-07-01T18:56:41.415Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
60922025-07-01T18:56:41.415Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
60932025-07-01T18:56:41.415Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
60942025-07-01T18:56:41.415Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
60952025-07-01T18:56:41.415Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
60962025-07-01T18:56:41.416Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
60972025-07-01T18:56:41.416Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
60982025-07-01T18:56:41.416Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
60992025-07-01T18:56:41.416Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
61002025-07-01T18:56:41.416Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
61012025-07-01T18:56:41.416Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
61022025-07-01T18:56:41.416Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
61032025-07-01T18:56:41.416Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
61042025-07-01T18:56:41.416Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
61052025-07-01T18:56:41.416Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
61062025-07-01T18:56:41.416Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
61072025-07-01T18:56:41.416Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
61082025-07-01T18:56:43.432Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75d4cf853b757c28 -C extra-filename=-58f14cba03876ea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f05b38a1693947ae.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8f48386289f8297f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-19ee068f132a70b6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b93b08f1fe4bd730.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-32b4f5f8acabaffe.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-081cc3740326b507.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b6e5bf3de24a3bd.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-eaa4f07478887e8d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-bb032ed2b9fe9a53.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3c1a5cec0da23864.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5ff1747ff7a43340.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-844357d8b6c7cc7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2091f5620f0c858a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5be13ad528ce72d8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-295f153c25648a92.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b04fa9e18f93290.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ab2ff3dc60214ab8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
61092025-07-01T18:56:43.486Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f8ec1c26c0b14f3 -C extra-filename=-f14e577b55ff1574 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f05b38a1693947ae.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8f48386289f8297f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-19ee068f132a70b6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b93b08f1fe4bd730.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-32b4f5f8acabaffe.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-081cc3740326b507.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b6e5bf3de24a3bd.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-eaa4f07478887e8d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-bb032ed2b9fe9a53.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3c1a5cec0da23864.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5ff1747ff7a43340.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-844357d8b6c7cc7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2091f5620f0c858a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5be13ad528ce72d8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b04fa9e18f93290.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ab2ff3dc60214ab8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
61102025-07-01T18:56:43.486Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba87b7a56b0174e3 -C extra-filename=-f06f5a60208674be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f05b38a1693947ae.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8f48386289f8297f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-19ee068f132a70b6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b93b08f1fe4bd730.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-32b4f5f8acabaffe.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-081cc3740326b507.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b6e5bf3de24a3bd.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-eaa4f07478887e8d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-bb032ed2b9fe9a53.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3c1a5cec0da23864.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5ff1747ff7a43340.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-844357d8b6c7cc7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2091f5620f0c858a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5be13ad528ce72d8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-295f153c25648a92.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b04fa9e18f93290.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ab2ff3dc60214ab8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
61112025-07-01T18:56:43.486Z Running `/home/build/.rustup/toolchains/1.87.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' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bacf86c422d7714e -C extra-filename=-2ab47f8c1995234f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f05b38a1693947ae.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8f48386289f8297f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-19ee068f132a70b6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b93b08f1fe4bd730.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-32b4f5f8acabaffe.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-081cc3740326b507.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b6e5bf3de24a3bd.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-eaa4f07478887e8d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-bb032ed2b9fe9a53.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3c1a5cec0da23864.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5ff1747ff7a43340.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-844357d8b6c7cc7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2091f5620f0c858a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5be13ad528ce72d8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-295f153c25648a92.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b04fa9e18f93290.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ab2ff3dc60214ab8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --cfg tokio_unstable -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-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out -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-a4c3fdc0c738972f/out -L /usr/platform/oxide/lib/amd64/`
61122025-07-01T19:07:00.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10m 24s
61132025-07-01T19:07:01.235Z
61142025-07-01T19:07:01.236Zreal 10:25.004673563
61152025-07-01T19:07:01.236Zuser 21:04.480720476
61162025-07-01T19:07:01.236Zsys 1:31.351870895
61172025-07-01T19:07:01.236Ztrap 0.587306153
61182025-07-01T19:07:01.236Ztflt 1.614805896
61192025-07-01T19:07:01.236Zdflt 20.057008273
61202025-07-01T19:07:01.236Zkflt 0.146694438
61212025-07-01T19:07:01.236Zlock 47:07.074682183
61222025-07-01T19:07:01.236Zslp 1:07:27.899409226
61232025-07-01T19:07:01.236Zlat 5.550435994
61242025-07-01T19:07:01.236Zstop 7.883641302
61252025-07-01T19:07:01.271Z+ banner test
61262025-07-01T19:07:01.271Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
61272025-07-01T19:07:02.063Z
61282025-07-01T19:07:02.063Z ##### ###### #### #####
61292025-07-01T19:07:02.063Z # # # #
61302025-07-01T19:07:02.063Z # ##### #### #
61312025-07-01T19:07:02.063Z # # # #
61322025-07-01T19:07:02.063Z # # # # #
61332025-07-01T19:07:02.063Z # ###### #### #
61342025-07-01T19:07:02.063Z
61352025-07-01T19:07:04.301Zinfo: experimental features enabled: setup-scripts
61362025-07-01T19:07:07.179Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
61372025-07-01T19:07:07.238Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
61382025-07-01T19:07:07.286Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
61392025-07-01T19:07:07.331Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
61402025-07-01T19:07:07.370Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
61412025-07-01T19:07:24.765Z Finished `test` profile [unoptimized + debuginfo] target(s) in 20.44s
61422025-07-01T19:07:28.962Z────────────
61432025-07-01T19:07:28.962Z Nextest run ID 0fe736c4-ba7f-4e88-97be-06e6a562c94d with nextest profile: ci
61442025-07-01T19:07:28.962Z Starting 2123 tests across 205 binaries (3 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
61452025-07-01T19:07:28.988Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
61462025-07-01T19:07:30.651Z Compiling newtype-uuid v1.2.4
61472025-07-01T19:07:31.369Z Compiling daft v0.1.3
61482025-07-01T19:07:31.978Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
61492025-07-01T19:07:32.563Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
61502025-07-01T19:07:32.640Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
61512025-07-01T19:07:33.538Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
61522025-07-01T19:07:46.968Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
61532025-07-01T19:07:50.320Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
61542025-07-01T19:07:53.542Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
61552025-07-01T19:08:04.073Z Finished `test` profile [unoptimized + debuginfo] target(s) in 34.99s
61562025-07-01T19:08:04.212Z Running `target/debug/crdb-seed`
61572025-07-01T19:08:04.300ZJul 01 19:08:04.237 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp8tivbJ
61582025-07-01T19:08:04.301ZJul 01 19:08:04.242 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpLI0KHC,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp8tivbJ/listen-url
61592025-07-01T19:08:04.327ZJul 01 19:08:04.242 INFO cockroach environment: BUILDOMAT_JOB_ID=01JZ3KN7DYZJC260VP596WSK8H BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.87.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=dap/mgs-u16 GITHUB_REF=refs/heads/dap/mgs-u16 GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=8930190bbe30b92f7115059b006e026b8ce59209 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-f308cd72fa53b00a/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out:/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envt1fbBC NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out:/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RUN_ID=0fe736c4-ba7f-4e88-97be-06e6a562c94d 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=--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.87.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
61602025-07-01T19:08:05.857ZJul 01 19:08:05.798 INFO cockroach pid: 12436
61612025-07-01T19:08:05.857ZJul 01 19:08:05.799 INFO cockroach listen URL: postgresql://root@[::1]:45727/omicron?sslmode=disable
61622025-07-01T19:08:05.883ZJul 01 19:08:05.813 INFO cockroach: populating
61632025-07-01T19:08:09.144ZJul 01 19:08:09.086 INFO cockroach: populated
61642025-07-01T19:08:11.602ZJul 01 19:08:11.544 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/f6931ff9db4a3d540e379b4ddf8578a8fea3c50cc3ceab702797ce776694e320.tar`
61652025-07-01T19:08:11.628Z SETUP PASS [ 42.645s] crdb-seed: cargo run -p crdb-seed --profile test
61662025-07-01T19:08:11.628Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
61672025-07-01T19:08:13.362Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
61682025-07-01T19:08:13.396Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
61692025-07-01T19:08:13.396Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
61702025-07-01T19:08:13.396Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
61712025-07-01T19:08:13.396Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
61722025-07-01T19:08:16.889Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
61732025-07-01T19:08:16.967Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
61742025-07-01T19:08:21.362Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
61752025-07-01T19:08:23.668Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
61762025-07-01T19:08:35.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.38s
61772025-07-01T19:08:35.256Z Running `target/debug/clickhouse-cluster-dev`
61782025-07-01T19:08:35.339ZJul 01 19:08:35.281 INFO Setting up a ClickHouse cluster
61792025-07-01T19:08:35.365ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
61802025-07-01T19:08:35.365ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
61812025-07-01T19:08:35.365ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
61822025-07-01T19:08:35.365ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
61832025-07-01T19:08:35.365ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
61842025-07-01T19:08:37.181ZJul 01 19:08:37.123 INFO ClickHouse server ready
61852025-07-01T19:08:37.567ZJul 01 19:08:37.509 INFO ClickHouse server ready
61862025-07-01T19:08:38.307ZJul 01 19:08:38.249 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
61872025-07-01T19:08:38.333Z SETUP PASS [ 26.703s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
61882025-07-01T19:09:07.762Z PASS [ 29.439s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
61892025-07-01T19:09:08.136Z PASS [ 29.814s] omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
61902025-07-01T19:09:19.413Z PASS [ 41.091s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
61912025-07-01T19:09:20.257Z PASS [ 41.934s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
61922025-07-01T19:09:29.561Z PASS [ 51.236s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
61932025-07-01T19:09:31.105Z PASS [ 52.781s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
61942025-07-01T19:09:38.326Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
61952025-07-01T19:09:38.352Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
61962025-07-01T19:09:57.804Z PASS [ 50.041s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
61972025-07-01T19:09:59.801Z PASS [ 51.665s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
61982025-07-01T19:10:11.058Z PASS [ 50.801s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
61992025-07-01T19:10:14.541Z PASS [ 43.436s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
62002025-07-01T19:10:19.416Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
62012025-07-01T19:10:20.032Z PASS [ 50.471s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
62022025-07-01T19:10:38.327Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
62032025-07-01T19:10:38.353Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
62042025-07-01T19:10:46.529Z PASS [ 48.725s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
62052025-07-01T19:10:50.329Z PASS [ 50.528s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
62062025-07-01T19:11:01.288Z PASS [ 41.256s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
62072025-07-01T19:11:11.060Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
62082025-07-01T19:11:12.671Z PASS [ 26.143s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
62092025-07-01T19:11:12.704Z PASS [ 0.033s] api_identity test::test_identity
62102025-07-01T19:11:12.732Z PASS [ 0.021s] api_identity test::test_identity_no_field
62112025-07-01T19:11:12.773Z PASS [ 0.047s] authz-macros tests::test_authz_snapshots
62122025-07-01T19:11:12.845Z PASS [ 0.072s] bootstore schemes::tests::hello_roundtrip
62132025-07-01T19:11:13.092Z PASS [ 113.679s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
62142025-07-01T19:11:13.186Z PASS [ 0.095s] bootstore schemes::v0::peer::tests::network_config
62152025-07-01T19:11:13.217Z PASS [ 0.031s] bootstore schemes::v0::share_pkg::tests::create_packages
62162025-07-01T19:11:13.247Z PASS [ 0.030s] bootstore trust_quorum::rack_secret::tests::create_and_verify
62172025-07-01T19:11:13.289Z PASS [ 0.042s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
62182025-07-01T19:11:13.970Z PASS [ 1.125s] bootstore schemes::v0::peer::tests::basic_3_nodes
62192025-07-01T19:11:14.544Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
62202025-07-01T19:11:16.907Z PASS [ 26.578s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
62212025-07-01T19:11:17.157Z PASS [ 0.249s] cert-dev::test-cert-dev test_cert_create
62222025-07-01T19:11:17.747Z PASS [ 0.591s] clickana chart::tests::gather_chart_data_failure
62232025-07-01T19:11:17.792Z PASS [ 0.043s] clickana chart::tests::gather_chart_data_for_disk_usage_success
62242025-07-01T19:11:17.818Z PASS [ 0.020s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
62252025-07-01T19:11:17.844Z PASS [ 0.024s] clickana chart::tests::gather_chart_data_for_query_count_success
62262025-07-01T19:11:17.869Z PASS [ 0.022s] clickana chart::tests::gather_chart_data_for_running_queries_success
62272025-07-01T19:11:17.925Z PASS [ 0.066s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
62282025-07-01T19:11:17.980Z PASS [ 0.055s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
62292025-07-01T19:11:18.009Z PASS [ 0.029s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
62302025-07-01T19:11:18.039Z PASS [ 0.030s] clickhouse-admin-types tests::test_empty_output_parse_fail
62312025-07-01T19:11:18.074Z PASS [ 0.035s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
62322025-07-01T19:11:18.123Z PASS [ 0.047s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
62332025-07-01T19:11:18.164Z PASS [ 0.041s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
62342025-07-01T19:11:18.214Z PASS [ 0.050s] clickhouse-admin-types tests::test_full_lgif_parse_success
62352025-07-01T19:11:18.251Z PASS [ 0.035s] clickhouse-admin-types tests::test_full_raft_config_parse_success
62362025-07-01T19:11:18.291Z PASS [ 0.042s] clickhouse-admin-types tests::test_generate_keeper_config
62372025-07-01T19:11:18.330Z PASS [ 0.030s] clickhouse-admin-types tests::test_generate_replica_config
62382025-07-01T19:11:18.364Z PASS [ 0.036s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
62392025-07-01T19:11:18.392Z PASS [ 0.032s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
62402025-07-01T19:11:18.428Z PASS [ 0.039s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
62412025-07-01T19:11:18.458Z PASS [ 0.030s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
62422025-07-01T19:11:18.490Z PASS [ 0.032s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
62432025-07-01T19:11:18.523Z PASS [ 0.033s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
62442025-07-01T19:11:19.085Z PASS [ 0.029s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
62452025-07-01T19:11:19.116Z PASS [ 0.039s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
62462025-07-01T19:11:19.116Z PASS [ 0.030s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
62472025-07-01T19:11:19.116Z PASS [ 0.029s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
62482025-07-01T19:11:19.116Z PASS [ 0.026s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
62492025-07-01T19:11:19.116Z PASS [ 0.031s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
62502025-07-01T19:11:19.116Z PASS [ 0.038s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
62512025-07-01T19:11:19.116Z PASS [ 0.030s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
62522025-07-01T19:11:19.116Z PASS [ 0.035s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
62532025-07-01T19:11:19.116Z PASS [ 0.029s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
62542025-07-01T19:11:19.116Z PASS [ 0.030s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
62552025-07-01T19:11:19.117Z PASS [ 0.030s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
62562025-07-01T19:11:19.117Z PASS [ 0.029s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
62572025-07-01T19:11:19.117Z PASS [ 0.030s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
62582025-07-01T19:11:19.117Z PASS [ 0.030s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
62592025-07-01T19:11:19.117Z PASS [ 0.029s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
62602025-07-01T19:11:19.117Z PASS [ 0.031s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
62612025-07-01T19:11:19.259Z PASS [ 0.208s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
62622025-07-01T19:11:19.420Z PASS [ 0.161s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
62632025-07-01T19:11:19.460Z PASS [ 0.026s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
62642025-07-01T19:11:19.486Z PASS [ 0.022s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
62652025-07-01T19:11:19.512Z PASS [ 0.021s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
62662025-07-01T19:11:19.538Z PASS [ 0.028s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
62672025-07-01T19:11:19.565Z PASS [ 0.025s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
62682025-07-01T19:11:19.714Z PASS [ 6.423s] bootstore::v0-fsm-proptest-learner run
62692025-07-01T19:11:19.828Z PASS [ 0.116s] db-dev::test-db-dev test_db_dev_wipe_no_args
62702025-07-01T19:11:19.863Z PASS [ 0.319s] db-dev::test-db-dev test_db_dev_populate_no_args
62712025-07-01T19:11:25.468Z PASS [ 11.497s] bootstore::v0-fsm-proptest-rack-coordinator run
62722025-07-01T19:11:25.559Z PASS [ 0.091s] db-macros lookup::test::test_lookup_snapshots
62732025-07-01T19:11:25.592Z PASS [ 0.032s] db-macros tests::test_derive_metadata_identity_fails_for_enums
62742025-07-01T19:11:25.618Z PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
62752025-07-01T19:11:25.655Z PASS [ 0.035s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
62762025-07-01T19:11:25.681Z PASS [ 0.023s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
62772025-07-01T19:11:25.708Z PASS [ 0.023s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
62782025-07-01T19:11:25.736Z PASS [ 0.037s] db-macros tests::test_derive_snapshots
62792025-07-01T19:11:25.766Z PASS [ 0.027s] db-macros tests::test_derive_with_unknown_field
62802025-07-01T19:11:26.811Z PASS [ 1.047s] dns-server storage::test::test_update_basic
62812025-07-01T19:11:27.026Z PASS [ 0.214s] dns-server storage::test::test_update_in_progress
62822025-07-01T19:11:27.445Z PASS [ 0.419s] dns-server storage::test::test_update_interrupted
62832025-07-01T19:11:27.719Z PASS [ 0.275s] dns-server storage::test::test_zone_gets_soa_record
62842025-07-01T19:11:29.138Z PASS [ 1.418s] dns-server::basic_test a_crud
62852025-07-01T19:11:30.101Z PASS [ 0.962s] dns-server::basic_test aaaa_crud
62862025-07-01T19:11:31.070Z PASS [ 0.970s] dns-server::basic_test answers_match_question
62872025-07-01T19:11:32.126Z PASS [ 1.055s] dns-server::basic_test empty_record
62882025-07-01T19:11:32.670Z PASS [ 0.544s] dns-server::basic_test multi_record_crud
62892025-07-01T19:11:33.157Z PASS [ 0.487s] dns-server::basic_test name_contains_zone
62902025-07-01T19:11:33.278Z PASS [ 13.451s] db-dev::test-db-dev test_db_killed
62912025-07-01T19:11:33.684Z PASS [ 0.526s] dns-server::basic_test nxdomain
62922025-07-01T19:11:33.728Z PASS [ 0.449s] dns-server::basic_test servfail
62932025-07-01T19:11:34.090Z PASS [ 0.407s] dns-server::basic_test soa
62942025-07-01T19:11:34.178Z PASS [ 0.450s] dns-server::basic_test srv_crud
62952025-07-01T19:11:35.774Z PASS [ 1.595s] dns-server::cross_version_test cross_version_works
62962025-07-01T19:11:35.822Z PASS [ 0.048s] ereport-types tests::test_arb_json_deserializes
62972025-07-01T19:11:35.853Z PASS [ 0.031s] ereport-types tests::test_ena_from_str
62982025-07-01T19:11:35.880Z PASS [ 0.027s] ereport-types tests::test_ena_from_str_roundtrip
62992025-07-01T19:11:35.940Z PASS [ 0.056s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
63002025-07-01T19:11:35.970Z PASS [ 0.031s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
63012025-07-01T19:11:36.005Z PASS [ 0.035s] gfss gf256::tests::test_all_multiplication
63022025-07-01T19:11:36.030Z PASS [ 0.023s] gfss gf256::tests::test_all_multiplicative_inverses
63032025-07-01T19:11:36.057Z PASS [ 0.022s] gfss gf256::tests::test_docs_example
63042025-07-01T19:11:39.349Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63052025-07-01T19:11:39.416Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
63062025-07-01T19:11:40.549Z PASS [ 5.552s] dns-server::commands_test test_dnsadm
63072025-07-01T19:11:42.029Z PASS [ 2.182s] gfss shamir::tests::split_and_combine
63082025-07-01T19:11:42.057Z PASS [ 0.022s] gfss shamir::tests::test_share_reconstruction
63092025-07-01T19:11:42.057Z PASS [ 0.037s] id-map tests::deserialize_rejects_duplicates
63102025-07-01T19:11:42.057Z PASS [ 0.026s] id-map tests::deserialize_rejects_mismatched_keys
63112025-07-01T19:11:42.114Z PASS [ 0.186s] id-map tests::get_mut_panics_if_id_changes
63122025-07-01T19:11:42.252Z PASS [ 0.156s] id-map tests::iter_mut_panics_if_id_changes
63132025-07-01T19:11:42.279Z PASS [ 0.026s] id-map tests::methods_allow_borrowed_ids
63142025-07-01T19:11:42.851Z PASS [ 0.092s] id-map tests::mut_into_iter_panics_if_id_changes
63152025-07-01T19:11:42.879Z PASS [ 0.088s] id-map tests::occupied_entry_panics_if_id_changed_via_get_mut
63162025-07-01T19:11:42.879Z PASS [ 0.073s] id-map tests::occupied_entry_panics_if_id_changed_via_into_mut
63172025-07-01T19:11:42.879Z PASS [ 0.089s] id-map tests::occupied_entry_panics_if_id_changes_on_insert
63182025-07-01T19:11:42.879Z PASS [ 0.077s] id-map tests::retain_panics_if_id_changes
63192025-07-01T19:11:42.880Z PASS [ 0.096s] id-map tests::serialization_is_transparent
63202025-07-01T19:11:42.935Z PASS [ 0.137s] id-map tests::serialization_roundtrip
63212025-07-01T19:11:43.297Z PASS [ 0.067s] id-map tests::vacant_entry_panics_if_id_changed_after_insert
63222025-07-01T19:11:43.329Z PASS [ 0.075s] id-map tests::vacant_entry_panics_if_id_changes_on_insert
63232025-07-01T19:11:43.329Z PASS [ 0.095s] illumos-utils destructor::test::test_delayed_delete
63242025-07-01T19:11:44.527Z PASS [ 1.145s] illumos-utils destructor::test::test_delayed_delete_with_error
63252025-07-01T19:11:44.560Z PASS [ 0.038s] illumos-utils destructor::test::test_destructor_bad_close
63262025-07-01T19:11:44.560Z PASS [ 0.036s] illumos-utils link::test::test_allocate
63272025-07-01T19:11:44.560Z PASS [ 0.034s] illumos-utils link::test::test_allocate_within_scopes
63282025-07-01T19:11:44.620Z PASS [ 0.065s] illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
63292025-07-01T19:11:44.620Z PASS [ 0.029s] illumos-utils running_zone::tests::test_is_oxide_smf_service
63302025-07-01T19:11:44.761Z PASS [ 0.132s] illumos-utils zfs::test::directory_mutability
63312025-07-01T19:11:44.786Z PASS [ 0.088s] illumos-utils zfs::test::get_values_of_rpool
63322025-07-01T19:11:44.786Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_bad_avail
63332025-07-01T19:11:44.812Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_bad_quota
63342025-07-01T19:11:44.838Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_reservation
63352025-07-01T19:11:44.892Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_usage
63362025-07-01T19:11:44.918Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_uuid
63372025-07-01T19:11:44.944Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_missing_fields
63382025-07-01T19:11:44.970Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_props
63392025-07-01T19:11:44.996Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_props_with_optionals
63402025-07-01T19:11:45.032Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_too_many_columns
63412025-07-01T19:11:45.073Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
63422025-07-01T19:11:45.102Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
63432025-07-01T19:11:45.129Z PASS [ 0.030s] illumos-utils zfs::test::parse_quota_ignored_if_default
63442025-07-01T19:11:45.185Z PASS [ 0.081s] illumos-utils zfs::test::parse_reservation_ignored_if_default
63452025-07-01T19:11:45.236Z PASS [ 0.051s] illumos-utils zfs::test::parse_sorts_and_dedups
63462025-07-01T19:11:45.290Z PASS [ 0.054s] illumos-utils zone::tests::delete_nonexistent_address
63472025-07-01T19:11:45.321Z PASS [ 0.031s] illumos-utils zone::tests::test_parse_ip_network
63482025-07-01T19:11:45.361Z PASS [ 0.040s] illumos-utils zpool::test::test_parse_zpool
63492025-07-01T19:11:45.400Z PASS [ 0.039s] illumos-utils zpool::test::test_parse_zpool_missing_column
63502025-07-01T19:11:49.790Z PASS [ 13.742s] gfss polynomial::tests::test_polynomial_eval
63512025-07-01T19:11:52.679Z PASS [ 7.279s] installinator mock_peers::tests::proptest_fetch_artifact
63522025-07-01T19:11:52.889Z PASS [ 0.209s] installinator-common block_size_writer::tests::proptest_block_writer
63532025-07-01T19:11:53.326Z PASS [ 3.535s] installinator write::tests::proptest_write_artifact
63542025-07-01T19:11:53.594Z PASS [ 0.705s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
63552025-07-01T19:11:53.784Z PASS [ 0.458s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
63562025-07-01T19:11:54.046Z PASS [ 0.452s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
63572025-07-01T19:11:54.514Z PASS [ 0.729s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
63582025-07-01T19:11:54.731Z PASS [ 0.685s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
63592025-07-01T19:11:55.002Z PASS [ 0.487s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
63602025-07-01T19:11:55.044Z PASS [ 0.043s] internal-dns-types config::test::display_hosts
63612025-07-01T19:11:55.081Z PASS [ 0.030s] internal-dns-types config::test::display_srv_service
63622025-07-01T19:11:55.120Z PASS [ 0.046s] internal-dns-types config::test::test_builder_errors
63632025-07-01T19:11:55.194Z PASS [ 0.074s] internal-dns-types config::test::test_builder_output
63642025-07-01T19:11:55.220Z PASS [ 0.470s] internal-dns-resolver resolver::test::update_record
63652025-07-01T19:11:55.259Z PASS [ 0.058s] internal-dns-types diff::test::diff_equivalent
63662025-07-01T19:11:55.301Z PASS [ 0.065s] internal-dns-types diff::test::diff_different
63672025-07-01T19:11:55.301Z PASS [ 0.033s] ipcc tests::deserialize_fixed_value
63682025-07-01T19:11:55.301Z PASS [ 0.036s] internal-dns-types diff::test::diff_invalid
63692025-07-01T19:11:55.332Z PASS [ 0.037s] ipcc tests::serialized_size
63702025-07-01T19:11:55.358Z PASS [ 0.040s] ipcc tests::installinator_image_id_round_trip
63712025-07-01T19:11:55.410Z PASS [ 0.076s] key-manager tests::different_ikm_produces_different_keys
63722025-07-01T19:11:55.436Z PASS [ 0.088s] key-manager tests::different_disks_produce_different_keys
63732025-07-01T19:11:55.463Z PASS [ 0.044s] key-manager tests::disk_encryption_key_epoch_0
63742025-07-01T19:11:55.491Z PASS [ 0.042s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
63752025-07-01T19:11:55.587Z PASS [ 0.133s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
63762025-07-01T19:11:55.613Z PASS [ 0.126s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
63772025-07-01T19:11:55.639Z PASS [ 0.049s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
63782025-07-01T19:11:55.665Z PASS [ 0.055s] nexus-auth authn::external::session_cookie::test::test_get_token
63792025-07-01T19:11:55.690Z PASS [ 0.041s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
63802025-07-01T19:11:55.690Z PASS [ 0.044s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
63812025-07-01T19:11:55.727Z PASS [ 0.050s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
63822025-07-01T19:11:55.764Z PASS [ 0.048s] nexus-auth authn::external::session_cookie::test::test_other_cookie
63832025-07-01T19:11:55.764Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
63842025-07-01T19:11:55.806Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
63852025-07-01T19:11:55.806Z PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
63862025-07-01T19:11:55.832Z PASS [ 0.047s] nexus-auth authn::external::spoof::test::test_make_header_value
63872025-07-01T19:11:55.861Z PASS [ 0.058s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
63882025-07-01T19:11:55.886Z PASS [ 0.060s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
63892025-07-01T19:11:55.913Z PASS [ 0.036s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
63902025-07-01T19:11:55.939Z PASS [ 0.038s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
63912025-07-01T19:11:55.939Z PASS [ 0.042s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
63922025-07-01T19:11:55.969Z PASS [ 0.051s] nexus-auth authn::external::test::test_authn_sequence
63932025-07-01T19:11:56.009Z PASS [ 0.040s] nexus-auth authn::external::token::test::test_make_header_value
63942025-07-01T19:11:56.047Z PASS [ 0.049s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
63952025-07-01T19:11:56.047Z PASS [ 0.049s] nexus-auth authn::external::token::test::test_token_header_missing
63962025-07-01T19:11:56.073Z PASS [ 0.039s] nexus-auth authn::external::token::test::test_token_header_valid
63972025-07-01T19:11:56.099Z PASS [ 0.060s] nexus-auth authn::test::test_internal_users
63982025-07-01T19:11:56.182Z PASS [ 0.093s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
63992025-07-01T19:11:56.277Z PASS [ 0.220s] nexus-auth authz::context::test::test_unregistered_resource
64002025-07-01T19:11:56.303Z PASS [ 0.106s] nexus-auth context::test::test_background_context
64012025-07-01T19:11:56.391Z PASS [ 0.114s] nexus-auth context::test::test_child_context
64022025-07-01T19:11:56.427Z PASS [ 0.140s] nexus-auth context::test::test_test_context
64032025-07-01T19:11:56.481Z PASS [ 0.054s] nexus-config nexus_config::test::test_config_bad_toml
64042025-07-01T19:11:56.521Z PASS [ 0.130s] nexus-config nexus_config::test::test_bad_authn_schemes
64052025-07-01T19:11:56.521Z PASS [ 0.040s] nexus-config nexus_config::test::test_config_empty
64062025-07-01T19:11:56.560Z PASS [ 0.039s] nexus-config nexus_config::test::test_config_nonexistent
64072025-07-01T19:11:56.585Z PASS [ 0.062s] nexus-config nexus_config::test::test_deployment_config_schema
64082025-07-01T19:11:56.611Z PASS [ 0.047s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
64092025-07-01T19:11:56.668Z PASS [ 0.084s] nexus-config nexus_config::test::test_repo_configs_are_valid
64102025-07-01T19:11:56.694Z PASS [ 0.062s] nexus-config nexus_config::test::test_valid
64112025-07-01T19:11:56.719Z PASS [ 0.033s] nexus-config postgres_config::test::test_bad_url
64122025-07-01T19:11:56.719Z PASS [ 0.039s] nexus-config postgres_config::test::test_example_url
64132025-07-01T19:11:56.761Z PASS [ 0.051s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
64142025-07-01T19:11:56.788Z PASS [ 0.061s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
64152025-07-01T19:11:56.820Z PASS [ 0.045s] nexus-db-fixed-data test::test_allowlist_id_is_valid
64162025-07-01T19:11:56.820Z PASS [ 0.056s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
64172025-07-01T19:11:56.860Z PASS [ 0.055s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
64182025-07-01T19:11:56.917Z PASS [ 0.053s] nexus-db-model alert_class::tests::test_from_str_roundtrips
64192025-07-01T19:11:56.952Z PASS [ 0.039s] nexus-db-model alert_class::tests::test_is_test
64202025-07-01T19:11:57.000Z PASS [ 0.048s] nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
64212025-07-01T19:11:57.035Z PASS [ 37.173s] db-dev::test-db-dev test_db_run
64222025-07-01T19:11:57.066Z PASS [ 0.065s] nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
64232025-07-01T19:11:57.104Z PASS [ 0.038s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
64242025-07-01T19:11:57.130Z PASS [ 0.095s] nexus-db-model alert_subscription::test::test_valid_subscription_parsing
64252025-07-01T19:11:57.159Z PASS [ 0.055s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
64262025-07-01T19:11:57.211Z PASS [ 0.081s] nexus-db-model device_auth::test::test_generate_user_code
64272025-07-01T19:11:57.236Z PASS [ 0.071s] nexus-db-model instance_state::tests::test_from_str_roundtrips
64282025-07-01T19:11:57.271Z PASS [ 0.057s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
64292025-07-01T19:11:57.306Z PASS [ 0.064s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
64302025-07-01T19:11:57.353Z PASS [ 0.058s] nexus-db-model schema_versions::test::test_known_versions
64312025-07-01T19:11:57.379Z PASS [ 0.089s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
64322025-07-01T19:11:57.404Z PASS [ 0.047s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
64332025-07-01T19:11:57.430Z PASS [ 0.057s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
64342025-07-01T19:11:57.455Z PASS [ 0.047s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
64352025-07-01T19:11:57.455Z PASS [ 0.038s] nexus-db-model schema_versions::test::test_verify
64362025-07-01T19:11:57.487Z PASS [ 0.039s] nexus-db-model semver_version::test::test_to_from_sortable_string
64372025-07-01T19:11:57.529Z PASS [ 0.052s] nexus-db-model tests::test_ip_subnet_check_requestable_address
64382025-07-01T19:11:57.529Z PASS [ 0.035s] nexus-db-model tests::test_ipv6_net_random_subnet
64392025-07-01T19:11:57.567Z PASS [ 0.042s] nexus-db-model tests::test_roles_database_strings
64402025-07-01T19:11:57.568Z PASS [ 0.036s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
64412025-07-01T19:11:57.593Z PASS [ 0.036s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
64422025-07-01T19:11:57.618Z PASS [ 0.044s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
64432025-07-01T19:12:01.289Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
64442025-07-01T19:12:01.854Z PASS [ 4.250s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
64452025-07-01T19:12:01.988Z PASS [ 4.404s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
64462025-07-01T19:12:03.194Z PASS [ 6.358s] nexus-db-lookup::integration lookup::test_lookup
64472025-07-01T19:12:05.105Z PASS [ 3.249s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
64482025-07-01T19:12:05.403Z PASS [ 3.416s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
64492025-07-01T19:12:06.697Z PASS [ 3.519s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
64502025-07-01T19:12:08.529Z PASS [ 3.412s] nexus-db-queries db::collection_attach::test::test_attach_once
64512025-07-01T19:12:08.609Z PASS [ 3.193s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
64522025-07-01T19:12:10.087Z PASS [ 3.388s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
64532025-07-01T19:12:10.144Z PASS [ 0.059s] nexus-db-queries db::collection_attach::test::test_verify_query
64542025-07-01T19:12:11.062Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64552025-07-01T19:12:11.931Z PASS [ 3.331s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
64562025-07-01T19:12:12.166Z PASS [ 3.647s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
64572025-07-01T19:12:13.598Z PASS [ 3.454s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
64582025-07-01T19:12:14.544Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
64592025-07-01T19:12:15.393Z PASS [ 3.463s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
64602025-07-01T19:12:15.781Z PASS [ 3.619s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
64612025-07-01T19:12:17.130Z PASS [ 3.531s] nexus-db-queries db::collection_detach::test::test_detach_once
64622025-07-01T19:12:17.178Z PASS [ 0.049s] nexus-db-queries db::collection_detach::test::test_verify_query
64632025-07-01T19:12:18.787Z PASS [ 3.397s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
64642025-07-01T19:12:19.257Z PASS [ 3.476s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
64652025-07-01T19:12:20.704Z PASS [ 3.526s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
64662025-07-01T19:12:22.303Z PASS [ 3.516s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
64672025-07-01T19:12:23.001Z PASS [ 3.742s] nexus-db-queries db::collection_detach_many::test::test_detach_many
64682025-07-01T19:12:24.118Z PASS [ 3.414s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
64692025-07-01T19:12:25.839Z PASS [ 3.536s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
64702025-07-01T19:12:26.638Z PASS [ 3.639s] nexus-db-queries db::collection_detach_many::test::test_detach_once
64712025-07-01T19:12:26.689Z PASS [ 0.051s] nexus-db-queries db::collection_detach_many::test::test_verify_query
64722025-07-01T19:12:27.904Z PASS [ 3.786s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
64732025-07-01T19:12:29.348Z PASS [ 3.508s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
64742025-07-01T19:12:29.416Z PASS [ 0.069s] nexus-db-queries db::collection_insert::test::test_verify_query
64752025-07-01T19:12:29.485Z PASS [ 0.065s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
64762025-07-01T19:12:29.550Z PASS [ 0.068s] nexus-db-queries db::column_walker::test::test_walk_columns
64772025-07-01T19:12:29.645Z PASS [ 0.095s] nexus-db-queries db::column_walker::test::test_walk_table
64782025-07-01T19:12:29.872Z PASS [ 3.180s] nexus-db-queries db::collection_insert::test::test_collection_not_present
64792025-07-01T19:12:30.834Z PASS [ 2.927s] nexus-db-queries db::collection_insert::test::test_collection_present
64802025-07-01T19:12:37.229Z PASS [ 7.584s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
64812025-07-01T19:12:37.537Z PASS [ 7.667s] nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
64822025-07-01T19:12:38.328Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
64832025-07-01T19:12:38.356Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
64842025-07-01T19:12:43.937Z PASS [ 13.105s] nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
64852025-07-01T19:12:45.097Z PASS [ 7.868s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
64862025-07-01T19:12:45.372Z PASS [ 7.835s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
64872025-07-01T19:12:45.925Z PASS [ 151.384s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
64882025-07-01T19:12:53.266Z PASS [ 8.169s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
64892025-07-01T19:12:53.383Z PASS [ 7.458s] nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
64902025-07-01T19:12:53.560Z PASS [ 9.623s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
64912025-07-01T19:12:54.293Z PASS [ 8.922s] nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
64922025-07-01T19:12:59.693Z PASS [ 6.427s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
64932025-07-01T19:13:00.175Z PASS [ 6.792s] nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
64942025-07-01T19:13:00.318Z PASS [ 6.757s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
64952025-07-01T19:13:01.290Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
64962025-07-01T19:13:01.686Z PASS [ 7.392s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
64972025-07-01T19:13:07.444Z PASS [ 7.269s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
64982025-07-01T19:13:07.599Z PASS [ 7.281s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
64992025-07-01T19:13:10.728Z PASS [ 9.042s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
65002025-07-01T19:13:11.061Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65012025-07-01T19:13:11.529Z PASS [ 11.835s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
65022025-07-01T19:13:14.698Z PASS [ 7.254s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
65032025-07-01T19:13:15.948Z PASS [ 8.349s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
65042025-07-01T19:13:17.662Z PASS [ 6.933s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
65052025-07-01T19:13:17.963Z PASS [ 6.434s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
65062025-07-01T19:13:21.313Z PASS [ 3.350s] nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
65072025-07-01T19:13:22.178Z PASS [ 7.480s] nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
65082025-07-01T19:13:26.909Z PASS [ 10.962s] nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
65092025-07-01T19:13:28.567Z PASS [ 10.906s] nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
65102025-07-01T19:13:28.706Z PASS [ 7.392s] nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
65112025-07-01T19:13:29.047Z PASS [ 6.869s] nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
65122025-07-01T19:13:33.905Z PASS [ 6.995s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
65132025-07-01T19:13:35.713Z PASS [ 7.146s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
65142025-07-01T19:13:35.744Z PASS [ 7.034s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
65152025-07-01T19:13:35.958Z PASS [ 6.911s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
65162025-07-01T19:13:38.328Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65172025-07-01T19:13:38.367Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65182025-07-01T19:13:38.857Z PASS [ 2.898s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
65192025-07-01T19:13:40.144Z PASS [ 4.403s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
65202025-07-01T19:13:41.703Z PASS [ 7.293s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
65212025-07-01T19:13:42.486Z PASS [ 3.629s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
65222025-07-01T19:13:43.465Z PASS [ 7.751s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
65232025-07-01T19:13:48.352Z PASS [ 8.209s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
65242025-07-01T19:13:48.793Z PASS [ 7.594s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
65252025-07-01T19:13:49.671Z PASS [ 7.185s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
65262025-07-01T19:13:51.801Z PASS [ 8.334s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
65272025-07-01T19:13:55.859Z PASS [ 7.506s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
65282025-07-01T19:13:57.228Z PASS [ 7.556s] nexus-db-queries db::datastore::deployment::tests::test_set_target
65292025-07-01T19:13:57.284Z PASS [ 0.056s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
65302025-07-01T19:13:58.135Z PASS [ 9.343s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
65312025-07-01T19:13:59.942Z PASS [ 8.143s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
65322025-07-01T19:14:01.291Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
65332025-07-01T19:14:02.520Z PASS [ 6.661s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
65342025-07-01T19:14:03.083Z PASS [ 5.799s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
65352025-07-01T19:14:04.926Z PASS [ 6.791s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
65362025-07-01T19:14:08.626Z PASS [ 8.683s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
65372025-07-01T19:14:09.343Z PASS [ 6.823s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
65382025-07-01T19:14:10.490Z PASS [ 7.407s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
65392025-07-01T19:14:11.062Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65402025-07-01T19:14:11.655Z PASS [ 3.030s] nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
65412025-07-01T19:14:11.862Z PASS [ 6.936s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
65422025-07-01T19:14:12.278Z PASS [ 2.936s] nexus-db-queries db::datastore::ereport::tests::explain_host_restart_list_by_serial
65432025-07-01T19:14:13.716Z PASS [ 3.226s] nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
65442025-07-01T19:14:14.432Z PASS [ 2.777s] nexus-db-queries db::datastore::ereport::tests::explain_sp_restart_list_by_serial
65452025-07-01T19:14:20.332Z PASS [ 8.470s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
65462025-07-01T19:14:21.493Z PASS [ 7.776s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
65472025-07-01T19:14:21.997Z PASS [ 7.565s] nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
65482025-07-01T19:14:23.203Z PASS [ 10.925s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
65492025-07-01T19:14:27.755Z PASS [ 7.422s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
65502025-07-01T19:14:29.215Z PASS [ 6.940s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
65512025-07-01T19:14:29.241Z PASS [ 7.534s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
65522025-07-01T19:14:30.626Z PASS [ 7.422s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
65532025-07-01T19:14:34.901Z PASS [ 7.133s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
65542025-07-01T19:14:35.960Z PASS [ 7.023s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
65552025-07-01T19:14:36.265Z PASS [ 7.238s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
65562025-07-01T19:14:36.721Z PASS [ 6.096s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
65572025-07-01T19:14:38.329Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65582025-07-01T19:14:38.355Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65592025-07-01T19:14:42.681Z PASS [ 7.793s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
65602025-07-01T19:14:43.935Z PASS [ 7.671s] nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
65612025-07-01T19:14:44.304Z PASS [ 7.583s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
65622025-07-01T19:14:49.188Z PASS [ 13.229s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
65632025-07-01T19:14:50.233Z PASS [ 7.552s] nexus-db-queries db::datastore::inventory::test::test_zone_image_source
65642025-07-01T19:14:50.735Z PASS [ 6.431s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
65652025-07-01T19:14:51.277Z PASS [ 7.342s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
65662025-07-01T19:14:56.898Z PASS [ 7.710s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
65672025-07-01T19:14:57.480Z PASS [ 6.745s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
65682025-07-01T19:14:58.378Z PASS [ 7.101s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
65692025-07-01T19:15:00.178Z PASS [ 9.944s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
65702025-07-01T19:15:01.291Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
65712025-07-01T19:15:03.678Z PASS [ 6.780s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
65722025-07-01T19:15:04.459Z PASS [ 6.956s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
65732025-07-01T19:15:06.337Z PASS [ 7.959s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
65742025-07-01T19:15:07.084Z PASS [ 6.906s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
65752025-07-01T19:15:11.063Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
65762025-07-01T19:15:13.068Z PASS [ 9.389s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
65772025-07-01T19:15:13.309Z PASS [ 6.973s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
65782025-07-01T19:15:18.930Z PASS [ 5.861s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
65792025-07-01T19:15:19.594Z PASS [ 6.284s] nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
65802025-07-01T19:15:26.132Z PASS [ 7.203s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
65812025-07-01T19:15:26.451Z PASS [ 6.857s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
65822025-07-01T19:15:26.981Z PASS [ 22.543s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
65832025-07-01T19:15:33.630Z PASS [ 7.178s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
65842025-07-01T19:15:33.800Z PASS [ 7.668s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
65852025-07-01T19:15:34.077Z PASS [ 7.097s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
65862025-07-01T19:15:38.329Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
65872025-07-01T19:15:38.355Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
65882025-07-01T19:15:40.478Z PASS [ 6.845s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
65892025-07-01T19:15:41.264Z PASS [ 7.463s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
65902025-07-01T19:15:43.585Z PASS [ 9.508s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
65912025-07-01T19:15:43.708Z PASS [ 36.624s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
65922025-07-01T19:15:47.037Z PASS [ 5.774s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
65932025-07-01T19:15:47.479Z PASS [ 7.004s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
65942025-07-01T19:15:50.493Z PASS [ 6.908s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
65952025-07-01T19:15:51.002Z PASS [ 7.294s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
65962025-07-01T19:15:51.060Z PASS [ 0.056s] nexus-db-queries db::datastore::region::test::test_extent_count
65972025-07-01T19:15:54.127Z PASS [ 6.648s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
65982025-07-01T19:15:54.687Z PASS [ 7.649s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
65992025-07-01T19:15:57.156Z PASS [ 6.097s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
66002025-07-01T19:15:57.239Z PASS [ 6.744s] nexus-db-queries db::datastore::reconfigurator_chicken_switches::tests::test_reconfigurator_chicken_switches_basic
66012025-07-01T19:16:00.457Z PASS [ 6.332s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
66022025-07-01T19:16:00.908Z PASS [ 6.220s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
66032025-07-01T19:16:01.291Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
66042025-07-01T19:16:03.441Z PASS [ 6.203s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
66052025-07-01T19:16:03.601Z PASS [ 6.444s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
66062025-07-01T19:16:07.110Z PASS [ 6.653s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
66072025-07-01T19:16:07.801Z PASS [ 6.894s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
66082025-07-01T19:16:10.162Z PASS [ 6.721s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
66092025-07-01T19:16:10.654Z PASS [ 7.054s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
66102025-07-01T19:16:11.063Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66112025-07-01T19:16:13.806Z PASS [ 6.696s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
66122025-07-01T19:16:14.191Z PASS [ 6.389s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
66132025-07-01T19:16:16.446Z PASS [ 6.284s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
66142025-07-01T19:16:16.550Z PASS [ 5.895s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
66152025-07-01T19:16:20.047Z PASS [ 6.238s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
66162025-07-01T19:16:20.344Z PASS [ 6.154s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
66172025-07-01T19:16:22.942Z PASS [ 6.393s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
66182025-07-01T19:16:23.268Z PASS [ 6.822s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
66192025-07-01T19:16:26.337Z PASS [ 6.293s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
66202025-07-01T19:16:27.289Z PASS [ 6.944s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
66212025-07-01T19:16:29.458Z PASS [ 6.510s] nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
66222025-07-01T19:16:29.678Z PASS [ 6.409s] nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
66232025-07-01T19:16:32.587Z PASS [ 6.242s] nexus-db-queries db::datastore::sled::test::affinity_multi_group
66242025-07-01T19:16:32.972Z PASS [ 5.682s] nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
66252025-07-01T19:16:35.525Z PASS [ 6.072s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail
66262025-07-01T19:16:35.551Z PASS [ 5.871s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
66272025-07-01T19:16:38.330Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66282025-07-01T19:16:38.356Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66292025-07-01T19:16:38.802Z PASS [ 6.203s] nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
66302025-07-01T19:16:39.252Z PASS [ 6.268s] nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
66312025-07-01T19:16:42.448Z PASS [ 6.900s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
66322025-07-01T19:16:42.705Z PASS [ 7.180s] nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
66332025-07-01T19:16:45.980Z PASS [ 7.197s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
66342025-07-01T19:16:46.119Z PASS [ 6.880s] nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
66352025-07-01T19:16:49.461Z PASS [ 6.755s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
66362025-07-01T19:16:49.946Z PASS [ 7.498s] nexus-db-queries db::datastore::sled::test::sled_list_batch
66372025-07-01T19:16:52.899Z PASS [ 6.918s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
66382025-07-01T19:16:53.047Z PASS [ 6.927s] nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
66392025-07-01T19:16:56.691Z PASS [ 6.744s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
66402025-07-01T19:16:57.810Z PASS [ 8.349s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
66412025-07-01T19:16:59.580Z PASS [ 6.528s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
66422025-07-01T19:17:01.291Z SLOW [>360.000s] oximeter-db client::tests::test_replicated
66432025-07-01T19:17:03.275Z PASS [ 6.586s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
66442025-07-01T19:17:04.235Z PASS [ 6.425s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
66452025-07-01T19:17:06.458Z PASS [ 13.559s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
66462025-07-01T19:17:09.810Z PASS [ 10.234s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
66472025-07-01T19:17:11.070Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66482025-07-01T19:17:13.687Z PASS [ 10.408s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
66492025-07-01T19:17:18.713Z PASS [ 10.330s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
66502025-07-01T19:17:18.713Z PASS [ 9.703s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
66512025-07-01T19:17:18.713Z PASS [ 7.145s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
66522025-07-01T19:17:20.002Z PASS [ 6.317s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
66532025-07-01T19:17:21.294Z PASS [ 6.728s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
66542025-07-01T19:17:22.144Z PASS [ 5.982s] nexus-db-queries db::datastore::target_release::test::target_release_datastore
66552025-07-01T19:17:23.478Z PASS [ 6.522s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
66562025-07-01T19:17:26.589Z PASS [ 6.588s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
66572025-07-01T19:17:28.137Z PASS [ 6.843s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
66582025-07-01T19:17:28.543Z PASS [ 6.399s] nexus-db-queries db::datastore::test::test_project_creation
66592025-07-01T19:17:29.532Z PASS [ 6.053s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
66602025-07-01T19:17:33.677Z PASS [ 7.087s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
66612025-07-01T19:17:35.121Z PASS [ 6.577s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
66622025-07-01T19:17:37.215Z PASS [ 7.683s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
66632025-07-01T19:17:38.345Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
66642025-07-01T19:17:38.391Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
66652025-07-01T19:17:40.698Z PASS [ 7.015s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
66662025-07-01T19:17:45.587Z PASS [ 17.450s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
66672025-07-01T19:17:46.611Z PASS [ 405.326s] oximeter-db client::tests::test_replicated
66682025-07-01T19:17:46.744Z PASS [ 0.131s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
66692025-07-01T19:17:46.789Z PASS [ 0.044s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
66702025-07-01T19:17:46.824Z PASS [ 0.036s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
66712025-07-01T19:17:46.860Z PASS [ 0.035s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
66722025-07-01T19:17:46.890Z PASS [ 0.031s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
66732025-07-01T19:17:47.636Z PASS [ 0.745s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
66742025-07-01T19:17:48.068Z PASS [ 0.429s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
66752025-07-01T19:17:48.306Z PASS [ 0.241s] omicron-clickhouse-admin::integration_test test_lgif_parsing
66762025-07-01T19:17:48.538Z PASS [ 0.232s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
66772025-07-01T19:17:49.051Z PASS [ 0.513s] omicron-clickhouse-admin::integration_test test_teardown
66782025-07-01T19:17:49.145Z PASS [ 0.094s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
66792025-07-01T19:17:50.979Z PASS [ 15.860s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
66802025-07-01T19:17:52.946Z PASS [ 15.732s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
66812025-07-01T19:17:56.865Z PASS [ 5.886s] nexus-db-queries db::datastore::test::test_session_methods
66822025-07-01T19:17:59.022Z PASS [ 6.076s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
66832025-07-01T19:18:01.138Z PASS [ 20.446s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
66842025-07-01T19:18:02.869Z PASS [ 5.947s] nexus-db-queries db::datastore::test::test_ssh_keys
66852025-07-01T19:18:03.159Z PASS [ 17.560s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
66862025-07-01T19:18:04.798Z PASS [ 5.776s] nexus-db-queries db::datastore::test::test_table_scan
66872025-07-01T19:18:07.035Z PASS [ 5.897s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
66882025-07-01T19:18:08.799Z PASS [ 5.652s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
66892025-07-01T19:18:08.947Z PASS [ 6.134s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
66902025-07-01T19:18:10.726Z PASS [ 5.928s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
66912025-07-01T19:18:11.069Z SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
66922025-07-01T19:18:13.191Z PASS [ 6.156s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
66932025-07-01T19:18:13.246Z PASS [ 0.055s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
66942025-07-01T19:18:13.297Z PASS [ 0.051s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
66952025-07-01T19:18:14.457Z PASS [ 5.645s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
66962025-07-01T19:18:15.050Z PASS [ 6.104s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
66972025-07-01T19:18:20.526Z PASS [ 5.475s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
66982025-07-01T19:18:25.837Z PASS [ 15.111s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
66992025-07-01T19:18:26.013Z PASS [ 5.488s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
67002025-07-01T19:18:28.699Z PASS [ 15.402s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
67012025-07-01T19:18:30.044Z PASS [ 15.599s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
67022025-07-01T19:18:31.389Z PASS [ 5.552s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
67032025-07-01T19:18:32.379Z PASS [ 6.365s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
67042025-07-01T19:18:35.741Z PASS [ 7.041s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
67052025-07-01T19:18:36.386Z PASS [ 0.644s] nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
67062025-07-01T19:18:38.331Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67072025-07-01T19:18:38.357Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67082025-07-01T19:18:39.195Z PASS [ 7.806s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
67092025-07-01T19:18:39.221Z PASS [ 9.174s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
67102025-07-01T19:18:39.645Z PASS [ 3.259s] nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
67112025-07-01T19:18:41.350Z PASS [ 8.972s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
67122025-07-01T19:18:41.680Z PASS [ 2.462s] nexus-db-queries db::explain::test::test_explain_async
67132025-07-01T19:18:41.993Z PASS [ 2.349s] nexus-db-queries db::explain::test::test_explain_full_table_scan
67142025-07-01T19:18:45.306Z PASS [ 3.956s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
67152025-07-01T19:18:45.568Z PASS [ 6.373s] nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
67162025-07-01T19:18:46.183Z PASS [ 4.503s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
67172025-07-01T19:18:46.256Z PASS [ 4.262s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
67182025-07-01T19:18:49.148Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
67192025-07-01T19:18:49.176Z PASS [ 3.861s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
67202025-07-01T19:18:49.223Z PASS [ 0.051s] nexus-db-queries db::pagination::test::test_paginator
67212025-07-01T19:18:49.493Z PASS [ 3.924s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
67222025-07-01T19:18:50.051Z PASS [ 3.796s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
67232025-07-01T19:18:50.077Z PASS [ 3.875s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
67242025-07-01T19:18:51.823Z PASS [ 2.605s] nexus-db-queries db::pool::test::test_pool_can_be_terminated
67252025-07-01T19:18:51.954Z PASS [ 2.461s] nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
67262025-07-01T19:18:57.151Z PASS [ 68.006s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
67272025-07-01T19:18:57.297Z PASS [ 7.239s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
67282025-07-01T19:18:57.455Z PASS [ 7.403s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
67292025-07-01T19:18:58.323Z PASS [ 6.369s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
67302025-07-01T19:18:58.550Z PASS [ 6.727s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
67312025-07-01T19:19:01.020Z PASS [ 3.869s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
67322025-07-01T19:19:03.311Z PASS [ 6.014s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
67332025-07-01T19:19:03.608Z PASS [ 6.153s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
67342025-07-01T19:19:04.598Z PASS [ 6.274s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
67352025-07-01T19:19:04.730Z PASS [ 6.180s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
67362025-07-01T19:19:10.249Z PASS [ 6.939s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
67372025-07-01T19:19:10.652Z PASS [ 7.044s] nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
67382025-07-01T19:19:10.706Z PASS [ 0.054s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
67392025-07-01T19:19:11.065Z SLOW [>540.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67402025-07-01T19:19:11.642Z PASS [ 6.912s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
67412025-07-01T19:19:12.347Z PASS [ 7.749s] nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_address
67422025-07-01T19:19:15.627Z PASS [ 14.510s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
67432025-07-01T19:19:17.563Z PASS [ 6.857s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
67442025-07-01T19:19:18.063Z PASS [ 5.716s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
67452025-07-01T19:19:18.337Z PASS [ 6.695s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
67462025-07-01T19:19:18.414Z PASS [ 8.164s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
67472025-07-01T19:19:24.026Z PASS [ 6.463s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
67482025-07-01T19:19:24.184Z PASS [ 6.121s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
67492025-07-01T19:19:24.554Z PASS [ 6.140s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
67502025-07-01T19:19:24.937Z PASS [ 6.599s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
67512025-07-01T19:19:30.618Z PASS [ 6.435s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
67522025-07-01T19:19:30.874Z PASS [ 6.848s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
67532025-07-01T19:19:31.272Z PASS [ 6.719s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
67542025-07-01T19:19:31.547Z PASS [ 6.611s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
67552025-07-01T19:19:31.597Z PASS [ 0.050s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
67562025-07-01T19:19:33.140Z PASS [ 17.610s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
67572025-07-01T19:19:36.071Z PASS [ 2.931s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
67582025-07-01T19:19:37.396Z PASS [ 6.123s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
67592025-07-01T19:19:37.539Z PASS [ 6.920s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
67602025-07-01T19:19:37.564Z PASS [ 6.681s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
67612025-07-01T19:19:37.599Z PASS [ 0.044s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
67622025-07-01T19:19:38.331Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
67632025-07-01T19:19:38.358Z SLOW [>660.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
67642025-07-01T19:19:38.509Z PASS [ 6.911s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
67652025-07-01T19:19:38.933Z PASS [ 0.424s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
67662025-07-01T19:19:39.171Z PASS [ 3.088s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
67672025-07-01T19:19:39.398Z PASS [ 0.465s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
67682025-07-01T19:19:40.504Z PASS [ 3.108s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
67692025-07-01T19:19:40.576Z PASS [ 0.069s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
67702025-07-01T19:19:40.628Z PASS [ 0.055s] nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
67712025-07-01T19:19:40.689Z PASS [ 3.088s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
67722025-07-01T19:19:40.852Z PASS [ 3.314s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
67732025-07-01T19:19:41.310Z PASS [ 0.458s] nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
67742025-07-01T19:19:41.912Z PASS [ 2.754s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
67752025-07-01T19:19:42.398Z PASS [ 0.485s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
67762025-07-01T19:19:42.480Z PASS [ 1.852s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
67772025-07-01T19:19:42.740Z PASS [ 3.342s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
67782025-07-01T19:19:42.876Z PASS [ 0.478s] nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
67792025-07-01T19:19:43.327Z PASS [ 0.451s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
67802025-07-01T19:19:43.850Z PASS [ 0.523s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
67812025-07-01T19:19:43.925Z PASS [ 3.237s] nexus-db-queries db::queries::region_allocation::test::explainable
67822025-07-01T19:19:43.968Z PASS [ 2.657s] nexus-db-queries db::queries::regions_hard_delete::test::explainable
67832025-07-01T19:19:44.329Z PASS [ 0.479s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
67842025-07-01T19:19:44.408Z PASS [ 0.483s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
67852025-07-01T19:19:45.113Z PASS [ 2.631s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
67862025-07-01T19:19:45.557Z PASS [ 2.816s] nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
67872025-07-01T19:19:45.654Z PASS [ 0.097s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
67882025-07-01T19:19:45.707Z PASS [ 0.052s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
67892025-07-01T19:19:45.758Z PASS [ 0.052s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
67902025-07-01T19:19:45.865Z PASS [ 0.107s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
67912025-07-01T19:19:45.930Z PASS [ 0.065s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
67922025-07-01T19:19:46.576Z PASS [ 2.609s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
67932025-07-01T19:19:46.985Z PASS [ 2.655s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
67942025-07-01T19:19:47.075Z PASS [ 2.667s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
67952025-07-01T19:19:47.564Z PASS [ 2.452s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
67962025-07-01T19:19:48.419Z PASS [ 2.489s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
67972025-07-01T19:19:49.457Z PASS [ 2.876s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
67982025-07-01T19:19:49.914Z PASS [ 2.930s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
67992025-07-01T19:19:49.979Z PASS [ 0.064s] nexus-defaults tests::test_random_vpc_ipv6_prefix
68002025-07-01T19:19:50.490Z PASS [ 0.511s] nexus-inventory builder::test::test_basic
68012025-07-01T19:19:50.542Z PASS [ 0.050s] nexus-inventory builder::test::test_empty
68022025-07-01T19:19:50.583Z PASS [ 0.041s] nexus-inventory builder::test::test_problems
68032025-07-01T19:19:53.221Z PASS [ 2.635s] nexus-inventory collector::test::test_basic
68042025-07-01T19:19:54.401Z PASS [ 5.982s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
68052025-07-01T19:19:55.250Z PASS [ 0.848s] nexus-inventory collector::test::test_multi_mgs_failure
68062025-07-01T19:19:55.311Z PASS [ 5.859s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
68072025-07-01T19:19:55.663Z PASS [ 2.444s] nexus-inventory collector::test::test_multi_mgs
68082025-07-01T19:19:56.476Z PASS [ 1.226s] nexus-inventory collector::test::test_sled_agent_failure
68092025-07-01T19:20:00.412Z PASS [ 13.337s] nexus-db-queries policy_test::test_conferred_roles
68102025-07-01T19:20:01.690Z PASS [ 5.215s] nexus-mgs-updates driver_update::test::test_rot_basic_failures
68112025-07-01T19:20:02.026Z PASS [ 6.364s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
68122025-07-01T19:20:02.150Z PASS [ 6.839s] nexus-metrics-producer-gc tests::test_prune_expired_producers
68132025-07-01T19:20:03.887Z PASS [ 2.188s] nexus-mgs-updates driver_update::test::test_sp_basic_failures
68142025-07-01T19:20:08.582Z PASS [ 8.170s] nexus-mgs-updates driver_update::test::test_rot_update_basic
68152025-07-01T19:20:08.836Z PASS [ 0.254s] nexus-mgs-updates test_util::step_through::test::test_basic
68162025-07-01T19:20:09.246Z PASS [ 5.368s] nexus-mgs-updates driver_update::test::test_sp_update_watched
68172025-07-01T19:20:11.065Z SLOW [>600.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68182025-07-01T19:20:11.876Z PASS [ 9.849s] nexus-mgs-updates driver_update::test::test_sp_update_basic
68192025-07-01T19:20:12.242Z PASS [ 0.367s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_switches_mgs_instances_on_failure
68202025-07-01T19:20:12.578Z PASS [ 0.336s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_updates_sled
68212025-07-01T19:20:12.741Z PASS [ 3.904s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_delivers_progress
68222025-07-01T19:20:12.797Z PASS [ 3.552s] nexus-mgs-updates::host_phase1_updater test_host_phase1_updater_remembers_successful_mgs_instance
68232025-07-01T19:20:13.504Z PASS [ 0.706s] nexus-mgs-updates::rot_updater test_rot_updater_switches_mgs_instances_on_failure
68242025-07-01T19:20:16.417Z PASS [ 3.839s] nexus-mgs-updates::rot_updater test_rot_updater_delivers_progress
68252025-07-01T19:20:16.479Z PASS [ 3.738s] nexus-mgs-updates::rot_updater test_rot_updater_remembers_successful_mgs_instance
68262025-07-01T19:20:16.871Z PASS [ 3.365s] nexus-mgs-updates::rot_updater test_rot_updater_updates_sled
68272025-07-01T19:20:17.382Z PASS [ 15.232s] nexus-mgs-updates driver_update::test::test_sp_update_takeover
68282025-07-01T19:20:18.763Z PASS [ 1.380s] nexus-mgs-updates::sp_updater test_sp_updater_switches_mgs_instances_on_failure
68292025-07-01T19:20:19.842Z PASS [ 3.424s] nexus-mgs-updates::rot_updater test_rot_updater_updates_switch
68302025-07-01T19:20:21.537Z PASS [ 5.058s] nexus-mgs-updates::sp_updater test_sp_updater_delivers_progress
68312025-07-01T19:20:21.620Z PASS [ 4.750s] nexus-mgs-updates::sp_updater test_sp_updater_remembers_successful_mgs_instance
68322025-07-01T19:20:21.777Z PASS [ 0.157s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
68332025-07-01T19:20:21.805Z PASS [ 0.244s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
68342025-07-01T19:20:21.882Z PASS [ 0.104s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
68352025-07-01T19:20:21.908Z PASS [ 0.109s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
68362025-07-01T19:20:21.950Z PASS [ 0.068s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
68372025-07-01T19:20:21.976Z PASS [ 0.072s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
68382025-07-01T19:20:22.004Z PASS [ 0.054s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
68392025-07-01T19:20:22.031Z PASS [ 0.057s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
68402025-07-01T19:20:22.059Z PASS [ 0.054s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
68412025-07-01T19:20:22.084Z PASS [ 0.059s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
68422025-07-01T19:20:22.110Z PASS [ 0.048s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
68432025-07-01T19:20:22.136Z PASS [ 0.055s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
68442025-07-01T19:20:22.162Z PASS [ 0.050s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
68452025-07-01T19:20:22.188Z PASS [ 0.048s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
68462025-07-01T19:20:22.393Z PASS [ 0.209s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
68472025-07-01T19:20:23.240Z PASS [ 4.476s] nexus-mgs-updates::sp_updater test_sp_updater_updates_sled
68482025-07-01T19:20:23.435Z PASS [ 0.194s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
68492025-07-01T19:20:23.577Z PASS [ 0.142s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
68502025-07-01T19:20:23.632Z PASS [ 0.054s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
68512025-07-01T19:20:23.695Z PASS [ 0.064s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
68522025-07-01T19:20:24.344Z PASS [ 4.503s] nexus-mgs-updates::sp_updater test_sp_updater_updates_switch
68532025-07-01T19:20:38.334Z SLOW [>720.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68542025-07-01T19:20:38.360Z SLOW [>720.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68552025-07-01T19:20:47.565Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
68562025-07-01T19:20:51.535Z PASS [ 27.188s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
68572025-07-01T19:21:11.065Z SLOW [>660.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
68582025-07-01T19:21:16.118Z PASS [ 24.586s] nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
68592025-07-01T19:21:21.901Z PASS [ 59.741s] nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
68602025-07-01T19:21:22.395Z SLOW [> 60.000s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
68612025-07-01T19:21:23.696Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
68622025-07-01T19:21:30.400Z PASS [ 102.837s] nexus-db-queries policy_test::test_iam_roles_behavior
68632025-07-01T19:21:30.643Z PASS [ 0.241s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
68642025-07-01T19:21:30.686Z PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
68652025-07-01T19:21:30.727Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
68662025-07-01T19:21:30.810Z PASS [ 0.083s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
68672025-07-01T19:21:30.858Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
68682025-07-01T19:21:30.968Z PASS [ 0.110s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
68692025-07-01T19:21:31.025Z PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
68702025-07-01T19:21:31.078Z PASS [ 0.052s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
68712025-07-01T19:21:31.136Z PASS [ 0.059s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
68722025-07-01T19:21:31.174Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
68732025-07-01T19:21:31.212Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
68742025-07-01T19:21:31.248Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
68752025-07-01T19:21:31.285Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
68762025-07-01T19:21:31.322Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
68772025-07-01T19:21:31.355Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
68782025-07-01T19:21:31.392Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
68792025-07-01T19:21:31.426Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
68802025-07-01T19:21:31.496Z PASS [ 0.069s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
68812025-07-01T19:21:38.332Z SLOW [>780.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
68822025-07-01T19:21:38.358Z SLOW [>780.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
68832025-07-01T19:21:39.394Z PASS [ 7.898s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
68842025-07-01T19:21:39.456Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
68852025-07-01T19:21:40.119Z PASS [ 0.677s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
68862025-07-01T19:21:40.728Z PASS [ 24.609s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
68872025-07-01T19:21:40.790Z PASS [ 0.671s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
68882025-07-01T19:21:41.021Z PASS [ 0.230s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
68892025-07-01T19:21:41.046Z PASS [ 0.300s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
68902025-07-01T19:21:41.077Z PASS [ 0.057s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
68912025-07-01T19:21:41.104Z PASS [ 0.069s] nexus-reconfigurator-planning example::tests::builder_zone_counts
68922025-07-01T19:21:41.129Z PASS [ 0.036s] nexus-reconfigurator-planning example::tests::instances_on_examples
68932025-07-01T19:21:41.166Z PASS [ 0.069s] nexus-reconfigurator-planning mgs_updates::test::test_basic
68942025-07-01T19:21:41.191Z PASS [ 0.059s] nexus-reconfigurator-planning mgs_updates::test::test_sp_move
68952025-07-01T19:21:41.217Z PASS [ 0.045s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
68962025-07-01T19:21:41.243Z PASS [ 0.047s] nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous
68972025-07-01T19:21:41.303Z PASS [ 0.092s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
68982025-07-01T19:21:41.329Z PASS [ 0.100s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
68992025-07-01T19:21:41.372Z PASS [ 0.069s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
69002025-07-01T19:21:41.447Z PASS [ 0.126s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
69012025-07-01T19:21:41.473Z PASS [ 0.088s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
69022025-07-01T19:21:41.525Z PASS [ 0.064s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
69032025-07-01T19:21:41.550Z PASS [ 0.079s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
69042025-07-01T19:21:41.589Z PASS [ 0.062s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
69052025-07-01T19:21:41.614Z PASS [ 0.077s] nexus-reconfigurator-planning planner::test::test_disk_add_expunge_decommission
69062025-07-01T19:21:41.646Z PASS [ 0.057s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
69072025-07-01T19:21:41.672Z PASS [ 0.053s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
69082025-07-01T19:21:41.728Z PASS [ 0.082s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
69092025-07-01T19:21:41.754Z PASS [ 0.084s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
69102025-07-01T19:21:41.855Z PASS [ 0.126s] nexus-reconfigurator-planning planner::test::test_internal_dns_zone_replaced_after_marked_for_cleanup
69112025-07-01T19:21:41.880Z PASS [ 0.126s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
69122025-07-01T19:21:41.995Z PASS [ 0.127s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
69132025-07-01T19:21:42.025Z PASS [ 0.170s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
69142025-07-01T19:21:42.080Z PASS [ 0.086s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
69152025-07-01T19:21:42.106Z PASS [ 0.080s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
69162025-07-01T19:21:42.150Z PASS [ 0.069s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
69172025-07-01T19:21:42.179Z PASS [ 0.074s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
69182025-07-01T19:21:42.294Z PASS [ 0.114s] nexus-reconfigurator-planning planner::test::test_update_crucible_pantry
69192025-07-01T19:21:42.390Z PASS [ 0.095s] nexus-reconfigurator-planning planner::test::test_zones_marked_ready_for_cleanup_based_on_inventory
69202025-07-01T19:21:42.511Z PASS [ 0.360s] nexus-reconfigurator-planning planner::test::test_update_all_zones
69212025-07-01T19:21:46.104Z PASS [ 24.207s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
69222025-07-01T19:21:46.165Z PASS [ 0.060s] nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
69232025-07-01T19:21:46.284Z PASS [ 0.119s] nexus-saga-recovery recovery::test::test_execution_basic
69242025-07-01T19:21:46.326Z PASS [ 0.041s] nexus-saga-recovery recovery::test::test_plan_basic
69252025-07-01T19:21:46.367Z PASS [ 0.035s] nexus-saga-recovery recovery::test::test_read_all_from_channel
69262025-07-01T19:21:46.408Z PASS [ 0.047s] nexus-saga-recovery test::test_basic
69272025-07-01T19:21:46.447Z PASS [ 0.039s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
69282025-07-01T19:21:46.492Z PASS [ 0.045s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
69292025-07-01T19:21:46.536Z PASS [ 0.044s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
69302025-07-01T19:21:46.570Z PASS [ 0.034s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
69312025-07-01T19:21:46.609Z PASS [ 0.038s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
69322025-07-01T19:21:46.641Z PASS [ 0.033s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
69332025-07-01T19:21:46.675Z PASS [ 0.033s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
69342025-07-01T19:21:46.710Z PASS [ 0.035s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
69352025-07-01T19:21:46.767Z PASS [ 0.055s] nexus-types deployment::test::test_serialize_pending_mgs_updates
69362025-07-01T19:21:46.799Z PASS [ 0.034s] nexus-types external_api::shared::test::test_policy_parsing
69372025-07-01T19:21:46.865Z PASS [ 0.066s] nexus-types external_api::shared::test::test_webhook_subscription_validation
69382025-07-01T19:21:46.921Z PASS [ 0.055s] nexus-types external_api::views::test::test_expected_one_of
69392025-07-01T19:21:46.968Z PASS [ 0.048s] nexus-types internal_api::views::test::test_can_serialize_mgs_updates
69402025-07-01T19:21:47.128Z PASS [ 0.160s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
69412025-07-01T19:21:47.179Z PASS [ 0.050s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
69422025-07-01T19:21:47.302Z PASS [ 0.123s] omicron-certificates tests::test_cert_extended_key_usage
69432025-07-01T19:21:47.361Z PASS [ 0.058s] omicron-certificates tests::test_common_name_is_validated
69442025-07-01T19:21:47.421Z PASS [ 0.061s] omicron-certificates tests::test_subject_alternate_names_are_validated
69452025-07-01T19:21:47.756Z PASS [ 0.334s] omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
69462025-07-01T19:21:52.841Z PASS [ 5.084s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
69472025-07-01T19:21:56.785Z PASS [ 94.393s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
69482025-07-01T19:21:59.937Z PASS [ 3.153s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
69492025-07-01T19:22:02.600Z PASS [ 2.660s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
69502025-07-01T19:22:04.335Z PASS [ 11.495s] omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
69512025-07-01T19:22:06.513Z PASS [ 2.177s] omicron-cockroach-admin context::tests::test_node_id
69522025-07-01T19:22:06.575Z PASS [ 0.062s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
69532025-07-01T19:22:06.646Z PASS [ 0.071s] omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
69542025-07-01T19:22:07.136Z PASS [ 0.489s] omicron-cockroach-metrics tests::test_cluster_client_caching
69552025-07-01T19:22:07.163Z PASS [ 0.028s] omicron-cockroach-metrics tests::test_histogram_bucket_sorting
69562025-07-01T19:22:07.195Z PASS [ 0.031s] omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
69572025-07-01T19:22:07.223Z PASS [ 0.028s] omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
69582025-07-01T19:22:07.252Z PASS [ 0.028s] omicron-cockroach-metrics tests::test_prometheus_metrics_empty
69592025-07-01T19:22:07.288Z PASS [ 0.025s] omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
69602025-07-01T19:22:07.314Z PASS [ 0.027s] omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
69612025-07-01T19:22:07.339Z PASS [ 0.027s] omicron-cockroach-metrics tests::test_typed_cockroach_metrics
69622025-07-01T19:22:07.373Z PASS [ 0.044s] omicron-common address::test::test_dns_subnets
69632025-07-01T19:22:07.405Z PASS [ 0.031s] omicron-common address::test::test_ip_range_checks_non_decreasing
69642025-07-01T19:22:07.448Z PASS [ 0.042s] omicron-common address::test::test_ip_range_enum_deserialization
69652025-07-01T19:22:07.477Z PASS [ 0.030s] omicron-common address::test::test_ip_range_iter
69662025-07-01T19:22:07.507Z PASS [ 0.028s] omicron-common address::test::test_ip_range_length
69672025-07-01T19:22:07.533Z PASS [ 0.026s] omicron-common address::test::test_ip_range_try_from
69682025-07-01T19:22:07.563Z PASS [ 0.032s] omicron-common address::test::test_ipv6_subnet_deserialize
69692025-07-01T19:22:07.589Z PASS [ 0.026s] omicron-common address::test::test_sled_address
69702025-07-01T19:22:07.616Z PASS [ 0.027s] omicron-common api::external::error::test::test_bail_unless
69712025-07-01T19:22:07.649Z PASS [ 0.033s] omicron-common api::external::error::test::test_context
69722025-07-01T19:22:07.692Z PASS [ 0.043s] omicron-common api::external::http_pagination::test::test_pagination_examples
69732025-07-01T19:22:07.751Z PASS [ 0.050s] omicron-common api::external::http_pagination::test::test_pagination_schemas
69742025-07-01T19:22:07.793Z PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_scan_by_id
69752025-07-01T19:22:07.828Z PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_scan_by_name
69762025-07-01T19:22:07.862Z PASS [ 0.025s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
69772025-07-01T19:22:07.894Z PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
69782025-07-01T19:22:07.928Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
69792025-07-01T19:22:07.963Z PASS [ 0.059s] omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
69802025-07-01T19:22:07.998Z PASS [ 0.031s] omicron-common api::external::test::test_bytecount
69812025-07-01T19:22:08.034Z PASS [ 0.030s] omicron-common api::external::test::test_bytecount_display
69822025-07-01T19:22:08.065Z PASS [ 0.041s] omicron-common api::external::test::test_digest
69832025-07-01T19:22:08.095Z PASS [ 0.028s] omicron-common api::external::test::test_firewall_deserialization
69842025-07-01T19:22:08.167Z PASS [ 0.073s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
69852025-07-01T19:22:08.199Z PASS [ 0.030s] omicron-common api::external::test::test_firewall_rule_proto_filter_parse
69862025-07-01T19:22:08.258Z PASS [ 0.061s] omicron-common api::external::test::test_firewall_rule_target_parse
69872025-07-01T19:22:08.295Z PASS [ 0.035s] omicron-common api::external::test::test_generation_display_parse
69882025-07-01T19:22:08.330Z PASS [ 0.031s] omicron-common api::external::test::test_generation_from_int
69892025-07-01T19:22:09.152Z PASS [ 0.817s] omicron-common api::external::test::test_generation_overflow
69902025-07-01T19:22:09.178Z PASS [ 0.031s] omicron-common api::external::test::test_generation_serde
69912025-07-01T19:22:09.210Z PASS [ 0.039s] omicron-common api::external::test::test_hostname_from_str
69922025-07-01T19:22:09.248Z PASS [ 0.038s] omicron-common api::external::test::test_ip_port_range_from_str
69932025-07-01T19:22:09.279Z PASS [ 0.030s] omicron-common api::external::test::test_ip_port_range_into_str
69942025-07-01T19:22:09.309Z PASS [ 0.030s] omicron-common api::external::test::test_ipv6_net_operations
69952025-07-01T19:22:09.345Z PASS [ 0.036s] omicron-common api::external::test::test_mac_system_iterator
69962025-07-01T19:22:09.376Z PASS [ 0.030s] omicron-common api::external::test::test_mac_to_int_conversions
69972025-07-01T19:22:09.407Z PASS [ 0.031s] omicron-common api::external::test::test_macaddr
69982025-07-01T19:22:09.460Z PASS [ 0.031s] omicron-common api::external::test::test_name_parse
69992025-07-01T19:22:09.486Z PASS [ 0.031s] omicron-common api::external::test::test_name_parse_from_param
70002025-07-01T19:22:09.514Z PASS [ 0.030s] omicron-common api::external::test::test_resource_name_parse
70012025-07-01T19:22:09.543Z PASS [ 0.032s] omicron-common api::external::test::test_role_name_parse
70022025-07-01T19:22:09.581Z PASS [ 0.050s] omicron-common api::external::test::test_route_destination_parse
70032025-07-01T19:22:09.639Z PASS [ 0.058s] omicron-common api::external::test::test_route_target_parse
70042025-07-01T19:22:09.678Z PASS [ 0.031s] omicron-common api::external::test::test_semver_serialize
70052025-07-01T19:22:09.721Z PASS [ 0.031s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
70062025-07-01T19:22:09.753Z PASS [ 0.030s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
70072025-07-01T19:22:09.781Z PASS [ 0.029s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
70082025-07-01T19:22:09.807Z PASS [ 0.031s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
70092025-07-01T19:22:09.834Z PASS [ 0.042s] omicron-common disk::tests::parse_dataset_name
70102025-07-01T19:22:09.886Z PASS [ 0.052s] omicron-common ledger::test::test_commit_handles_write_failures
70112025-07-01T19:22:09.940Z PASS [ 0.054s] omicron-common ledger::test::test_create_default_ledger
70122025-07-01T19:22:09.987Z PASS [ 0.046s] omicron-common ledger::test::test_create_ledger_reads_from_storage
70132025-07-01T19:22:10.027Z PASS [ 0.040s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
70142025-07-01T19:22:10.072Z PASS [ 0.044s] omicron-common zpool_name::test::test_parse_bad_zpool_names
70152025-07-01T19:22:10.106Z PASS [ 0.034s] omicron-common zpool_name::test::test_parse_external_zpool_name
70162025-07-01T19:22:10.139Z PASS [ 0.033s] omicron-common zpool_name::test::test_parse_internal_zpool_name
70172025-07-01T19:22:10.174Z PASS [ 0.031s] omicron-common zpool_name::test::test_parse_zpool_name_json
70182025-07-01T19:22:10.203Z PASS [ 0.032s] omicron-common zpool_name::test::test_zpool_name_regex
70192025-07-01T19:22:11.023Z PASS [ 28.633s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
70202025-07-01T19:22:11.067Z SLOW [>720.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
70212025-07-01T19:22:12.109Z PASS [ 1.906s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
70222025-07-01T19:22:12.135Z PASS [ 1.088s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
70232025-07-01T19:22:12.198Z PASS [ 0.088s] omicron-gateway management_switch::location_map::tests::test_config_validation
70242025-07-01T19:22:12.258Z PASS [ 0.059s] omicron-gateway management_switch::location_map::tests::test_resolve_location
70252025-07-01T19:22:12.756Z PASS [ 10.159s] omicron-cockroach-admin cockroach_cli::tests::test_schema_init
70262025-07-01T19:22:12.811Z PASS [ 0.054s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
70272025-07-01T19:22:12.878Z PASS [ 0.617s] omicron-gateway::test_all integration_tests::component_list::component_list
70282025-07-01T19:22:13.017Z PASS [ 0.205s] omicron-gateway::test_all integration_tests::ereports::ereports_basic
70292025-07-01T19:22:13.122Z PASS [ 0.247s] omicron-gateway::test_all integration_tests::ereports::ereports_commit
70302025-07-01T19:22:13.249Z PASS [ 0.218s] omicron-gateway::test_all integration_tests::ereports::ereports_limit
70312025-07-01T19:22:13.461Z PASS [ 0.226s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
70322025-07-01T19:22:13.577Z PASS [ 0.455s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
70332025-07-01T19:22:13.716Z PASS [ 0.255s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
70342025-07-01T19:22:13.770Z PASS [ 31.259s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
70352025-07-01T19:22:13.795Z PASS [ 0.218s] omicron-gateway::test_all integration_tests::task_dump::task_dump
70362025-07-01T19:22:13.852Z PASS [ 0.082s] omicron-nexus app::alert::tests::test_alert_class_list
70372025-07-01T19:22:18.593Z PASS [ 114.899s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
70382025-07-01T19:22:34.864Z PASS [ 20.992s] omicron-nexus app::background::driver::test::test_driver_basic
70392025-07-01T19:22:35.943Z PASS [ 23.835s] omicron-dev::test-omicron-dev test_run_all
70402025-07-01T19:22:36.076Z PASS [ 22.282s] omicron-nexus app::background::driver::test::test_activation_in_progress
70412025-07-01T19:22:38.333Z SLOW [>840.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70422025-07-01T19:22:38.360Z SLOW [>840.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
70432025-07-01T19:22:41.334Z PASS [ 22.741s] omicron-nexus app::background::init::test::test_dns_propagation_basic
70442025-07-01T19:22:41.948Z PASS [ 28.231s] omicron-ls-apis::test_dependencies test_api_dependencies
70452025-07-01T19:23:04.659Z PASS [ 23.326s] omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
70462025-07-01T19:23:06.335Z PASS [ 31.491s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
70472025-07-01T19:23:07.352Z PASS [ 31.253s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
70482025-07-01T19:23:07.857Z PASS [ 31.914s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
70492025-07-01T19:23:09.501Z PASS [ 27.510s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
70502025-07-01T19:23:11.088Z SLOW [>780.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
70512025-07-01T19:23:19.387Z PASS [ 5.652s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
70522025-07-01T19:23:20.508Z PASS [ 0.077s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
70532025-07-01T19:23:20.508Z PASS [ 6.148s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
70542025-07-01T19:23:20.686Z PASS [ 6.400s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
70552025-07-01T19:23:27.044Z PASS [ 22.385s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
70562025-07-01T19:23:30.780Z PASS [ 24.412s] omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
70572025-07-01T19:23:35.026Z PASS [ 21.967s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
70582025-07-01T19:23:37.256Z PASS [ 23.250s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
70592025-07-01T19:23:38.254Z PASS [ 22.398s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
70602025-07-01T19:23:38.334Z SLOW [>900.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70612025-07-01T19:23:38.359Z SLOW [>900.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
70622025-07-01T19:23:52.242Z PASS [ 25.198s] omicron-nexus app::background::tasks::dns_config::test::test_basic
70632025-07-01T19:23:57.013Z PASS [ 26.258s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
70642025-07-01T19:23:59.660Z PASS [ 24.634s] omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
70652025-07-01T19:24:03.395Z PASS [ 26.139s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
70662025-07-01T19:24:11.067Z SLOW [>840.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
70672025-07-01T19:24:25.462Z PASS [ 33.220s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
70682025-07-01T19:24:32.441Z PASS [ 32.780s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
70692025-07-01T19:24:38.267Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
70702025-07-01T19:24:38.339Z SLOW [>960.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70712025-07-01T19:24:38.366Z SLOW [>960.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
70722025-07-01T19:24:40.052Z PASS [ 61.798s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
70732025-07-01T19:24:42.774Z PASS [ 871.720s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
70742025-07-01T19:24:49.376Z PASS [ 45.981s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
70752025-07-01T19:24:50.451Z PASS [ 24.989s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
70762025-07-01T19:24:53.642Z PASS [ 21.202s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
70772025-07-01T19:24:57.007Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
70782025-07-01T19:25:04.605Z PASS [ 21.834s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
70792025-07-01T19:25:11.102Z PASS [ 31.050s] omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
70802025-07-01T19:25:11.721Z PASS [ 22.346s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
70812025-07-01T19:25:12.935Z PASS [ 22.484s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
70822025-07-01T19:25:16.438Z PASS [ 22.796s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
70832025-07-01T19:25:28.091Z PASS [ 23.486s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
70842025-07-01T19:25:33.105Z PASS [ 22.002s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
70852025-07-01T19:25:33.138Z PASS [ 21.387s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
70862025-07-01T19:25:35.431Z PASS [ 22.497s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
70872025-07-01T19:25:38.337Z SLOW [>1020.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70882025-07-01T19:25:38.362Z SLOW [>1020.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
70892025-07-01T19:25:39.283Z PASS [ 3.852s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
70902025-07-01T19:25:44.156Z PASS [ 27.718s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
70912025-07-01T19:25:47.537Z PASS [ 3.381s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
70922025-07-01T19:25:48.144Z PASS [1029.827s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
70932025-07-01T19:25:55.491Z PASS [ 22.386s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
70942025-07-01T19:25:56.163Z PASS [ 23.055s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
70952025-07-01T19:25:57.007Z SLOW [>120.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
70962025-07-01T19:25:57.829Z PASS [ 29.738s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
70972025-07-01T19:26:04.941Z PASS [ 25.658s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
70982025-07-01T19:26:13.511Z PASS [ 25.973s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
70992025-07-01T19:26:13.848Z PASS [ 25.705s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
71002025-07-01T19:26:17.785Z PASS [ 140.782s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
71012025-07-01T19:26:20.276Z PASS [ 24.785s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
71022025-07-01T19:26:20.362Z PASS [ 0.086s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
71032025-07-01T19:26:21.101Z PASS [ 0.737s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
71042025-07-01T19:26:21.307Z PASS [ 25.144s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
71052025-07-01T19:26:21.789Z PASS [ 23.960s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
71062025-07-01T19:26:21.914Z PASS [ 0.815s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
71072025-07-01T19:26:21.966Z PASS [ 0.659s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
71082025-07-01T19:26:22.102Z PASS [ 0.135s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
71092025-07-01T19:26:23.082Z PASS [ 1.167s] omicron-nexus app::external_endpoints::test::test_authority
71102025-07-01T19:26:23.223Z PASS [ 0.141s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
71112025-07-01T19:26:23.294Z PASS [ 0.071s] omicron-nexus app::external_endpoints::test::test_no_endpoint
71122025-07-01T19:26:23.361Z PASS [ 0.068s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
71132025-07-01T19:26:23.452Z PASS [ 0.090s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
71142025-07-01T19:26:23.557Z PASS [ 0.104s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
71152025-07-01T19:26:23.636Z PASS [ 0.080s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
71162025-07-01T19:26:23.713Z PASS [ 0.077s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
71172025-07-01T19:26:23.738Z PASS [ 1.945s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
71182025-07-01T19:26:23.780Z PASS [ 0.067s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
71192025-07-01T19:26:23.903Z PASS [1065.588s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
71202025-07-01T19:26:24.141Z PASS [ 2.039s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
71212025-07-01T19:26:28.824Z PASS [ 23.883s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
71222025-07-01T19:26:39.257Z PASS [ 25.410s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
71232025-07-01T19:26:41.041Z PASS [ 27.531s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
71242025-07-01T19:26:45.766Z PASS [ 27.981s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
71252025-07-01T19:26:58.469Z PASS [ 34.688s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
71262025-07-01T19:26:58.760Z PASS [ 29.936s] omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
71272025-07-01T19:26:59.713Z PASS [ 35.809s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
71282025-07-01T19:26:59.965Z PASS [ 35.823s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
71292025-07-01T19:27:01.009Z PASS [ 37.274s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
71302025-07-01T19:27:10.634Z PASS [ 29.592s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
71312025-07-01T19:27:24.077Z PASS [ 44.820s] omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
71322025-07-01T19:27:39.696Z PASS [ 53.930s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
71332025-07-01T19:27:43.315Z PASS [ 44.844s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
71342025-07-01T19:27:45.108Z PASS [ 44.099s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
71352025-07-01T19:27:46.246Z PASS [ 46.533s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
71362025-07-01T19:27:47.057Z PASS [ 48.297s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
71372025-07-01T19:27:47.089Z PASS [ 47.125s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
71382025-07-01T19:28:03.060Z PASS [ 52.427s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
71392025-07-01T19:28:13.578Z PASS [ 49.501s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
71402025-07-01T19:28:20.958Z PASS [ 35.850s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
71412025-07-01T19:28:22.013Z PASS [ 35.768s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
71422025-07-01T19:28:22.176Z PASS [ 38.863s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
71432025-07-01T19:28:24.398Z PASS [ 44.702s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
71442025-07-01T19:28:26.137Z PASS [ 39.045s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
71452025-07-01T19:28:46.161Z PASS [ 43.102s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
71462025-07-01T19:28:47.059Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
71472025-07-01T19:29:06.231Z PASS [ 52.653s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
71482025-07-01T19:29:11.102Z PASS [ 49.089s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
71492025-07-01T19:29:14.836Z PASS [ 52.660s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
71502025-07-01T19:29:18.387Z PASS [ 52.253s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
71512025-07-01T19:29:20.959Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
71522025-07-01T19:29:24.399Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
71532025-07-01T19:29:42.342Z PASS [ 56.181s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
71542025-07-01T19:29:47.060Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
71552025-07-01T19:30:03.313Z PASS [ 52.211s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
71562025-07-01T19:30:05.802Z PASS [ 50.966s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
71572025-07-01T19:30:06.232Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
71582025-07-01T19:30:18.389Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
71592025-07-01T19:30:20.960Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
71602025-07-01T19:30:24.400Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
71612025-07-01T19:30:30.012Z PASS [ 47.669s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
71622025-07-01T19:30:47.061Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
71632025-07-01T19:30:51.101Z PASS [ 47.789s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
71642025-07-01T19:30:55.778Z PASS [ 188.722s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
71652025-07-01T19:31:05.804Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
71662025-07-01T19:31:06.246Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
71672025-07-01T19:31:16.537Z PASS [ 42.498s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
71682025-07-01T19:31:18.401Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
71692025-07-01T19:31:20.960Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
71702025-07-01T19:31:24.401Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
71712025-07-01T19:31:29.592Z PASS [ 131.037s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
71722025-07-01T19:31:37.198Z PASS [ 46.095s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
71732025-07-01T19:31:53.589Z PASS [ 209.191s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
71742025-07-01T19:31:55.779Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
71752025-07-01T19:31:58.827Z PASS [ 46.317s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
71762025-07-01T19:32:05.806Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
71772025-07-01T19:32:06.234Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
71782025-07-01T19:32:15.376Z PASS [ 45.952s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
71792025-07-01T19:32:20.961Z SLOW [>240.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
71802025-07-01T19:32:26.538Z PASS [ 245.582s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
71812025-07-01T19:32:35.892Z PASS [ 42.304s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
71822025-07-01T19:32:37.199Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
71832025-07-01T19:32:54.470Z PASS [ 118.693s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
71842025-07-01T19:32:57.319Z PASS [ 41.944s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
71852025-07-01T19:32:58.828Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
71862025-07-01T19:33:05.804Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
71872025-07-01T19:33:06.234Z SLOW [>240.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
71882025-07-01T19:33:07.178Z PASS [ 40.639s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
71892025-07-01T19:33:21.777Z PASS [ 24.458s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
71902025-07-01T19:33:30.192Z PASS [ 35.723s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
71912025-07-01T19:33:31.722Z PASS [ 24.545s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
71922025-07-01T19:33:32.310Z PASS [ 56.418s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
71932025-07-01T19:33:37.200Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
71942025-07-01T19:33:46.621Z PASS [ 220.820s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
71952025-07-01T19:33:55.360Z PASS [ 25.166s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
71962025-07-01T19:33:58.440Z PASS [ 26.131s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
71972025-07-01T19:33:58.749Z PASS [ 36.971s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
71982025-07-01T19:33:58.829Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
71992025-07-01T19:34:03.407Z PASS [ 297.178s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
72002025-07-01T19:34:07.677Z PASS [ 35.954s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
72012025-07-01T19:34:30.526Z PASS [ 43.906s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
72022025-07-01T19:34:30.606Z PASS [ 0.079s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
72032025-07-01T19:34:32.500Z PASS [ 24.823s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
72042025-07-01T19:34:35.712Z PASS [ 40.354s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
72052025-07-01T19:34:37.200Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
72062025-07-01T19:34:38.971Z PASS [ 40.222s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
72072025-07-01T19:34:39.002Z PASS [ 40.561s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
72082025-07-01T19:34:44.666Z PASS [ 41.260s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
72092025-07-01T19:34:53.334Z PASS [ 196.138s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
72102025-07-01T19:34:58.830Z SLOW [>180.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
72112025-07-01T19:35:04.084Z PASS [ 25.114s] omicron-nexus app::sagas::test_saga::test_saga_stuck
72122025-07-01T19:35:07.381Z PASS [ 36.775s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
72132025-07-01T19:35:08.972Z PASS [ 29.971s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
72142025-07-01T19:35:13.988Z PASS [ 29.322s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
72152025-07-01T19:35:21.808Z PASS [ 28.475s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
72162025-07-01T19:35:26.997Z PASS [ 54.497s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
72172025-07-01T19:35:27.062Z PASS [ 0.065s] omicron-nexus external_api::console_api::test::test_accept_gz
72182025-07-01T19:35:27.126Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
72192025-07-01T19:35:27.186Z PASS [ 208.361s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
72202025-07-01T19:35:27.213Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
72212025-07-01T19:35:27.244Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
72222025-07-01T19:35:27.269Z PASS [ 0.075s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
72232025-07-01T19:35:27.312Z PASS [ 0.067s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
72242025-07-01T19:35:27.336Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
72252025-07-01T19:35:27.372Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_relative_uri
72262025-07-01T19:35:27.465Z PASS [ 5.657s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
72272025-07-01T19:35:29.654Z PASS [ 25.569s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
72282025-07-01T19:35:30.188Z PASS [ 54.474s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
72292025-07-01T19:35:32.656Z PASS [ 25.275s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
72302025-07-01T19:35:35.355Z PASS [ 26.383s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
72312025-07-01T19:35:41.268Z PASS [ 27.280s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
72322025-07-01T19:35:51.476Z PASS [ 24.010s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
72332025-07-01T19:35:52.910Z PASS [ 25.537s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
72342025-07-01T19:36:07.605Z PASS [ 37.951s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
72352025-07-01T19:36:08.219Z PASS [ 38.033s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
72362025-07-01T19:36:11.144Z PASS [ 35.789s] omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
72372025-07-01T19:36:14.130Z PASS [ 2.986s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
72382025-07-01T19:36:17.352Z PASS [ 3.222s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
72392025-07-01T19:36:18.267Z PASS [ 0.915s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
72402025-07-01T19:36:18.292Z PASS [ 37.012s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
72412025-07-01T19:36:21.432Z PASS [ 54.105s] omicron-nexus populate::test::test_populators
72422025-07-01T19:36:31.581Z PASS [ 40.106s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
72432025-07-01T19:36:32.658Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
72442025-07-01T19:36:38.018Z PASS [ 29.799s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
72452025-07-01T19:36:41.552Z PASS [ 33.947s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
72462025-07-01T19:36:44.289Z PASS [ 26.009s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
72472025-07-01T19:36:45.213Z PASS [ 26.946s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
72482025-07-01T19:36:47.796Z PASS [ 75.140s] omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
72492025-07-01T19:36:48.769Z PASS [ 27.334s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
72502025-07-01T19:36:52.912Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
72512025-07-01T19:36:58.467Z PASS [ 26.886s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
72522025-07-01T19:37:07.458Z PASS [ 29.440s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
72532025-07-01T19:37:09.812Z PASS [ 28.259s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
72542025-07-01T19:37:09.995Z PASS [ 25.705s] omicron-nexus::test_all integration_tests::basic::test_ping
72552025-07-01T19:37:15.115Z PASS [ 26.349s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
72562025-07-01T19:37:16.485Z PASS [ 83.576s] omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
72572025-07-01T19:37:22.968Z PASS [ 37.754s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
72582025-07-01T19:37:23.754Z PASS [ 25.287s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
72592025-07-01T19:37:31.896Z PASS [ 24.438s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
72602025-07-01T19:37:33.555Z PASS [ 1.659s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
72612025-07-01T19:37:34.177Z PASS [ 24.183s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
72622025-07-01T19:37:34.492Z PASS [ 0.314s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
72632025-07-01T19:37:34.602Z PASS [ 24.790s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
72642025-07-01T19:37:35.115Z PASS [ 1.559s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
72652025-07-01T19:37:39.472Z PASS [ 51.370s] omicron-nexus::test_all integration_tests::basic::test_projects_list
72662025-07-01T19:37:40.130Z PASS [ 23.645s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
72672025-07-01T19:37:40.533Z PASS [ 25.398s] omicron-nexus::test_all integration_tests::certificates::test_crud
72682025-07-01T19:37:47.869Z PASS [ 24.115s] omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
72692025-07-01T19:37:57.160Z PASS [ 22.667s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
72702025-07-01T19:37:58.049Z PASS [ 23.447s] omicron-nexus::test_all integration_tests::console_api::test_assets
72712025-07-01T19:37:58.730Z PASS [ 23.616s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
72722025-07-01T19:37:59.200Z PASS [ 36.232s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
72732025-07-01T19:38:04.519Z PASS [ 24.007s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
72742025-07-01T19:38:10.573Z PASS [ 31.408s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
72752025-07-01T19:38:11.111Z PASS [ 30.981s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
72762025-07-01T19:38:18.176Z PASS [ 30.307s] omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
72772025-07-01T19:38:19.522Z PASS [ 22.362s] omicron-nexus::test_all integration_tests::console_api::test_session_me
72782025-07-01T19:38:21.320Z PASS [ 23.271s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
72792025-07-01T19:38:22.503Z PASS [ 23.303s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
72802025-07-01T19:38:29.563Z PASS [ 30.833s] omicron-nexus::test_all integration_tests::console_api::test_sessions
72812025-07-01T19:38:59.597Z PASS [ 49.024s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
72822025-07-01T19:39:00.078Z PASS [ 55.559s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
72832025-07-01T19:39:03.578Z PASS [ 52.465s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
72842025-07-01T19:39:17.268Z PASS [ 59.093s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
72852025-07-01T19:39:19.523Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
72862025-07-01T19:39:21.323Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
72872025-07-01T19:39:22.506Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
72882025-07-01T19:39:27.623Z PASS [ 68.099s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
72892025-07-01T19:39:29.565Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
72902025-07-01T19:39:30.104Z PASS [ 67.601s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
72912025-07-01T19:39:32.823Z PASS [ 63.261s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
72922025-07-01T19:39:35.711Z PASS [ 74.392s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
72932025-07-01T19:39:59.598Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
72942025-07-01T19:40:00.079Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
72952025-07-01T19:40:02.157Z PASS [ 34.087s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
72962025-07-01T19:40:03.578Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
72972025-07-01T19:40:07.402Z PASS [ 67.324s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
72982025-07-01T19:40:07.576Z PASS [ 67.980s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
72992025-07-01T19:40:13.703Z PASS [ 70.127s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
73002025-07-01T19:40:17.270Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
73012025-07-01T19:40:30.105Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
73022025-07-01T19:40:32.825Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
73032025-07-01T19:40:35.713Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
73042025-07-01T19:40:51.604Z PASS [ 75.893s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
73052025-07-01T19:41:01.709Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
73062025-07-01T19:41:07.402Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
73072025-07-01T19:41:07.579Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
73082025-07-01T19:41:13.705Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
73092025-07-01T19:41:15.959Z PASS [ 118.692s] omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
73102025-07-01T19:41:18.687Z PASS [ 27.083s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
73112025-07-01T19:41:28.942Z PASS [ 87.236s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
73122025-07-01T19:41:30.106Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
73132025-07-01T19:41:32.826Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
73142025-07-01T19:41:37.326Z PASS [ 89.711s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
73152025-07-01T19:41:45.881Z PASS [ 29.922s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
73162025-07-01T19:41:54.089Z PASS [ 143.986s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
73172025-07-01T19:41:55.729Z PASS [ 37.041s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
73182025-07-01T19:42:00.510Z PASS [ 31.567s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
73192025-07-01T19:42:00.559Z PASS [ 23.447s] omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
73202025-07-01T19:42:06.243Z PASS [ 153.420s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
73212025-07-01T19:42:07.579Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
73222025-07-01T19:42:13.705Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
73232025-07-01T19:42:25.268Z PASS [ 39.387s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
73242025-07-01T19:42:30.805Z PASS [ 35.077s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
73252025-07-01T19:42:31.792Z PASS [ 144.217s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
73262025-07-01T19:42:35.645Z PASS [ 35.086s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
73272025-07-01T19:42:38.324Z PASS [ 37.815s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
73282025-07-01T19:42:42.007Z PASS [ 35.765s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
73292025-07-01T19:42:51.416Z PASS [ 57.328s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
73302025-07-01T19:43:02.200Z PASS [ 36.932s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
73312025-07-01T19:43:13.706Z SLOW [>180.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
73322025-07-01T19:43:14.385Z PASS [ 36.061s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
73332025-07-01T19:43:17.907Z PASS [ 35.900s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
73342025-07-01T19:43:21.111Z PASS [ 29.694s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
73352025-07-01T19:43:25.807Z PASS [ 55.002s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
73362025-07-01T19:43:29.304Z PASS [ 27.104s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
73372025-07-01T19:43:31.794Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
73382025-07-01T19:43:35.647Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
73392025-07-01T19:43:36.783Z PASS [ 64.991s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
73402025-07-01T19:43:45.313Z PASS [ 27.407s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
73412025-07-01T19:43:46.449Z PASS [ 32.064s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
73422025-07-01T19:43:55.584Z PASS [ 79.940s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
73432025-07-01T19:44:01.019Z PASS [ 39.908s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
73442025-07-01T19:44:05.314Z PASS [ 36.010s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
73452025-07-01T19:44:10.821Z PASS [ 237.119s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
73462025-07-01T19:44:17.418Z PASS [ 40.634s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
73472025-07-01T19:44:23.197Z PASS [ 37.883s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
73482025-07-01T19:44:24.988Z PASS [ 59.181s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
73492025-07-01T19:44:34.222Z PASS [ 47.773s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
73502025-07-01T19:44:35.045Z PASS [ 39.461s] omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
73512025-07-01T19:44:38.199Z PASS [ 37.181s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
73522025-07-01T19:44:39.859Z PASS [ 34.544s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
73532025-07-01T19:44:47.854Z PASS [ 36.799s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
73542025-07-01T19:44:54.052Z PASS [ 36.606s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
73552025-07-01T19:44:57.907Z PASS [ 32.902s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
73562025-07-01T19:44:59.918Z PASS [ 36.721s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
73572025-07-01T19:45:04.615Z PASS [ 30.394s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
73582025-07-01T19:45:11.716Z PASS [ 36.671s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
73592025-07-01T19:45:13.044Z PASS [ 34.845s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
73602025-07-01T19:45:24.816Z PASS [ 44.951s] omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
73612025-07-01T19:45:28.367Z PASS [ 40.748s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
73622025-07-01T19:45:31.945Z PASS [ 27.329s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
73632025-07-01T19:45:44.064Z PASS [ 31.019s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
73642025-07-01T19:45:44.946Z PASS [ 50.922s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
73652025-07-01T19:45:57.072Z PASS [ 28.703s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
73662025-07-01T19:45:57.290Z PASS [ 45.563s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
73672025-07-01T19:45:57.897Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
73682025-07-01T19:45:59.275Z PASS [ 27.330s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
73692025-07-01T19:45:59.921Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
73702025-07-01T19:46:10.735Z PASS [ 45.906s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
73712025-07-01T19:46:11.636Z PASS [ 73.745s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
73722025-07-01T19:46:13.068Z PASS [ 29.004s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
73732025-07-01T19:46:15.712Z PASS [ 75.789s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
73742025-07-01T19:46:16.737Z PASS [ 31.791s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
73752025-07-01T19:46:28.595Z PASS [ 30.123s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
73762025-07-01T19:46:28.595Z PASS [ 30.922s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
73772025-07-01T19:46:35.151Z PASS [ 35.877s] omicron-nexus::test_all integration_tests::images::test_image_create
73782025-07-01T19:46:43.285Z PASS [ 32.568s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
73792025-07-01T19:46:46.275Z PASS [ 33.202s] omicron-nexus::test_all integration_tests::images::test_image_promotion
73802025-07-01T19:46:47.564Z PASS [ 31.857s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
73812025-07-01T19:46:47.923Z PASS [ 31.186s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
73822025-07-01T19:46:48.150Z PASS [ 36.515s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
73832025-07-01T19:46:49.270Z PASS [ 14.119s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
73842025-07-01T19:46:50.355Z PASS [ 7.071s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
73852025-07-01T19:46:53.163Z PASS [ 6.893s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
73862025-07-01T19:46:54.278Z PASS [ 26.077s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
73872025-07-01T19:46:54.947Z PASS [ 7.382s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
73882025-07-01T19:46:57.757Z PASS [ 30.563s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
73892025-07-01T19:47:17.972Z PASS [ 30.049s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
73902025-07-01T19:47:21.120Z PASS [ 30.766s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
73912025-07-01T19:47:27.071Z PASS [ 37.801s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
73922025-07-01T19:47:29.442Z PASS [ 36.272s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
73932025-07-01T19:47:30.323Z PASS [ 36.045s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
73942025-07-01T19:47:38.798Z PASS [ 41.042s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
73952025-07-01T19:47:41.996Z PASS [ 24.025s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
73962025-07-01T19:47:43.225Z PASS [ 55.072s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
73972025-07-01T19:47:45.523Z PASS [ 24.403s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
73982025-07-01T19:47:54.950Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
73992025-07-01T19:47:55.284Z PASS [ 24.962s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
74002025-07-01T19:47:56.937Z PASS [ 61.991s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
74012025-07-01T19:48:07.050Z PASS [ 39.979s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
74022025-07-01T19:48:18.929Z PASS [ 33.406s] omicron-nexus::test_all integration_tests::instances::test_instance_access
74032025-07-01T19:48:19.039Z PASS [ 23.754s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
74042025-07-01T19:48:20.844Z PASS [ 51.410s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
74052025-07-01T19:48:30.824Z PASS [ 52.024s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
74062025-07-01T19:48:34.383Z PASS [ 37.447s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
74072025-07-01T19:48:37.573Z PASS [ 54.351s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
74082025-07-01T19:48:41.998Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
74092025-07-01T19:48:52.709Z PASS [ 45.659s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
74102025-07-01T19:49:03.160Z PASS [ 42.313s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
74112025-07-01T19:49:07.182Z PASS [ 48.145s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
74122025-07-01T19:49:07.539Z PASS [ 29.965s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
74132025-07-01T19:49:07.973Z PASS [ 49.045s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
74142025-07-01T19:49:10.582Z PASS [ 36.199s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
74152025-07-01T19:49:13.166Z PASS [ 42.343s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
74162025-07-01T19:49:31.867Z PASS [ 109.871s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
74172025-07-01T19:49:32.151Z PASS [ 39.442s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
74182025-07-01T19:49:38.931Z PASS [ 30.451s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
74192025-07-01T19:49:42.356Z PASS [ 34.814s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
74202025-07-01T19:49:46.312Z PASS [ 35.730s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
74212025-07-01T19:49:52.627Z PASS [ 39.462s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
74222025-07-01T19:49:52.729Z PASS [ 49.567s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
74232025-07-01T19:50:07.184Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
74242025-07-01T19:50:07.796Z PASS [ 35.929s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
74252025-07-01T19:50:14.166Z PASS [ 42.015s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
74262025-07-01T19:50:16.697Z PASS [ 38.273s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
74272025-07-01T19:50:19.481Z PASS [ 72.299s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
74282025-07-01T19:50:19.977Z PASS [ 37.624s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
74292025-07-01T19:50:42.241Z PASS [ 49.517s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
74302025-07-01T19:50:46.313Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
74312025-07-01T19:50:52.629Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
74322025-07-01T19:50:52.922Z PASS [ 45.127s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
74332025-07-01T19:50:55.761Z PASS [ 41.596s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
74342025-07-01T19:50:56.442Z PASS [ 63.814s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
74352025-07-01T19:51:04.762Z PASS [ 48.066s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
74362025-07-01T19:51:06.085Z PASS [ 46.110s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
74372025-07-01T19:51:06.242Z PASS [ 46.762s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
74382025-07-01T19:51:10.662Z PASS [ 84.351s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
74392025-07-01T19:51:12.827Z PASS [ 30.587s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
74402025-07-01T19:51:21.502Z PASS [ 25.740s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
74412025-07-01T19:51:30.683Z PASS [ 25.919s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
74422025-07-01T19:51:34.446Z PASS [ 23.765s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
74432025-07-01T19:51:39.531Z PASS [ 33.445s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
74442025-07-01T19:51:39.558Z PASS [ 33.315s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
74452025-07-01T19:51:44.264Z PASS [ 47.823s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
74462025-07-01T19:51:45.182Z PASS [ 52.260s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
74472025-07-01T19:51:48.719Z PASS [ 35.892s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
74482025-07-01T19:51:54.164Z PASS [ 32.661s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
74492025-07-01T19:52:00.600Z PASS [ 20.880s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
74502025-07-01T19:52:12.264Z PASS [ 32.538s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
74512025-07-01T19:52:12.454Z PASS [ 23.665s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
74522025-07-01T19:52:12.454Z PASS [ 24.661s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
74532025-07-01T19:52:12.454Z PASS [ 23.348s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
74542025-07-01T19:52:15.949Z PASS [ 36.418s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
74552025-07-01T19:52:21.659Z PASS [ 21.220s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
74562025-07-01T19:52:21.949Z PASS [ 51.264s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
74572025-07-01T19:52:33.162Z PASS [ 38.999s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
74582025-07-01T19:52:43.734Z PASS [ 35.806s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
74592025-07-01T19:52:43.821Z PASS [ 22.164s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
74602025-07-01T19:52:44.672Z PASS [ 34.829s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
74612025-07-01T19:52:46.992Z PASS [ 25.047s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
74622025-07-01T19:52:49.610Z PASS [ 42.645s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
74632025-07-01T19:52:51.590Z PASS [ 35.642s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
74642025-07-01T19:52:51.930Z PASS [ 39.863s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
74652025-07-01T19:52:57.803Z PASS [ 24.642s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
74662025-07-01T19:53:06.363Z PASS [ 22.542s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
74672025-07-01T19:53:06.421Z PASS [ 22.687s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
74682025-07-01T19:53:07.882Z PASS [ 23.210s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
74692025-07-01T19:53:08.745Z PASS [ 21.753s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
74702025-07-01T19:53:12.567Z PASS [ 22.957s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
74712025-07-01T19:53:13.887Z PASS [ 22.297s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
74722025-07-01T19:53:16.739Z PASS [ 24.809s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
74732025-07-01T19:53:21.246Z PASS [ 23.443s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
74742025-07-01T19:53:28.471Z PASS [ 20.589s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
74752025-07-01T19:53:30.786Z PASS [ 24.364s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
74762025-07-01T19:53:32.948Z PASS [ 26.585s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
74772025-07-01T19:53:42.188Z PASS [ 33.440s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
74782025-07-01T19:53:44.215Z PASS [ 27.476s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
74792025-07-01T19:53:50.534Z PASS [ 22.062s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
74802025-07-01T19:53:52.012Z PASS [ 21.226s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
74812025-07-01T19:53:58.312Z PASS [ 45.745s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
74822025-07-01T19:53:58.937Z PASS [ 25.990s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
74832025-07-01T19:54:13.889Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics
74842025-07-01T19:54:18.672Z PASS [ 28.139s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
74852025-07-01T19:54:21.004Z PASS [ 28.993s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
74862025-07-01T19:54:21.247Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
74872025-07-01T19:54:22.134Z PASS [ 60.889s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
74882025-07-01T19:54:26.517Z PASS [ 44.332s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
74892025-07-01T19:54:26.805Z PASS [ 72.918s] omicron-nexus::test_all integration_tests::metrics::test_metrics
74902025-07-01T19:54:28.555Z PASS [ 30.244s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
74912025-07-01T19:54:38.986Z PASS [ 54.771s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
74922025-07-01T19:54:50.281Z PASS [ 29.277s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
74932025-07-01T19:54:50.597Z PASS [ 51.660s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
74942025-07-01T19:55:02.303Z PASS [ 35.786s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
74952025-07-01T19:55:04.131Z PASS [ 37.327s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
74962025-07-01T19:55:05.128Z PASS [ 26.143s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
74972025-07-01T19:55:07.167Z PASS [ 38.612s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
74982025-07-01T19:55:07.738Z PASS [ 49.065s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
74992025-07-01T19:55:09.786Z PASS [ 47.652s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
75002025-07-01T19:55:27.318Z PASS [ 22.188s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
75012025-07-01T19:55:28.331Z PASS [ 24.199s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
75022025-07-01T19:55:28.865Z PASS [ 21.698s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
75032025-07-01T19:55:29.796Z PASS [ 22.058s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
75042025-07-01T19:55:39.562Z PASS [ 49.282s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
75052025-07-01T19:55:39.864Z PASS [ 30.077s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
75062025-07-01T19:55:46.870Z PASS [ 53.141s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
75072025-07-01T19:55:53.894Z PASS [ 25.563s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
75082025-07-01T19:55:56.974Z PASS [ 29.658s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
75092025-07-01T19:55:59.187Z PASS [ 30.322s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
75102025-07-01T19:56:02.305Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users
75112025-07-01T19:56:04.650Z PASS [ 24.786s] omicron-nexus::test_all integration_tests::projects::test_projects
75122025-07-01T19:56:05.350Z PASS [ 35.556s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
75132025-07-01T19:56:08.357Z PASS [ 28.795s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
75142025-07-01T19:56:12.473Z PASS [ 27.726s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
75152025-07-01T19:56:20.004Z PASS [ 23.030s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
75162025-07-01T19:56:23.574Z PASS [ 24.387s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
75172025-07-01T19:56:30.712Z PASS [ 25.362s] omicron-nexus::test_all integration_tests::rack::test_sled_add
75182025-07-01T19:56:32.020Z PASS [ 27.370s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
75192025-07-01T19:56:32.778Z PASS [ 24.420s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
75202025-07-01T19:56:35.434Z PASS [ 23.967s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
75212025-07-01T19:56:45.391Z PASS [ 21.812s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
75222025-07-01T19:56:46.313Z PASS [ 26.267s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
75232025-07-01T19:56:52.504Z PASS [ 21.789s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
75242025-07-01T19:56:53.897Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::quotas::test_quotas
75252025-07-01T19:56:56.028Z PASS [ 113.723s] omicron-nexus::test_all integration_tests::password_login::test_local_users
75262025-07-01T19:56:56.159Z PASS [ 0.133s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
75272025-07-01T19:56:56.249Z PASS [ 24.228s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
75282025-07-01T19:56:56.298Z PASS [ 0.131s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
75292025-07-01T19:56:56.396Z PASS [ 0.135s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
75302025-07-01T19:56:56.436Z PASS [ 0.144s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
75312025-07-01T19:56:56.509Z PASS [ 0.125s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
75322025-07-01T19:57:00.926Z PASS [ 27.269s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
75332025-07-01T19:57:01.542Z PASS [ 26.112s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
75342025-07-01T19:57:13.501Z PASS [ 79.607s] omicron-nexus::test_all integration_tests::quotas::test_quotas
75352025-07-01T19:57:13.531Z PASS [ 27.257s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
75362025-07-01T19:57:20.963Z PASS [ 24.445s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
75372025-07-01T19:57:21.192Z PASS [ 0.235s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
75382025-07-01T19:57:27.649Z PASS [ 25.248s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
75392025-07-01T19:57:27.742Z PASS [ 30.046s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
75402025-07-01T19:57:27.742Z PASS [ 0.138s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
75412025-07-01T19:57:27.742Z PASS [ 0.131s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
75422025-07-01T19:57:27.743Z PASS [ 38.725s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
75432025-07-01T19:57:27.772Z PASS [ 25.014s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
75442025-07-01T19:57:27.773Z PASS [ 23.561s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
75452025-07-01T19:57:36.925Z PASS [ 23.395s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
75462025-07-01T19:57:37.066Z PASS [ 23.566s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
75472025-07-01T19:57:43.078Z PASS [ 21.889s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
75482025-07-01T19:57:43.349Z PASS [ 20.532s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
75492025-07-01T19:57:43.731Z PASS [ 22.048s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
75502025-07-01T19:57:44.606Z PASS [ 19.545s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
75512025-07-01T19:57:44.631Z PASS [ 20.500s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
75522025-07-01T19:57:45.083Z PASS [ 19.980s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
75532025-07-01T19:57:46.409Z PASS [ 3.060s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
75542025-07-01T19:57:47.932Z PASS [ 2.849s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
75552025-07-01T19:57:49.935Z PASS [ 2.456s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
75562025-07-01T19:57:50.433Z PASS [ 2.501s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
75572025-07-01T19:57:51.452Z PASS [ 2.587s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
75582025-07-01T19:57:53.088Z PASS [ 2.655s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
75592025-07-01T19:57:54.757Z PASS [ 1.668s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
75602025-07-01T19:58:51.454Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
75612025-07-01T19:58:54.759Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
75622025-07-01T19:59:03.730Z PASS [ 68.973s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
75632025-07-01T19:59:24.085Z PASS [ 20.355s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
75642025-07-01T19:59:28.335Z PASS [ 96.884s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
75652025-07-01T20:00:23.391Z PASS [ 59.307s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
75662025-07-01T20:00:28.338Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
75672025-07-01T20:00:38.518Z PASS [ 15.125s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
75682025-07-01T20:00:38.575Z PASS [ 15.183s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
75692025-07-01T20:00:38.939Z PASS [ 15.547s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
75702025-07-01T20:00:39.186Z PASS [ 70.849s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
75712025-07-01T20:00:39.439Z PASS [ 16.034s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
75722025-07-01T20:01:01.488Z PASS [ 22.304s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
75732025-07-01T20:01:01.517Z PASS [ 22.329s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
75742025-07-01T20:01:01.578Z PASS [ 23.061s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
75752025-07-01T20:01:01.637Z PASS [ 22.211s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
75762025-07-01T20:01:02.015Z PASS [ 23.075s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
75772025-07-01T20:01:02.286Z PASS [ 23.711s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
75782025-07-01T20:01:02.378Z PASS [ 23.194s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
75792025-07-01T20:01:04.930Z PASS [ 25.746s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
75802025-07-01T20:01:24.149Z PASS [ 22.660s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
75812025-07-01T20:01:24.309Z PASS [ 22.023s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
75822025-07-01T20:01:24.603Z PASS [ 22.967s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
75832025-07-01T20:01:24.890Z PASS [ 23.377s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
75842025-07-01T20:01:25.299Z PASS [ 22.918s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
75852025-07-01T20:01:26.388Z PASS [ 24.370s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
75862025-07-01T20:01:28.366Z PASS [ 23.435s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
75872025-07-01T20:01:34.640Z PASS [ 33.063s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
75882025-07-01T20:01:45.383Z PASS [ 21.074s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
75892025-07-01T20:01:46.765Z PASS [ 22.617s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
75902025-07-01T20:01:48.920Z PASS [ 23.625s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
75912025-07-01T20:01:50.518Z PASS [ 25.915s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
75922025-07-01T20:01:52.542Z PASS [ 24.177s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
75932025-07-01T20:01:54.592Z PASS [ 29.702s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
75942025-07-01T20:01:55.996Z PASS [ 29.612s] omicron-nexus::test_all integration_tests::silos::test_silos
75952025-07-01T20:02:09.990Z PASS [ 24.608s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
75962025-07-01T20:02:10.630Z PASS [ 35.990s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
75972025-07-01T20:02:13.471Z PASS [ 24.551s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
75982025-07-01T20:02:16.343Z PASS [ 29.579s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
75992025-07-01T20:02:18.108Z PASS [ 22.113s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
76002025-07-01T20:02:31.064Z PASS [ 40.546s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
76012025-07-01T20:02:32.380Z PASS [ 37.788s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
76022025-07-01T20:02:34.526Z PASS [ 24.535s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
76032025-07-01T20:02:36.434Z PASS [ 25.804s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
76042025-07-01T20:02:37.035Z PASS [ 44.492s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
76052025-07-01T20:02:38.461Z PASS [ 24.989s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
76062025-07-01T20:02:52.812Z PASS [ 34.704s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
76072025-07-01T20:03:00.219Z PASS [ 23.784s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
76082025-07-01T20:03:04.227Z PASS [ 47.879s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
76092025-07-01T20:03:06.676Z PASS [ 28.214s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
76102025-07-01T20:03:08.951Z PASS [ 34.425s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
76112025-07-01T20:03:13.455Z PASS [ 41.075s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
76122025-07-01T20:03:14.440Z PASS [ 43.376s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
76132025-07-01T20:03:15.617Z PASS [ 22.805s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
76142025-07-01T20:03:17.024Z PASS [ 3.568s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
76152025-07-01T20:03:26.493Z PASS [ 49.285s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
76162025-07-01T20:03:28.343Z PASS [ 28.125s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
76172025-07-01T20:03:28.965Z PASS [ 22.290s] omicron-nexus::test_all integration_tests::target_release::get_set_target_release
76182025-07-01T20:03:29.643Z PASS [ 25.421s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
76192025-07-01T20:03:38.729Z PASS [ 24.288s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
76202025-07-01T20:03:38.795Z PASS [ 21.760s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
76212025-07-01T20:03:47.865Z PASS [ 32.249s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
76222025-07-01T20:03:48.847Z PASS [ 22.527s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
76232025-07-01T20:04:03.999Z PASS [ 35.656s] omicron-nexus::test_all integration_tests::utilization::test_utilization_list
76242025-07-01T20:04:05.036Z PASS [ 35.393s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
76252025-07-01T20:04:08.744Z PASS [ 29.960s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
76262025-07-01T20:04:08.952Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
76272025-07-01T20:04:09.882Z PASS [ 40.917s] omicron-nexus::test_all integration_tests::utilization::test_utilization_view
76282025-07-01T20:04:22.281Z PASS [ 43.552s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
76292025-07-01T20:04:29.380Z PASS [ 41.513s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
76302025-07-01T20:04:32.365Z PASS [ 43.518s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
76312025-07-01T20:04:42.700Z PASS [ 38.701s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
76322025-07-01T20:04:45.432Z PASS [ 40.396s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
76332025-07-01T20:04:46.079Z PASS [ 37.336s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
76342025-07-01T20:04:47.545Z PASS [ 37.664s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
76352025-07-01T20:04:58.470Z PASS [ 29.092s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
76362025-07-01T20:04:58.945Z PASS [ 36.665s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
76372025-07-01T20:05:08.953Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
76382025-07-01T20:05:12.429Z PASS [ 26.998s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
76392025-07-01T20:05:15.812Z PASS [ 28.266s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
76402025-07-01T20:05:22.509Z PASS [ 36.430s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
76412025-07-01T20:05:32.369Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
76422025-07-01T20:05:33.061Z PASS [ 34.590s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
76432025-07-01T20:05:42.700Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
76442025-07-01T20:05:44.214Z PASS [ 45.269s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
76452025-07-01T20:05:55.037Z PASS [ 82.672s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
76462025-07-01T20:05:55.580Z PASS [ 72.880s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
76472025-07-01T20:06:00.428Z PASS [ 47.999s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
76482025-07-01T20:06:08.954Z SLOW [>180.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
76492025-07-01T20:06:10.948Z PASS [ 55.136s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
76502025-07-01T20:06:19.452Z PASS [ 56.942s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
76512025-07-01T20:06:30.107Z PASS [ 34.528s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
76522025-07-01T20:06:30.247Z PASS [ 57.187s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
76532025-07-01T20:06:30.333Z PASS [ 35.296s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
76542025-07-01T20:06:40.330Z PASS [ 56.116s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
76552025-07-01T20:06:42.681Z PASS [ 213.732s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
76562025-07-01T20:06:46.256Z PASS [ 45.828s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
76572025-07-01T20:07:01.466Z PASS [ 31.133s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
76582025-07-01T20:07:01.763Z PASS [ 31.516s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
76592025-07-01T20:07:10.950Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
76602025-07-01T20:07:12.663Z PASS [ 32.334s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
76612025-07-01T20:07:14.762Z PASS [ 32.081s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
76622025-07-01T20:07:19.453Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
76632025-07-01T20:07:20.641Z PASS [ 34.383s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
76642025-07-01T20:07:26.725Z PASS [ 67.274s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
76652025-07-01T20:07:30.109Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
76662025-07-01T20:07:36.416Z PASS [ 23.749s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
76672025-07-01T20:07:40.229Z PASS [ 25.465s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
76682025-07-01T20:07:44.969Z PASS [ 24.330s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
76692025-07-01T20:07:45.006Z PASS [ 43.243s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
76702025-07-01T20:07:49.345Z PASS [ 47.879s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
76712025-07-01T20:07:51.405Z PASS [ 24.680s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
76722025-07-01T20:07:52.220Z PASS [ 82.109s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
76732025-07-01T20:08:01.039Z PASS [ 24.625s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
76742025-07-01T20:08:04.433Z PASS [ 24.190s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
76752025-07-01T20:08:06.650Z PASS [ 21.681s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
76762025-07-01T20:08:07.487Z PASS [ 22.481s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
76772025-07-01T20:08:11.251Z SLOW [>120.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
76782025-07-01T20:08:11.344Z PASS [ 21.999s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
76792025-07-01T20:08:15.098Z PASS [ 22.883s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
76802025-07-01T20:08:16.753Z PASS [ 25.348s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
76812025-07-01T20:08:24.094Z PASS [ 23.056s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
76822025-07-01T20:08:27.175Z PASS [ 22.758s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
76832025-07-01T20:08:29.514Z PASS [ 22.864s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
76842025-07-01T20:08:35.049Z PASS [ 24.153s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
76852025-07-01T20:08:35.685Z PASS [ 24.342s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
76862025-07-01T20:08:39.200Z PASS [ 22.448s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
76872025-07-01T20:08:46.254Z PASS [ 155.307s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
76882025-07-01T20:08:47.922Z PASS [ 23.829s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
76892025-07-01T20:08:50.123Z PASS [ 22.946s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
76902025-07-01T20:08:52.495Z PASS [ 22.975s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
76912025-07-01T20:08:54.340Z PASS [ 22.700s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
76922025-07-01T20:09:00.012Z PASS [ 23.009s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
76932025-07-01T20:09:01.849Z PASS [ 46.751s] omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
76942025-07-01T20:09:13.820Z PASS [ 23.700s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
76952025-07-01T20:09:14.247Z PASS [ 26.325s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
76962025-07-01T20:09:16.971Z PASS [ 24.482s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
76972025-07-01T20:09:18.644Z PASS [ 24.304s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
76982025-07-01T20:09:19.822Z PASS [ 40.622s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
76992025-07-01T20:09:22.308Z PASS [ 23.614s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
77002025-07-01T20:09:29.907Z PASS [ 43.653s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
77012025-07-01T20:09:39.881Z PASS [ 25.632s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
77022025-07-01T20:09:43.376Z PASS [ 29.556s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
77032025-07-01T20:09:44.046Z PASS [ 27.075s] omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
77042025-07-01T20:09:45.015Z PASS [ 43.166s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
77052025-07-01T20:09:49.797Z PASS [ 31.152s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
77062025-07-01T20:09:58.008Z PASS [ 35.700s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
77072025-07-01T20:10:01.552Z PASS [ 41.731s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
77082025-07-01T20:10:14.867Z PASS [ 25.070s] omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
77092025-07-01T20:10:19.593Z PASS [ 35.547s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
77102025-07-01T20:10:21.002Z PASS [ 37.626s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
77112025-07-01T20:10:22.187Z PASS [ 42.307s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
77122025-07-01T20:10:25.038Z PASS [ 27.030s] omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
77132025-07-01T20:10:27.296Z PASS [ 25.743s] omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
77142025-07-01T20:10:29.909Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
77152025-07-01T20:10:42.295Z PASS [ 27.427s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
77162025-07-01T20:10:45.017Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
77172025-07-01T20:10:46.004Z PASS [ 26.411s] omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
77182025-07-01T20:10:47.448Z PASS [ 62.434s] omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
77192025-07-01T20:10:54.489Z PASS [ 27.194s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
77202025-07-01T20:10:54.962Z PASS [ 85.056s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
77212025-07-01T20:11:05.738Z PASS [ 23.442s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
77222025-07-01T20:11:08.401Z PASS [ 20.952s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
77232025-07-01T20:11:09.157Z PASS [ 23.153s] omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
77242025-07-01T20:11:13.824Z PASS [ 19.332s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
77252025-07-01T20:11:13.912Z PASS [ 0.084s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
77262025-07-01T20:11:13.943Z PASS [ 0.036s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
77272025-07-01T20:11:14.063Z PASS [ 0.120s] omicron-package config::tests::multi_preset_arg
77282025-07-01T20:11:14.123Z PASS [ 0.059s] omicron-package dot::test::test_bad_dependency
77292025-07-01T20:11:14.176Z PASS [ 0.053s] omicron-package dot::test::test_dot_output
77302025-07-01T20:11:14.547Z PASS [ 19.584s] omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
77312025-07-01T20:11:14.574Z PASS [ 0.027s] omicron-passwords test::test_password_constraints
77322025-07-01T20:11:16.132Z PASS [ 55.131s] omicron-nexus::test_all integration_tests::webhooks::test_probe
77332025-07-01T20:11:19.823Z PASS [ 5.249s] omicron-passwords test::test_reproducible
77342025-07-01T20:11:19.875Z PASS [ 0.052s] omicron-passwords test::test_stable
77352025-07-01T20:11:19.907Z PASS [ 0.032s] omicron-passwords test::test_weak_hashes
77362025-07-01T20:11:19.937Z PASS [ 0.030s] omicron-rpaths internal::tests::test_configure_from_path
77372025-07-01T20:11:20.003Z PASS [ 0.065s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
77382025-07-01T20:11:20.031Z PASS [ 0.028s] omicron-rpaths internal::tests::test_emit_rpath
77392025-07-01T20:11:20.646Z PASS [ 0.615s] omicron-sled-agent artifact_store::test::generations
77402025-07-01T20:11:20.945Z PASS [ 0.299s] omicron-sled-agent artifact_store::test::issue_7796
77412025-07-01T20:11:21.188Z PASS [ 0.243s] omicron-sled-agent artifact_store::test::list_get_put
77422025-07-01T20:11:21.377Z PASS [ 0.188s] omicron-sled-agent artifact_store::test::no_dataset
77432025-07-01T20:11:21.546Z PASS [ 0.169s] omicron-sled-agent artifact_store::test::wrong_hash
77442025-07-01T20:11:21.674Z PASS [ 0.128s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
77452025-07-01T20:11:22.521Z PASS [ 12.863s] omicron-omdb::test_all_output test_omdb_usage_errors
77462025-07-01T20:11:22.551Z PASS [ 0.122s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
77472025-07-01T20:11:22.551Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
77482025-07-01T20:11:22.551Z PASS [ 0.622s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
77492025-07-01T20:11:22.551Z PASS [ 0.158s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
77502025-07-01T20:11:22.551Z PASS [ 0.105s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
77512025-07-01T20:11:22.551Z PASS [ 0.079s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
77522025-07-01T20:11:22.551Z PASS [ 0.063s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
77532025-07-01T20:11:22.614Z PASS [ 0.069s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
77542025-07-01T20:11:22.663Z PASS [ 0.049s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
77552025-07-01T20:11:22.712Z PASS [ 0.049s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
77562025-07-01T20:11:22.754Z PASS [ 0.042s] omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
77572025-07-01T20:11:22.802Z PASS [ 0.048s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
77582025-07-01T20:11:22.844Z PASS [ 60.658s] omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
77592025-07-01T20:11:22.870Z PASS [ 0.047s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
77602025-07-01T20:11:22.895Z PASS [ 0.034s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
77612025-07-01T20:11:22.895Z PASS [ 0.584s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
77622025-07-01T20:11:22.921Z PASS [ 0.064s] omicron-sled-agent config::test::test_smf_configs
77632025-07-01T20:11:23.407Z PASS [ 0.528s] omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
77642025-07-01T20:11:23.432Z PASS [ 0.539s] omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
77652025-07-01T20:11:23.569Z PASS [ 0.656s] omicron-sled-agent instance::tests::test_instance_create_events_normal
77662025-07-01T20:11:24.147Z PASS [ 0.578s] omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
77672025-07-01T20:11:27.120Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
77682025-07-01T20:11:28.172Z PASS [ 2.013s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
77692025-07-01T20:11:28.172Z PASS [ 2.012s] omicron-sled-agent instance::tests::test_instance_manager_creation
77702025-07-01T20:11:28.172Z PASS [ 0.042s] omicron-sled-agent probe_manager::test::probe_state_set_ops
77712025-07-01T20:11:28.172Z PASS [ 0.044s] omicron-sled-agent profile::tests::empty_profile
77722025-07-01T20:11:28.172Z PASS [ 0.041s] omicron-sled-agent profile::tests::test_disabled_instance
77732025-07-01T20:11:28.172Z PASS [ 0.049s] omicron-sled-agent profile::tests::test_instance
77742025-07-01T20:11:28.172Z PASS [ 0.041s] omicron-sled-agent profile::tests::test_multiple
77752025-07-01T20:11:28.172Z PASS [ 0.049s] omicron-sled-agent profile::tests::test_property
77762025-07-01T20:11:28.172Z PASS [ 0.053s] omicron-sled-agent profile::tests::test_property_group
77772025-07-01T20:11:28.172Z PASS [ 0.045s] omicron-sled-agent profile::tests::test_service
77782025-07-01T20:11:28.172Z PASS [ 0.041s] omicron-sled-agent profile::tests::test_service_property_group
77792025-07-01T20:11:28.172Z PASS [ 0.053s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
77802025-07-01T20:11:28.172Z PASS [ 0.053s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
77812025-07-01T20:11:28.172Z PASS [ 0.052s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
77822025-07-01T20:11:28.172Z PASS [ 0.063s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
77832025-07-01T20:11:28.172Z PASS [ 0.068s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
77842025-07-01T20:11:28.173Z PASS [ 0.054s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
77852025-07-01T20:11:28.173Z PASS [ 0.046s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
77862025-07-01T20:11:28.173Z PASS [ 0.059s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
77872025-07-01T20:11:28.173Z PASS [ 0.057s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
77882025-07-01T20:11:28.173Z PASS [ 0.066s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
77892025-07-01T20:11:28.173Z PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
77902025-07-01T20:11:28.173Z PASS [ 0.064s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
77912025-07-01T20:11:28.173Z PASS [ 0.058s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
77922025-07-01T20:11:28.173Z PASS [ 0.070s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
77932025-07-01T20:11:28.173Z PASS [ 0.064s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
77942025-07-01T20:11:28.173Z PASS [ 0.048s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
77952025-07-01T20:11:28.173Z PASS [ 0.066s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
77962025-07-01T20:11:28.173Z PASS [ 0.059s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
77972025-07-01T20:11:28.173Z PASS [ 0.051s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
77982025-07-01T20:11:28.173Z PASS [ 0.053s] omicron-sled-agent sim::storage::test::nested_dataset
77992025-07-01T20:11:28.173Z PASS [ 0.057s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
78002025-07-01T20:11:28.173Z PASS [ 0.050s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
78012025-07-01T20:11:28.173Z PASS [ 0.048s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
78022025-07-01T20:11:28.173Z PASS [ 0.048s] omicron-sled-agent sim::storage::test::snapshot_needs_region
78032025-07-01T20:11:28.216Z PASS [ 13.054s] omicron-passwords test::test_compatible
78042025-07-01T20:11:28.216Z PASS [ 62.631s] omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
78052025-07-01T20:11:31.890Z PASS [ 5.319s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
78062025-07-01T20:11:32.617Z PASS [ 4.744s] omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
78072025-07-01T20:11:32.643Z PASS [ 5.506s] omicron-sled-agent support_bundle::storage::tests::basic_crud
78082025-07-01T20:11:33.294Z PASS [ 5.551s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
78092025-07-01T20:11:34.599Z PASS [ 28.861s] omicron-omdb::test_all_output test_omdb_env_settings
78102025-07-01T20:11:37.789Z PASS [ 5.816s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
78112025-07-01T20:11:37.875Z PASS [ 5.776s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
78122025-07-01T20:11:37.929Z PASS [ 0.053s] omicron-sled-agent updates::test::test_query_no_components
78132025-07-01T20:11:37.971Z PASS [ 0.042s] omicron-sled-agent updates::test::test_query_sled_agent_version
78142025-07-01T20:11:38.000Z PASS [ 6.643s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
78152025-07-01T20:11:38.030Z PASS [ 0.058s] omicron-sled-agent updates::test::test_query_zone_version
78162025-07-01T20:11:38.055Z PASS [ 0.046s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
78172025-07-01T20:11:39.539Z PASS [ 6.318s] omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
78182025-07-01T20:11:39.612Z PASS [ 0.072s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
78192025-07-01T20:11:41.226Z PASS [ 6.627s] omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
78202025-07-01T20:11:42.240Z PASS [ 4.166s] omicron-sled-agent zone_bundle::illumos_tests::test_context
78212025-07-01T20:11:42.508Z PASS [ 4.472s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
78222025-07-01T20:11:42.602Z PASS [ 0.094s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
78232025-07-01T20:11:42.653Z PASS [ 0.057s] omicron-sled-agent zone_bundle::tests::test_dir_size
78242025-07-01T20:11:42.725Z PASS [ 0.070s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
78252025-07-01T20:11:43.473Z PASS [ 0.747s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
78262025-07-01T20:11:44.158Z PASS [ 0.688s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
78272025-07-01T20:11:44.336Z PASS [ 0.178s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
78282025-07-01T20:11:44.362Z PASS [ 4.734s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
78292025-07-01T20:11:44.462Z PASS [ 0.117s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
78302025-07-01T20:11:44.502Z PASS [ 0.040s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
78312025-07-01T20:11:44.531Z PASS [ 6.718s] omicron-sled-agent support_bundle::storage::tests::ranges
78322025-07-01T20:11:45.215Z PASS [ 0.713s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
78332025-07-01T20:11:45.215Z PASS [ 0.707s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
78342025-07-01T20:11:45.264Z PASS [ 0.049s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
78352025-07-01T20:11:45.289Z PASS [ 0.932s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
78362025-07-01T20:11:45.314Z PASS [ 0.046s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
78372025-07-01T20:11:45.487Z PASS [ 0.218s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
78382025-07-01T20:11:45.608Z PASS [ 4.383s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
78392025-07-01T20:11:45.757Z PASS [ 0.446s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
78402025-07-01T20:11:45.887Z PASS [ 0.399s] omicron-test-utils dev::db::test::test_bad_cmd
78412025-07-01T20:11:46.259Z PASS [ 1.041s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
78422025-07-01T20:11:46.284Z PASS [ 4.066s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
78432025-07-01T20:11:46.314Z PASS [ 0.428s] omicron-test-utils dev::db::test::test_database_start_hang
78442025-07-01T20:11:46.339Z PASS [ 0.051s] omicron-test-utils dev::db::test::test_make_pg_config_fail
78452025-07-01T20:11:46.364Z PASS [ 0.041s] omicron-test-utils dev::db::test::test_make_pg_config_ok
78462025-07-01T20:11:46.389Z PASS [ 0.059s] omicron-test-utils dev::db::test::test_parse_http_addr
78472025-07-01T20:11:46.414Z PASS [ 0.043s] omicron-test-utils dev::db::test::test_process_exit_abnormal
78482025-07-01T20:11:46.439Z PASS [ 0.831s] omicron-test-utils dev::db::test::test_cmd_fails
78492025-07-01T20:11:46.464Z PASS [ 0.056s] omicron-test-utils dev::db::test::test_process_exit_normal
78502025-07-01T20:11:46.987Z PASS [ 0.588s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
78512025-07-01T20:11:47.049Z PASS [ 0.059s] omicron-test-utils dev::db::test::test_starter_tmpdir
78522025-07-01T20:11:47.128Z PASS [ 0.082s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
78532025-07-01T20:11:47.187Z PASS [ 0.059s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
78542025-07-01T20:11:47.247Z PASS [ 0.059s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
78552025-07-01T20:11:47.296Z PASS [ 0.049s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
78562025-07-01T20:11:47.387Z PASS [ 0.091s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
78572025-07-01T20:11:47.480Z PASS [ 0.093s] omicron-test-utils dev::test_cmds::tests::test_redact_section
78582025-07-01T20:11:47.852Z PASS [ 1.593s] omicron-test-utils dev::db::test::test_http_addr_integration
78592025-07-01T20:11:48.095Z PASS [ 31.963s] omicron-passwords test::test_smoke
78602025-07-01T20:11:48.134Z PASS [ 0.654s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
78612025-07-01T20:11:48.183Z PASS [ 0.087s] openapi-manager cmd::dispatch::test::test_arg_parsing
78622025-07-01T20:11:48.208Z PASS [ 0.053s] openapi-manager cmd::dispatch::test::test_blessed_args
78632025-07-01T20:11:48.240Z PASS [ 0.057s] openapi-manager cmd::dispatch::test::test_generated_args
78642025-07-01T20:11:48.265Z PASS [ 0.054s] openapi-manager cmd::dispatch::test::test_local_args
78652025-07-01T20:11:48.290Z PASS [ 0.048s] openapi-manager iter_only::test::test_basic
78662025-07-01T20:11:48.315Z PASS [ 0.055s] openapi-manager omicron::tests::all_apis_is_sorted
78672025-07-01T20:11:48.345Z PASS [ 0.048s] openapi-manager spec_files_generic::test::test_parse_name_lockstep
78682025-07-01T20:11:48.371Z PASS [ 0.062s] openapi-manager resolved::test::test_displayable_vec
78692025-07-01T20:11:48.396Z PASS [ 0.048s] openapi-manager spec_files_generic::test::test_parse_name_lockstep_fail
78702025-07-01T20:11:48.422Z PASS [ 0.054s] openapi-manager spec_files_generic::test::test_parse_name_versioned
78712025-07-01T20:11:48.472Z PASS [ 0.078s] openapi-manager spec_files_generic::test::test_parse_name_versioned_fail
78722025-07-01T20:11:48.562Z PASS [ 2.119s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
78732025-07-01T20:11:48.631Z PASS [ 0.158s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
78742025-07-01T20:11:48.935Z PASS [ 0.531s] oximeter test::timeseries_schema_consistency
78752025-07-01T20:11:48.979Z PASS [ 0.347s] oximeter-collector agent::tests::test_self_stat_error_counter
78762025-07-01T20:11:49.004Z PASS [ 0.418s] oximeter-collector agent::tests::test_self_stat_collection_count
78772025-07-01T20:11:49.004Z PASS [ 3.238s] omicron-test-utils dev::db::test::test_database_concurrent
78782025-07-01T20:11:49.047Z PASS [ 0.053s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
78792025-07-01T20:11:49.088Z PASS [ 0.040s] oximeter-collector self_stats::tests::test_failure_reason_serialization
78802025-07-01T20:11:49.113Z PASS [ 0.163s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
78812025-07-01T20:11:49.144Z PASS [ 0.167s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
78822025-07-01T20:11:49.169Z PASS [ 0.051s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
78832025-07-01T20:11:49.195Z PASS [ 0.040s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
78842025-07-01T20:11:49.195Z PASS [ 0.043s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
78852025-07-01T20:11:49.220Z PASS [ 0.033s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
78862025-07-01T20:11:49.245Z PASS [ 0.043s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
78872025-07-01T20:11:49.700Z PASS [ 0.612s] oximeter-collector::test_commands test_oximeter_no_args
78882025-07-01T20:11:50.074Z PASS [ 1.094s] oximeter-collector agent::tests::verify_producer_details
78892025-07-01T20:11:50.194Z PASS [ 2.341s] openapi-manager cmd::check::test::check_apis_up_to_date
78902025-07-01T20:11:50.330Z PASS [ 1.112s] oximeter-db client::oxql::tests::test_get_entire_table
78912025-07-01T20:11:50.420Z PASS [ 1.184s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
78922025-07-01T20:11:50.492Z PASS [ 42.092s] omicron-omdb::test_all_output test_omdb_success_cases
78932025-07-01T20:11:50.517Z PASS [ 0.086s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
78942025-07-01T20:11:50.984Z PASS [ 1.283s] oximeter-db client::oxql::tests::test_get_one_timeseries
78952025-07-01T20:11:51.010Z PASS [ 0.802s] oximeter-db client::tests::can_ping_clickhouse
78962025-07-01T20:11:51.615Z PASS [ 1.540s] oximeter-db client::oxql::tests::test_limit_operations
78972025-07-01T20:11:51.875Z PASS [ 0.879s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
78982025-07-01T20:11:51.901Z PASS [ 0.897s] oximeter-db client::tests::read_latest_version_reports_max
78992025-07-01T20:11:52.290Z PASS [ 0.674s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
79002025-07-01T20:11:53.016Z PASS [ 0.726s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
79012025-07-01T20:11:53.041Z PASS [ 1.164s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
79022025-07-01T20:11:53.159Z PASS [ 1.278s] oximeter-db client::tests::select_timeseries_with_select_one
79032025-07-01T20:11:53.184Z PASS [ 2.666s] oximeter-db client::tests::insert_samples_fails_fast
79042025-07-01T20:11:53.922Z PASS [ 3.429s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
79052025-07-01T20:11:54.014Z PASS [ 0.974s] oximeter-db client::tests::test_database_version_update_is_idempotent
79062025-07-01T20:11:54.057Z PASS [ 0.899s] oximeter-db client::tests::test_database_version_will_not_downgrade
79072025-07-01T20:11:54.121Z PASS [ 1.105s] oximeter-db client::tests::test_client_select_timeseries_one
79082025-07-01T20:11:54.146Z PASS [ 0.969s] oximeter-db client::tests::test_database_version_will_not_upgrade
79092025-07-01T20:11:54.858Z PASS [ 0.937s] oximeter-db client::tests::test_differentiate_by_timeseries_name
79102025-07-01T20:11:54.974Z PASS [ 0.960s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
79112025-07-01T20:11:54.999Z PASS [ 0.926s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
79122025-07-01T20:11:55.025Z PASS [ 0.895s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
79132025-07-01T20:11:56.059Z PASS [ 1.917s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
79142025-07-01T20:11:56.103Z PASS [ 1.129s] oximeter-db client::tests::test_get_schema_no_new_values
79152025-07-01T20:11:56.129Z PASS [ 1.251s] oximeter-db client::tests::test_field_record_count
79162025-07-01T20:11:56.159Z PASS [ 0.049s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
79172025-07-01T20:11:56.257Z PASS [ 0.097s] oximeter-db client::tests::test_read_timeseries_to_delete
79182025-07-01T20:11:56.298Z PASS [ 0.041s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
79192025-07-01T20:11:56.324Z PASS [ 32.162s] omicron-sled-agent nexus::test::nexus_self_notification_test
79202025-07-01T20:11:56.349Z PASS [ 0.045s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
79212025-07-01T20:11:56.375Z PASS [ 1.380s] oximeter-db client::tests::test_insert_samples
79222025-07-01T20:11:56.400Z PASS [ 1.368s] oximeter-db client::tests::test_is_oximeter_cluster
79232025-07-01T20:11:57.112Z PASS [ 1.009s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
79242025-07-01T20:11:57.167Z PASS [ 1.107s] oximeter-db client::tests::test_list_timeseries
79252025-07-01T20:11:57.256Z PASS [ 0.912s] oximeter-db client::tests::test_schema_mismatch
79262025-07-01T20:11:57.327Z PASS [ 0.963s] oximeter-db client::tests::test_schema_update
79272025-07-01T20:11:57.424Z PASS [ 1.040s] oximeter-db client::tests::test_select_all_datum_types
79282025-07-01T20:11:58.221Z PASS [ 1.913s] oximeter-db client::tests::test_recall_of_all_fields
79292025-07-01T20:11:58.253Z PASS [ 1.141s] oximeter-db client::tests::test_select_all_field_types
79302025-07-01T20:11:58.293Z PASS [ 1.094s] oximeter-db client::tests::test_select_timeseries_with_all
79312025-07-01T20:11:58.482Z PASS [ 1.058s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
79322025-07-01T20:11:58.605Z PASS [ 1.349s] oximeter-db client::tests::test_select_timeseries_with_limit
79332025-07-01T20:11:58.631Z PASS [ 1.288s] oximeter-db client::tests::test_select_timeseries_with_order
79342025-07-01T20:11:58.657Z PASS [ 0.041s] oximeter-db client::tests::test_unravel_index
79352025-07-01T20:11:58.696Z PASS [ 0.049s] oximeter-db client::tests::test_verify_schema_upgrades
79362025-07-01T20:11:58.736Z PASS [ 0.041s] oximeter-db model::fields::tests::test_extract_fields_as_block
79372025-07-01T20:11:58.773Z PASS [ 0.037s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
79382025-07-01T20:11:58.810Z PASS [ 0.037s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
79392025-07-01T20:11:58.850Z PASS [ 0.039s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
79402025-07-01T20:11:58.893Z PASS [ 0.043s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
79412025-07-01T20:11:58.937Z PASS [ 0.044s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
79422025-07-01T20:11:58.970Z PASS [ 0.034s] oximeter-db native::block::tests::concat_blocks
79432025-07-01T20:11:59.001Z PASS [ 0.031s] oximeter-db native::block::tests::datetime64_scale_checks_range
79442025-07-01T20:11:59.041Z PASS [ 0.040s] oximeter-db native::block::tests::parse_date_time
79452025-07-01T20:11:59.074Z PASS [ 0.032s] oximeter-db native::block::tests::parse_date_time64
79462025-07-01T20:11:59.116Z PASS [ 0.042s] oximeter-db native::block::tests::parse_escaped_date_time64
79472025-07-01T20:11:59.152Z PASS [ 0.036s] oximeter-db native::block::tests::test_data_type_to_string
79482025-07-01T20:11:59.186Z PASS [ 0.034s] oximeter-db native::block::tests::test_datetime64_conversions
79492025-07-01T20:11:59.222Z PASS [ 0.035s] oximeter-db native::block::tests::test_parse_all_known_timezones
79502025-07-01T20:11:59.249Z PASS [ 1.025s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
79512025-07-01T20:11:59.274Z PASS [ 0.031s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
79522025-07-01T20:11:59.274Z PASS [ 1.016s] oximeter-db client::tests::test_select_timeseries_with_start_time
79532025-07-01T20:11:59.300Z PASS [ 0.028s] oximeter-db native::block::tests::test_parse_enum8
79542025-07-01T20:11:59.300Z PASS [ 0.036s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
79552025-07-01T20:11:59.325Z PASS [ 0.043s] oximeter-db native::block::tests::test_parse_enum_variant
79562025-07-01T20:11:59.325Z PASS [ 0.042s] oximeter-db native::block::tests::test_parse_invalid_data_type
79572025-07-01T20:11:59.401Z PASS [ 0.916s] oximeter-db client::tests::test_timeseries_schema_list
79582025-07-01T20:11:59.603Z PASS [ 0.987s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
79592025-07-01T20:11:59.893Z PASS [ 1.632s] oximeter-db client::tests::test_sql_query_output
79602025-07-01T20:12:00.012Z PASS [ 0.688s] oximeter-db native::connection::tests::test_exchange_hello
79612025-07-01T20:12:00.156Z PASS [ 0.871s] oximeter-db native::connection::tests::test_basic_select_query
79622025-07-01T20:12:00.182Z PASS [ 0.850s] oximeter-db native::connection::tests::test_can_cancel_query
79632025-07-01T20:12:00.232Z PASS [ 0.833s] oximeter-db native::connection::tests::test_insert_and_select_data
79642025-07-01T20:12:00.263Z PASS [ 0.031s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
79652025-07-01T20:12:00.303Z PASS [ 0.040s] oximeter-db native::io::block::tests::test_decode_full_block
79662025-07-01T20:12:00.339Z PASS [ 0.735s] oximeter-db native::connection::tests::test_insert_and_select_uuid
79672025-07-01T20:12:00.364Z PASS [ 0.037s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
79682025-07-01T20:12:00.389Z PASS [ 0.034s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
79692025-07-01T20:12:00.389Z PASS [ 0.044s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
79702025-07-01T20:12:00.414Z PASS [ 0.026s] oximeter-db native::io::column::tests::test_decode_string_column
79712025-07-01T20:12:00.414Z PASS [ 0.038s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
79722025-07-01T20:12:00.443Z PASS [ 0.032s] oximeter-db native::io::column::tests::test_decode_uint64_column
79732025-07-01T20:12:00.468Z PASS [ 0.033s] oximeter-db native::io::column::tests::test_decode_uint8_column
79742025-07-01T20:12:00.494Z PASS [ 0.030s] oximeter-db native::io::column::tests::test_decode_uuid_column
79752025-07-01T20:12:00.494Z PASS [ 0.038s] oximeter-db native::io::column::tests::test_encode_decode_column
79762025-07-01T20:12:00.519Z PASS [ 0.032s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
79772025-07-01T20:12:00.519Z PASS [ 0.028s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
79782025-07-01T20:12:00.544Z PASS [ 0.031s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
79792025-07-01T20:12:00.544Z PASS [ 0.648s] oximeter-db native::connection::tests::test_select_array_column
79802025-07-01T20:12:00.544Z PASS [ 0.031s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
79812025-07-01T20:12:00.570Z PASS [ 0.030s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
79822025-07-01T20:12:00.595Z PASS [ 0.029s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
79832025-07-01T20:12:00.595Z PASS [ 0.041s] oximeter-db native::io::packet::server::tests::test_decode_pong
79842025-07-01T20:12:00.620Z PASS [ 0.033s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
79852025-07-01T20:12:00.620Z PASS [ 0.030s] oximeter-db native::io::string::test::test_encode_decode
79862025-07-01T20:12:00.646Z PASS [ 0.039s] oximeter-db native::io::string::test::test_encode_hello_world
79872025-07-01T20:12:00.646Z PASS [ 0.030s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
79882025-07-01T20:12:00.646Z PASS [ 0.032s] oximeter-db native::io::table_columns::tests::test_column_count
79892025-07-01T20:12:00.646Z PASS [ 0.626s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
79902025-07-01T20:12:00.671Z PASS [ 0.034s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
79912025-07-01T20:12:00.671Z PASS [ 0.028s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
79922025-07-01T20:12:00.671Z PASS [ 0.027s] oximeter-db native::io::table_columns::tests::test_column_descriptions
79932025-07-01T20:12:00.671Z PASS [ 0.032s] oximeter-db native::io::varuint::test_encode_decode_varuint
79942025-07-01T20:12:00.697Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
79952025-07-01T20:12:00.697Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_comparison
79962025-07-01T20:12:00.722Z PASS [ 0.043s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
79972025-07-01T20:12:00.723Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
79982025-07-01T20:12:00.723Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_double_literal
79992025-07-01T20:12:00.748Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
80002025-07-01T20:12:00.748Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
80012025-07-01T20:12:00.748Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
80022025-07-01T20:12:00.774Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
80032025-07-01T20:12:00.774Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
80042025-07-01T20:12:00.800Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
80052025-07-01T20:12:00.800Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
80062025-07-01T20:12:00.800Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
80072025-07-01T20:12:00.827Z PASS [ 0.045s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
80082025-07-01T20:12:00.827Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
80092025-07-01T20:12:00.827Z PASS [ 0.652s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
80102025-07-01T20:12:00.827Z PASS [ 0.661s] oximeter-db native::connection::tests::test_select_nullable_column
80112025-07-01T20:12:00.827Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_group_by
80122025-07-01T20:12:00.827Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_ident
80132025-07-01T20:12:00.853Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
80142025-07-01T20:12:00.853Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
80152025-07-01T20:12:00.853Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
80162025-07-01T20:12:00.878Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
80172025-07-01T20:12:00.878Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
80182025-07-01T20:12:00.878Z PASS [ 0.043s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
80192025-07-01T20:12:00.878Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
80202025-07-01T20:12:00.903Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
80212025-07-01T20:12:00.903Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_query
80222025-07-01T20:12:00.903Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
80232025-07-01T20:12:00.903Z PASS [ 0.042s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
80242025-07-01T20:12:00.930Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
80252025-07-01T20:12:00.930Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
80262025-07-01T20:12:00.930Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_reducer
80272025-07-01T20:12:00.930Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
80282025-07-01T20:12:00.930Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
80292025-07-01T20:12:00.955Z PASS [ 0.035s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
80302025-07-01T20:12:00.955Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
80312025-07-01T20:12:00.980Z PASS [ 0.032s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
80322025-07-01T20:12:00.980Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
80332025-07-01T20:12:00.980Z PASS [ 0.039s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
80342025-07-01T20:12:01.006Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
80352025-07-01T20:12:01.006Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
80362025-07-01T20:12:01.006Z PASS [ 0.038s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
80372025-07-01T20:12:01.006Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
80382025-07-01T20:12:01.006Z PASS [ 0.041s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
80392025-07-01T20:12:01.031Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
80402025-07-01T20:12:01.031Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
80412025-07-01T20:12:01.031Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
80422025-07-01T20:12:01.057Z PASS [ 0.038s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
80432025-07-01T20:12:01.057Z PASS [ 0.045s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
80442025-07-01T20:12:01.057Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
80452025-07-01T20:12:01.083Z PASS [ 0.046s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
80462025-07-01T20:12:01.083Z PASS [ 0.042s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
80472025-07-01T20:12:01.083Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
80482025-07-01T20:12:01.108Z PASS [ 0.035s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
80492025-07-01T20:12:01.108Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
80502025-07-01T20:12:01.108Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
80512025-07-01T20:12:01.108Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
80522025-07-01T20:12:01.108Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
80532025-07-01T20:12:01.133Z PASS [ 0.038s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
80542025-07-01T20:12:01.133Z PASS [ 0.034s] oximeter-db oxql::plan::align::test::test_align_input_schema
80552025-07-01T20:12:01.285Z PASS [ 0.186s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
80562025-07-01T20:12:01.310Z PASS [ 0.195s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
80572025-07-01T20:12:01.310Z PASS [ 0.200s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
80582025-07-01T20:12:01.336Z PASS [ 0.201s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
80592025-07-01T20:12:01.363Z PASS [ 0.222s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
80602025-07-01T20:12:01.442Z PASS [ 0.157s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
80612025-07-01T20:12:01.468Z PASS [ 0.145s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
80622025-07-01T20:12:01.493Z PASS [ 0.163s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
80632025-07-01T20:12:01.521Z PASS [ 0.229s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
80642025-07-01T20:12:01.581Z PASS [ 0.133s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
80652025-07-01T20:12:01.581Z PASS [ 0.237s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
80662025-07-01T20:12:01.626Z PASS [ 0.184s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
80672025-07-01T20:12:01.654Z PASS [ 0.132s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
80682025-07-01T20:12:01.687Z PASS [ 0.199s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
80692025-07-01T20:12:01.727Z PASS [ 0.146s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
80702025-07-01T20:12:01.760Z PASS [ 0.134s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
80712025-07-01T20:12:01.791Z PASS [ 0.209s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
80722025-07-01T20:12:01.816Z PASS [ 0.158s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
80732025-07-01T20:12:01.842Z PASS [ 0.135s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
80742025-07-01T20:12:01.867Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_limits
80752025-07-01T20:12:01.867Z PASS [ 0.132s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
80762025-07-01T20:12:01.899Z PASS [ 0.042s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
80772025-07-01T20:12:01.924Z PASS [ 0.143s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
80782025-07-01T20:12:01.925Z PASS [ 0.044s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
80792025-07-01T20:12:01.950Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
80802025-07-01T20:12:01.950Z PASS [ 0.039s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
80812025-07-01T20:12:01.950Z PASS [ 0.050s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
80822025-07-01T20:12:01.975Z PASS [ 0.164s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
80832025-07-01T20:12:01.975Z PASS [ 0.144s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
80842025-07-01T20:12:02.002Z PASS [ 0.040s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
80852025-07-01T20:12:02.002Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
80862025-07-01T20:12:02.002Z PASS [ 0.044s] oximeter-db oxql::query::tests::test_coalesce_predicates
80872025-07-01T20:12:02.002Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
80882025-07-01T20:12:02.003Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
80892025-07-01T20:12:02.028Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_insert_filters
80902025-07-01T20:12:02.028Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
80912025-07-01T20:12:02.053Z PASS [ 0.038s] oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
80922025-07-01T20:12:02.053Z PASS [ 0.042s] oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
80932025-07-01T20:12:02.053Z PASS [ 0.051s] oximeter-db oxql::query::tests::test_query_end_time
80942025-07-01T20:12:02.053Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
80952025-07-01T20:12:02.053Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
80962025-07-01T20:12:02.079Z PASS [ 0.040s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
80972025-07-01T20:12:02.104Z PASS [ 0.038s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
80982025-07-01T20:12:02.104Z PASS [ 0.030s] oximeter-db query::tests::test_field_selector_as_query
80992025-07-01T20:12:02.104Z PASS [ 0.033s] oximeter-db query::tests::test_field_cmp
81002025-07-01T20:12:02.104Z PASS [ 0.049s] oximeter-db oxql::query::tests::test_split_query
81012025-07-01T20:12:02.129Z PASS [ 0.039s] oximeter-db query::tests::test_field_value_as_db_str
81022025-07-01T20:12:02.130Z PASS [ 0.044s] oximeter-db query::tests::test_select_query_builder_field_selectors
81032025-07-01T20:12:02.130Z PASS [ 0.044s] oximeter-db query::tests::test_select_query_builder_filter_raw
81042025-07-01T20:12:02.155Z PASS [ 0.049s] oximeter-db query::tests::test_select_query_builder_from_parts
81052025-07-01T20:12:02.155Z PASS [ 0.050s] oximeter-db query::tests::test_select_query_builder_full
81062025-07-01T20:12:02.155Z PASS [ 0.037s] oximeter-db query::tests::test_select_query_builder_limit_offset
81072025-07-01T20:12:02.180Z PASS [ 0.037s] oximeter-db query::tests::test_select_query_builder_no_selectors
81082025-07-01T20:12:02.180Z PASS [ 0.051s] oximeter-db query::tests::test_select_query_builder_no_fields
81092025-07-01T20:12:02.180Z PASS [ 0.030s] oximeter-db query::tests::test_time_range
81102025-07-01T20:12:02.180Z PASS [ 0.049s] oximeter-db query::tests::test_string_field_selector
81112025-07-01T20:12:02.205Z PASS [ 0.056s] oximeter-db sql::tests::test_allow_limit_offset
81122025-07-01T20:12:02.230Z PASS [ 0.058s] oximeter-db sql::tests::test_allow_subqueries
81132025-07-01T20:12:02.230Z PASS [ 0.044s] oximeter-db sql::tests::test_cannot_name_database
81142025-07-01T20:12:02.230Z PASS [ 0.046s] oximeter-db sql::tests::test_function_allow_list
81152025-07-01T20:12:02.263Z PASS [ 0.086s] oximeter-db sql::tests::test_ctes_are_not_supported
81162025-07-01T20:12:02.288Z PASS [ 0.044s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
81172025-07-01T20:12:02.288Z PASS [ 0.039s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
81182025-07-01T20:12:02.288Z PASS [ 0.062s] oximeter-db sql::tests::test_join_must_be_inner
81192025-07-01T20:12:02.288Z PASS [ 0.055s] oximeter-db sql::tests::test_query_must_be_select_statement
81202025-07-01T20:12:02.313Z PASS [ 0.033s] oximeter-db tests::test_timeseries_key_field_stability
81212025-07-01T20:12:02.313Z PASS [ 0.039s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
81222025-07-01T20:12:02.313Z PASS [ 0.039s] oximeter-db sql::tests::test_with_comma_join_fails
81232025-07-01T20:12:02.313Z PASS [ 0.049s] oximeter-db sql::tests::test_require_table_is_timeseries_name
81242025-07-01T20:12:02.338Z PASS [ 0.039s] oximeter-db tests::test_timeseries_key_sample_stability
81252025-07-01T20:12:02.370Z PASS [ 0.065s] oximeter-instruments http::tests::test_latency_tracker
81262025-07-01T20:12:02.400Z PASS [ 0.085s] oximeter-instruments kstat::link::tests::test_kstat_interested
81272025-07-01T20:12:02.535Z PASS [ 0.165s] oximeter-instruments kstat::link::tests::test_kstat_sampler
81282025-07-01T20:12:02.560Z PASS [ 0.135s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
81292025-07-01T20:12:02.623Z PASS [ 0.087s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
81302025-07-01T20:12:02.650Z PASS [ 0.102s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
81312025-07-01T20:12:02.712Z PASS [ 0.089s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
81322025-07-01T20:12:02.738Z PASS [ 0.079s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
81332025-07-01T20:12:02.763Z PASS [ 0.040s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
81342025-07-01T20:12:02.789Z PASS [ 0.066s] oximeter-instruments kstat::link::tests::test_sled_datalink
81352025-07-01T20:12:02.789Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
81362025-07-01T20:12:02.814Z PASS [ 0.026s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
81372025-07-01T20:12:02.840Z PASS [ 0.035s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
81382025-07-01T20:12:02.841Z PASS [ 0.026s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
81392025-07-01T20:12:02.866Z PASS [ 0.030s] oximeter-macro-impl tests::test_metric_annotated_field
81402025-07-01T20:12:02.866Z PASS [ 0.027s] oximeter-macro-impl tests::test_metric_datum_field
81412025-07-01T20:12:02.891Z PASS [ 0.020s] oximeter-macro-impl tests::test_metric_enum
81422025-07-01T20:12:02.891Z PASS [ 0.029s] oximeter-macro-impl tests::test_metric_without_datum_field
81432025-07-01T20:12:02.917Z PASS [ 0.026s] oximeter-macro-impl tests::test_target
81442025-07-01T20:12:02.917Z PASS [ 0.024s] oximeter-macro-impl tests::test_target_empty_struct
81452025-07-01T20:12:02.917Z PASS [ 0.023s] oximeter-macro-impl tests::test_target_enum
81462025-07-01T20:12:02.943Z PASS [ 0.026s] oximeter-macro-impl tests::test_target_unit_struct
81472025-07-01T20:12:02.971Z PASS [ 0.034s] oximeter-macro-impl tests::test_target_with_datum_field
81482025-07-01T20:12:03.036Z PASS [ 0.086s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
81492025-07-01T20:12:03.085Z PASS [ 0.047s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
81502025-07-01T20:12:03.115Z PASS [ 0.031s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
81512025-07-01T20:12:03.147Z PASS [ 0.032s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
81522025-07-01T20:12:03.179Z PASS [ 0.032s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
81532025-07-01T20:12:03.229Z PASS [ 0.050s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
81542025-07-01T20:12:03.261Z PASS [ 0.032s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
81552025-07-01T20:12:03.286Z PASS [ 2.408s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
81562025-07-01T20:12:03.316Z PASS [ 0.048s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
81572025-07-01T20:12:03.341Z PASS [ 0.056s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
81582025-07-01T20:12:03.341Z PASS [ 16.895s] omicron-test-utils dev::db::test::test_setup_database_default_dir
81592025-07-01T20:12:03.367Z PASS [ 0.046s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
81602025-07-01T20:12:03.392Z PASS [ 0.037s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
81612025-07-01T20:12:03.392Z PASS [ 0.055s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
81622025-07-01T20:12:03.418Z PASS [ 0.036s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
81632025-07-01T20:12:03.418Z PASS [ 0.041s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
81642025-07-01T20:12:03.418Z PASS [ 0.041s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
81652025-07-01T20:12:03.444Z PASS [ 0.031s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
81662025-07-01T20:12:03.470Z PASS [ 0.033s] oximeter-schema ir::tests::fail_on_empty_descriptions
81672025-07-01T20:12:03.470Z PASS [ 0.040s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
81682025-07-01T20:12:03.470Z PASS [ 0.033s] oximeter-schema ir::tests::fail_on_empty_metric_name
81692025-07-01T20:12:03.495Z PASS [ 0.032s] oximeter-schema ir::tests::fail_on_empty_target_name
81702025-07-01T20:12:03.495Z PASS [ 0.031s] oximeter-schema ir::tests::fail_on_very_long_field_names
81712025-07-01T20:12:03.520Z PASS [ 0.038s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
81722025-07-01T20:12:03.520Z PASS [ 0.035s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
81732025-07-01T20:12:03.546Z PASS [ 0.041s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
81742025-07-01T20:12:03.571Z PASS [ 0.061s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
81752025-07-01T20:12:03.571Z PASS [ 0.053s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
81762025-07-01T20:12:03.597Z PASS [ 0.058s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
81772025-07-01T20:12:03.622Z PASS [ 0.046s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
81782025-07-01T20:12:03.622Z PASS [ 0.049s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
81792025-07-01T20:12:03.647Z PASS [ 0.049s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
81802025-07-01T20:12:03.673Z PASS [ 0.044s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
81812025-07-01T20:12:03.673Z PASS [ 0.039s] oximeter-schema ir::tests::only_support_format_version_1
81822025-07-01T20:12:03.698Z PASS [ 0.041s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
81832025-07-01T20:12:03.698Z PASS [ 0.043s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
81842025-07-01T20:12:03.780Z PASS [ 0.106s] oximeter-test-utils tests::test_sample_struct
81852025-07-01T20:12:03.805Z PASS [ 0.087s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
81862025-07-01T20:12:03.805Z PASS [ 0.133s] oximeter-test-utils tests::test_gen_test_samples
81872025-07-01T20:12:03.830Z PASS [ 0.036s] oximeter-test-utils tests::test_timeseries_schema_from_sample
81882025-07-01T20:12:03.830Z PASS [ 0.042s] oximeter-test-utils tests::test_timeseries_schema_from_parts
81892025-07-01T20:12:03.878Z PASS [ 0.056s] oximeter-types histogram::tests::test_bin_range_to
81902025-07-01T20:12:03.904Z PASS [ 0.093s] oximeter-types histogram::tests::test_bin_range
81912025-07-01T20:12:03.904Z PASS [ 0.060s] oximeter-types histogram::tests::test_bin_range_from
81922025-07-01T20:12:03.929Z PASS [ 0.024s] oximeter-types histogram::tests::test_ensure_finite
81932025-07-01T20:12:03.929Z PASS [ 0.035s] oximeter-types histogram::tests::test_empty_bins_not_supported
81942025-07-01T20:12:03.929Z PASS [ 0.042s] oximeter-types histogram::tests::test_histogram
81952025-07-01T20:12:03.961Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram_construct_with
81962025-07-01T20:12:03.962Z PASS [ 0.033s] oximeter-types histogram::tests::test_histogram_extreme_bins
81972025-07-01T20:12:03.962Z PASS [ 0.027s] oximeter-types histogram::tests::test_histogram_extreme_samples
81982025-07-01T20:12:03.987Z PASS [ 0.034s] oximeter-types histogram::tests::test_histogram_float_bins
81992025-07-01T20:12:03.987Z PASS [ 0.036s] oximeter-types histogram::tests::test_histogram_unbounded_samples
82002025-07-01T20:12:04.013Z PASS [ 0.039s] oximeter-types histogram::tests::test_histogram_unsorted_bins
82012025-07-01T20:12:04.013Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram_with_bins
82022025-07-01T20:12:04.038Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
82032025-07-01T20:12:04.038Z PASS [ 0.035s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
82042025-07-01T20:12:04.064Z PASS [ 0.041s] oximeter-types histogram::tests::test_log_bins_u64
82052025-07-01T20:12:04.064Z PASS [ 0.043s] oximeter-types histogram::tests::test_log_bins_u8
82062025-07-01T20:12:04.089Z PASS [ 0.051s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
82072025-07-01T20:12:04.089Z PASS [ 0.031s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
82082025-07-01T20:12:04.115Z PASS [ 0.036s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
82092025-07-01T20:12:04.115Z PASS [ 0.030s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
82102025-07-01T20:12:04.115Z PASS [ 0.029s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
82112025-07-01T20:12:04.140Z PASS [ 0.037s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
82122025-07-01T20:12:04.140Z PASS [ 0.032s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
82132025-07-01T20:12:04.166Z PASS [ 0.036s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
82142025-07-01T20:12:04.166Z PASS [ 0.029s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
82152025-07-01T20:12:04.192Z PASS [ 0.041s] oximeter-types histogram::tests::test_span_decades
82162025-07-01T20:12:04.192Z PASS [ 0.038s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
82172025-07-01T20:12:04.192Z PASS [ 0.031s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
82182025-07-01T20:12:04.217Z PASS [ 0.028s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
82192025-07-01T20:12:04.217Z PASS [ 0.031s] oximeter-types quantile::tests::test_default_percentiles
82202025-07-01T20:12:04.242Z PASS [ 0.030s] oximeter-types quantile::tests::test_empty_observations
82212025-07-01T20:12:04.267Z PASS [ 0.033s] oximeter-types quantile::tests::test_float_observations
82222025-07-01T20:12:04.267Z PASS [ 0.032s] oximeter-types quantile::tests::test_integer_observations
82232025-07-01T20:12:04.267Z PASS [ 0.047s] oximeter-types quantile::tests::test_find_cells
82242025-07-01T20:12:04.293Z PASS [ 0.025s] oximeter-types quantile::tests::test_invalid_p_value
82252025-07-01T20:12:04.293Z PASS [ 0.036s] oximeter-types quantile::tests::test_max_p
82262025-07-01T20:12:04.318Z PASS [ 0.041s] oximeter-types quantile::tests::test_min_p
82272025-07-01T20:12:04.318Z PASS [ 0.028s] oximeter-types quantile::tests::test_non_filled_observations
82282025-07-01T20:12:04.343Z PASS [ 0.044s] oximeter-types quantile::tests::test_rounding
82292025-07-01T20:12:04.343Z PASS [ 0.037s] oximeter-types schema::tests::test_field_schema_ordering
82302025-07-01T20:12:04.369Z PASS [ 0.068s] oximeter-types schema::tests::test_timeseries_name
82312025-07-01T20:12:04.369Z PASS [ 0.034s] oximeter-types traits::tests::test_metric_trait
82322025-07-01T20:12:04.394Z PASS [ 0.044s] oximeter-types schema::tests::test_timeseries_name_from_str
82332025-07-01T20:12:04.421Z PASS [ 0.028s] oximeter-types traits::tests::test_target_trait
82342025-07-01T20:12:04.446Z PASS [ 0.029s] oximeter-types types::tests::test_cumulative_f64
82352025-07-01T20:12:04.446Z PASS [ 0.048s] oximeter-types traits::tests::test_producer_trait
82362025-07-01T20:12:04.446Z PASS [ 0.028s] oximeter-types types::tests::test_cumulative_i64
82372025-07-01T20:12:04.446Z PASS [ 0.030s] oximeter-types types::tests::test_datum
82382025-07-01T20:12:04.472Z PASS [ 0.036s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
82392025-07-01T20:12:04.472Z PASS [ 0.033s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
82402025-07-01T20:12:04.472Z PASS [ 0.031s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
82412025-07-01T20:12:04.497Z PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
82422025-07-01T20:12:04.497Z PASS [ 0.033s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
82432025-07-01T20:12:04.497Z PASS [ 0.028s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
82442025-07-01T20:12:04.522Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
82452025-07-01T20:12:04.548Z PASS [ 0.030s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
82462025-07-01T20:12:04.548Z PASS [ 0.031s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
82472025-07-01T20:12:04.548Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
82482025-07-01T20:12:04.573Z PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
82492025-07-01T20:12:04.573Z PASS [ 0.042s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
82502025-07-01T20:12:04.573Z PASS [ 0.034s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
82512025-07-01T20:12:04.599Z PASS [ 0.030s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
82522025-07-01T20:12:04.624Z PASS [ 0.030s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
82532025-07-01T20:12:04.624Z PASS [ 0.039s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
82542025-07-01T20:12:04.624Z PASS [ 0.032s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
82552025-07-01T20:12:04.649Z PASS [ 0.035s] oximeter-types types::tests::test_measurement
82562025-07-01T20:12:04.649Z PASS [ 0.033s] oxlog tests::test_daterange_filter
82572025-07-01T20:12:04.649Z PASS [ 0.039s] oximeter-types types::tests::test_verify_field_names
82582025-07-01T20:12:04.674Z PASS [ 0.023s] oxlog tests::test_is_oxide_smf_log_file
82592025-07-01T20:12:04.674Z PASS [ 0.021s] oxlog tests::test_sort_logs
82602025-07-01T20:12:04.674Z PASS [ 0.028s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
82612025-07-01T20:12:04.728Z PASS [ 0.068s] oxlog::bin/oxlog tests::test_parse_timestamp
82622025-07-01T20:12:04.754Z PASS [ 0.084s] oxql-types point::tests::test_cast_points_from_bool
82632025-07-01T20:12:04.779Z PASS [ 0.081s] oxql-types point::tests::test_cast_points_from_double
82642025-07-01T20:12:04.779Z PASS [ 0.038s] oxql-types point::tests::test_cast_points_from_double_distribution
82652025-07-01T20:12:04.806Z PASS [ 0.035s] oxql-types point::tests::test_cast_points_from_integer
82662025-07-01T20:12:04.806Z PASS [ 0.043s] oxql-types point::tests::test_cast_points_from_int_distribution
82672025-07-01T20:12:04.831Z PASS [ 0.049s] oxql-types point::tests::test_cast_points_from_string
82682025-07-01T20:12:04.857Z PASS [ 0.041s] oxql-types point::tests::test_join_point_arrays
82692025-07-01T20:12:04.857Z PASS [ 0.038s] oxql-types point::tests::test_point_delta_between
82702025-07-01T20:12:04.857Z PASS [ 0.031s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
82712025-07-01T20:12:04.882Z PASS [ 0.027s] oxql-types point::tests::test_point_delta_between_with_new_epoch
82722025-07-01T20:12:04.882Z PASS [ 0.034s] oxql-types point::tests::test_push_concrete_values
82732025-07-01T20:12:04.882Z PASS [ 0.032s] oxql-types point::tests::test_sub_between_histogram_distributions
82742025-07-01T20:12:04.934Z PASS [ 0.063s] range-requests test::get_response_no_range
82752025-07-01T20:12:04.959Z PASS [ 0.063s] range-requests test::get_response_with_range
82762025-07-01T20:12:04.985Z PASS [ 0.028s] range-requests test::invalid_ranges
82772025-07-01T20:12:04.985Z PASS [ 0.020s] range-requests test::parse_range_invalid
82782025-07-01T20:12:04.985Z PASS [ 0.105s] parallel-task-set test::test_spawn_many
82792025-07-01T20:12:05.011Z PASS [ 0.031s] range-requests test::parse_range_valid
82802025-07-01T20:12:05.011Z PASS [ 0.031s] range-requests test::potential_range_parsing_does_not_crash
82812025-07-01T20:12:05.011Z PASS [ 0.030s] range-requests test::range_into_str
82822025-07-01T20:12:05.036Z PASS [ 0.032s] range-requests test::single_range_parsing_does_not_crash
82832025-07-01T20:12:05.883Z PASS [ 0.889s] reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
82842025-07-01T20:12:05.908Z PASS [ 0.899s] reconfigurator-cli::test-scripts script::cmds-example.txt
82852025-07-01T20:12:05.933Z PASS [ 0.895s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
82862025-07-01T20:12:06.093Z PASS [ 0.173s] reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
82872025-07-01T20:12:06.125Z PASS [ 0.243s] reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
82882025-07-01T20:12:06.166Z PASS [ 0.272s] reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
82892025-07-01T20:12:06.363Z PASS [ 0.269s] reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
82902025-07-01T20:12:06.409Z PASS [ 0.242s] reconfigurator-cli::test-scripts script::cmds.txt
82912025-07-01T20:12:06.434Z PASS [ 3.476s] oximeter-producer tests::test_producer_registration_task
82922025-07-01T20:12:07.792Z PASS [ 1.429s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
82932025-07-01T20:12:07.908Z PASS [ 1.782s] reconfigurator-cli::test-scripts script::cmds-target-release.txt
82942025-07-01T20:12:08.061Z PASS [ 1.647s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
82952025-07-01T20:12:08.190Z PASS [ 1.781s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
82962025-07-01T20:12:09.481Z PASS [ 1.573s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
82972025-07-01T20:12:10.848Z PASS [ 2.788s] sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
82982025-07-01T20:12:12.919Z PASS [ 4.729s] sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
82992025-07-01T20:12:14.381Z PASS [ 1.461s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
83002025-07-01T20:12:15.030Z PASS [ 5.548s] sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
83012025-07-01T20:12:15.095Z PASS [ 0.066s] sled-agent-config-reconciler dump_setup::tests::test_archives_rotated_logs_and_cores
83022025-07-01T20:12:15.142Z PASS [ 0.044s] sled-agent-config-reconciler dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
83032025-07-01T20:12:15.186Z PASS [ 0.046s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold
83042025-07-01T20:12:15.236Z PASS [ 0.050s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleaned_over_threshold_many_files
83052025-07-01T20:12:15.286Z PASS [ 0.049s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_cleanup_ignores_support_bundles
83062025-07-01T20:12:15.336Z PASS [ 0.050s] sled-agent-config-reconciler dump_setup::tests::test_debug_dir_not_cleaned_under_threshold
83072025-07-01T20:12:15.382Z PASS [ 0.046s] sled-agent-config-reconciler dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
83082025-07-01T20:12:15.432Z PASS [ 0.050s] sled-agent-config-reconciler dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
83092025-07-01T20:12:15.494Z PASS [ 0.061s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
83102025-07-01T20:12:15.542Z PASS [ 0.047s] sled-agent-config-reconciler dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
83112025-07-01T20:12:15.817Z PASS [ 1.436s] sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
83122025-07-01T20:12:15.885Z PASS [ 0.344s] sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
83132025-07-01T20:12:15.939Z PASS [ 0.054s] sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
83142025-07-01T20:12:15.996Z PASS [ 0.057s] sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
83152025-07-01T20:12:16.049Z PASS [ 0.053s] sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
83162025-07-01T20:12:16.179Z PASS [ 0.130s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_merges_old_configs
83172025-07-01T20:12:16.545Z PASS [ 0.728s] sled-agent-config-reconciler internal_disks::tests::failures_are_retried
83182025-07-01T20:12:16.606Z PASS [ 0.061s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_returns_none_if_no_legacy_configs
83192025-07-01T20:12:16.720Z PASS [ 0.114s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_merge_old_configs
83202025-07-01T20:12:16.781Z PASS [ 0.061s] sled-agent-config-reconciler ledger::legacy_configs::tests::test_old_config_schema
83212025-07-01T20:12:16.912Z PASS [ 0.130s] sled-agent-config-reconciler ledger::tests::convert_legacy_ledgers_if_present
83222025-07-01T20:12:16.973Z PASS [ 0.062s] sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
83232025-07-01T20:12:17.034Z PASS [ 0.060s] sled-agent-config-reconciler ledger::tests::read_existing_config
83242025-07-01T20:12:17.094Z PASS [ 0.060s] sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
83252025-07-01T20:12:17.151Z PASS [ 0.057s] sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
83262025-07-01T20:12:17.185Z PASS [ 1.006s] sled-agent-config-reconciler ledger::legacy_configs::tests::convert_legacy_ledgers_panics_if_partial_legacy_configs
83272025-07-01T20:12:17.215Z PASS [ 0.063s] sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
83282025-07-01T20:12:17.240Z PASS [ 0.052s] sled-agent-config-reconciler ledger::tests::reject_old_config_generation
83292025-07-01T20:12:17.265Z PASS [ 0.044s] sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
83302025-07-01T20:12:17.736Z PASS [ 15.433s] oximeter-db::integration_test test_schemas_disjoint
83312025-07-01T20:12:17.816Z PASS [ 10.024s] sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
83322025-07-01T20:12:19.863Z PASS [ 2.625s] sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
83332025-07-01T20:12:20.156Z PASS [ 9.307s] sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
83342025-07-01T20:12:20.212Z PASS [ 0.057s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
83352025-07-01T20:12:20.266Z PASS [ 0.053s] sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
83362025-07-01T20:12:20.313Z PASS [ 0.046s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
83372025-07-01T20:12:20.367Z PASS [ 0.055s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
83382025-07-01T20:12:20.393Z PASS [ 30.047s] oximeter-db client::tests::cannot_ping_nonexistent_server
83392025-07-01T20:12:20.419Z PASS [ 0.049s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
83402025-07-01T20:12:20.444Z PASS [ 0.049s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
83412025-07-01T20:12:20.469Z PASS [ 0.048s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
83422025-07-01T20:12:20.494Z PASS [ 0.043s] sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
83432025-07-01T20:12:20.662Z PASS [ 0.192s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
83442025-07-01T20:12:20.687Z PASS [ 0.200s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
83452025-07-01T20:12:20.719Z PASS [ 0.055s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
83462025-07-01T20:12:20.719Z PASS [ 0.057s] sled-agent-types rack_init::tests::parse_rack_initialization
83472025-07-01T20:12:20.750Z PASS [ 0.030s] sled-agent-types rack_init::tests::test_subnets
83482025-07-01T20:12:20.785Z PASS [ 0.065s] sled-agent-types rack_init::tests::test_extra_certs
83492025-07-01T20:12:20.810Z PASS [ 3.548s] sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
83502025-07-01T20:12:20.835Z PASS [ 0.065s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
83512025-07-01T20:12:20.835Z PASS [ 0.032s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
83522025-07-01T20:12:20.861Z PASS [ 0.039s] sled-agent-types zone_bundle::tests::test_compare_bundles
83532025-07-01T20:12:20.861Z PASS [ 0.032s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
83542025-07-01T20:12:20.861Z PASS [ 0.045s] sled-agent-types zone_bundle::tests::test_priority_dimension
83552025-07-01T20:12:20.887Z PASS [ 0.029s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
83562025-07-01T20:12:20.984Z PASS [ 0.108s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_not_dir
83572025-07-01T20:12:21.009Z PASS [ 0.124s] sled-agent-zone-images mupdate_override::tests::read_boot_install_dataset_missing
83582025-07-01T20:12:21.009Z PASS [ 0.142s] sled-agent-zone-images mupdate_override::tests::read_boot_absent_other_present
83592025-07-01T20:12:21.034Z PASS [ 0.049s] sled-agent-zone-images mupdate_override::tests::read_boot_present_other_absent
83602025-07-01T20:12:21.059Z PASS [ 0.045s] sled-agent-zone-images mupdate_override::tests::read_both_absent
83612025-07-01T20:12:21.059Z PASS [ 0.053s] sled-agent-zone-images mupdate_override::tests::read_boot_read_error
83622025-07-01T20:12:21.084Z PASS [ 0.047s] sled-agent-zone-images mupdate_override::tests::read_different_values
83632025-07-01T20:12:21.110Z PASS [ 0.056s] sled-agent-zone-images mupdate_override::tests::read_solo_boot_disk
83642025-07-01T20:12:21.110Z PASS [ 0.065s] sled-agent-zone-images mupdate_override::tests::read_both_present
83652025-07-01T20:12:21.156Z PASS [ 0.057s] sled-agent-zone-images source_resolver::tests::resolver_status_to_inventory
83662025-07-01T20:12:21.181Z PASS [ 0.063s] sled-agent-zone-images source_resolver::tests::file_source_zone_manifest_invalid
83672025-07-01T20:12:21.181Z PASS [ 0.076s] sled-agent-zone-images source_resolver::tests::file_source_with_errors
83682025-07-01T20:12:21.215Z PASS [ 0.059s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_missing
83692025-07-01T20:12:21.240Z PASS [ 0.059s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_read_error
83702025-07-01T20:12:21.240Z PASS [ 0.064s] sled-agent-zone-images zone_manifest::tests::read_boot_disk_zone_mismatch
83712025-07-01T20:12:21.270Z PASS [ 0.052s] sled-agent-zone-images zone_manifest::tests::read_success
83722025-07-01T20:12:21.295Z PASS [ 0.070s] sled-agent-zone-images zone_manifest::tests::read_non_boot_disk_zone_mismatch
83732025-07-01T20:12:21.678Z PASS [ 3.861s] sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
83742025-07-01T20:12:23.644Z PASS [ 5.906s] sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
83752025-07-01T20:12:23.690Z PASS [ 0.047s] sled-diagnostics logs::test::test_sort_cockroach_extra_logs
83762025-07-01T20:12:23.774Z PASS [ 0.083s] sled-diagnostics queries::test::test_command_stderr_is_correct
83772025-07-01T20:12:23.839Z PASS [ 0.066s] sled-diagnostics queries::test::test_command_stdout_is_correct
83782025-07-01T20:12:23.915Z PASS [ 0.075s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
83792025-07-01T20:12:24.460Z PASS [ 0.545s] sled-diagnostics queries::test::test_long_running_command_is_aborted
83802025-07-01T20:12:24.518Z PASS [ 0.058s] sled-hardware disk::test::test_disk_paths
83812025-07-01T20:12:24.565Z PASS [ 0.047s] sled-hardware disk::test::test_partition_device_paths
83822025-07-01T20:12:24.665Z PASS [ 0.100s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
83832025-07-01T20:12:24.707Z PASS [ 0.041s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
83842025-07-01T20:12:24.744Z PASS [ 0.037s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
83852025-07-01T20:12:24.790Z PASS [ 0.047s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
83862025-07-01T20:12:24.832Z PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
83872025-07-01T20:12:24.873Z PASS [ 0.037s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
83882025-07-01T20:12:24.907Z PASS [ 0.037s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
83892025-07-01T20:12:24.950Z PASS [ 0.043s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
83902025-07-01T20:12:25.041Z PASS [ 0.090s] sled-storage dataset::test::serialize_dataset_name
83912025-07-01T20:12:25.185Z PASS [ 0.144s] sled-storage manager::test::test_datasets_schema
83922025-07-01T20:12:25.230Z PASS [ 0.045s] sled-storage manager::test::test_omicron_physical_disks_schema
83932025-07-01T20:12:25.284Z PASS [ 5.420s] sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
83942025-07-01T20:12:26.805Z PASS [ 5.520s] sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
83952025-07-01T20:12:26.873Z PASS [ 0.067s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
83962025-07-01T20:12:26.916Z PASS [ 5.646s] sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
83972025-07-01T20:12:27.032Z PASS [ 5.800s] sled-diagnostics logs::illumos_tests::collect_current_logs
83982025-07-01T20:12:27.593Z PASS [ 5.915s] sled-diagnostics logs::illumos_tests::log_snapshots_work
83992025-07-01T20:12:28.253Z PASS [ 2.969s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
84002025-07-01T20:12:29.535Z PASS [ 4.303s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
84012025-07-01T20:12:29.562Z PASS [ 27.242s] oximeter-instruments kstat::link::tests::overflowing_self_stat_queue_does_not_block_sampler
84022025-07-01T20:12:29.616Z PASS [ 0.068s] sled-storage manager::tests::ensure_using_exactly_these_disks
84032025-07-01T20:12:30.506Z PASS [ 3.589s] sled-storage manager::tests::ensure_datasets
84042025-07-01T20:12:30.632Z PASS [ 3.608s] sled-storage manager::tests::ensure_datasets_get_mounted
84052025-07-01T20:12:31.708Z PASS [ 4.835s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
84062025-07-01T20:12:31.845Z PASS [ 4.252s] sled-storage manager::tests::ensure_datasets_get_mounted_even_with_data
84072025-07-01T20:12:32.900Z PASS [ 2.268s] sled-storage manager::tests::update_rawdisk_firmware
84082025-07-01T20:12:33.510Z PASS [ 3.948s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
84092025-07-01T20:12:34.108Z PASS [ 4.507s] sled-storage manager::tests::nested_dataset
84102025-07-01T20:12:34.535Z PASS [ 0.427s] trust-quorum node::tests::initial_configuration
84112025-07-01T20:12:34.814Z PASS [ 0.278s] trust-quorum validators::tests::test_validate_reconfigure_msg_failure
84122025-07-01T20:12:34.914Z PASS [ 4.409s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
84132025-07-01T20:12:34.966Z PASS [ 1.455s] trust-quorum crypto::tests::rack_secret_test
84142025-07-01T20:12:35.074Z PASS [ 0.259s] trust-quorum validators::tests::test_validate_reconfigure_msg_new_success
84152025-07-01T20:12:35.305Z PASS [ 2.404s] sled-storage manager::tests::wait_for_boot_disk
84162025-07-01T20:12:35.618Z PASS [ 3.772s] sled-storage manager::tests::upsert_filesystem_no_uuid
84172025-07-01T20:12:35.735Z PASS [ 4.027s] sled-storage manager::tests::upsert_filesystem
84182025-07-01T20:12:35.760Z PASS [ 0.134s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
84192025-07-01T20:12:35.850Z PASS [ 0.115s] update-common artifacts::update_plan::tests::test_bad_rot_versions
84202025-07-01T20:12:35.875Z PASS [ 0.110s] update-common artifacts::update_plan::tests::test_multi_rot_bord
84212025-07-01T20:12:35.925Z PASS [ 0.063s] update-common artifacts::update_plan::tests::test_split_control_plane
84222025-07-01T20:12:35.967Z PASS [ 0.117s] update-common artifacts::update_plan::tests::test_multi_rot_version
84232025-07-01T20:12:35.992Z PASS [ 0.058s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
84242025-07-01T20:12:36.075Z PASS [ 0.108s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
84252025-07-01T20:12:36.118Z PASS [ 0.135s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
84262025-07-01T20:12:36.194Z PASS [ 1.228s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
84272025-07-01T20:12:36.241Z PASS [ 0.048s] update-engine display::line_display_shared::tests::test_format_progress_counter
84282025-07-01T20:12:36.269Z PASS [ 1.176s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
84292025-07-01T20:12:36.294Z PASS [ 0.037s] update-engine display::line_display_shared::tests::test_start_line
84302025-07-01T20:12:36.294Z PASS [ 0.042s] update-engine engine::tests::error_exits_early
84312025-07-01T20:12:36.294Z PASS [ 0.174s] update-engine display::group_display::tests::test_stats
84322025-07-01T20:12:36.319Z PASS [ 1.397s] trust-quorum::coordinator test_coordinator_behavior_from_empty_state
84332025-07-01T20:12:36.345Z PASS [ 0.035s] update-engine spec::tests::test_merge_anyhow_list
84342025-07-01T20:12:36.345Z PASS [ 0.047s] update-engine events::tests::step_event_parse_unknown
84352025-07-01T20:12:36.345Z PASS [ 0.060s] update-engine events::tests::progress_event_parse_unknown
84362025-07-01T20:12:36.378Z PASS [ 0.039s] wicket state::rack::tests::prev_next_are_opposites
84372025-07-01T20:12:36.403Z PASS [ 0.052s] wicket state::inventory::tests::component_id_display
84382025-07-01T20:12:36.403Z PASS [ 0.040s] wicket state::rack::tests::up_down_are_opposites
84392025-07-01T20:12:36.477Z PASS [ 0.402s] update-engine buffer::tests::test_buffer
84402025-07-01T20:12:36.529Z PASS [ 0.149s] wicket-common rack_setup::tests::roundtrip_import_export_policy
84412025-07-01T20:12:36.554Z PASS [ 0.217s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
84422025-07-01T20:12:36.554Z PASS [ 0.170s] wicketd installinator_progress::tests::test_states
84432025-07-01T20:12:36.587Z PASS [ 0.109s] wicketd rss_config::tests::test_bgp_auth_key_states
84442025-07-01T20:12:37.050Z PASS [ 0.671s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
84452025-07-01T20:12:38.210Z PASS [ 1.680s] wicketd::mod integration_tests::inventory::test_inventory
84462025-07-01T20:12:38.339Z PASS [ 36.040s] oximeter-db::integration_test test_cluster
84472025-07-01T20:12:39.104Z PASS [ 3.798s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
84482025-07-01T20:12:39.134Z PASS [ 2.584s] wicketd::mod integration_tests::updates::test_update_races
84492025-07-01T20:12:39.406Z PASS [ 2.870s] wicketd::mod integration_tests::updates::test_installinator_fetch
84502025-07-01T20:12:41.220Z PASS [ 4.633s] wicketd::mod integration_tests::updates::test_updates
84512025-07-01T20:12:42.433Z PASS [ 14.180s] sled-storage manager::tests::ensure_many_datasets
84522025-07-01T20:12:42.459Z────────────
84532025-07-01T20:12:42.459Z Summary [3913.503s] 2123 tests run: 2123 passed (64 slow), 3 skipped
84542025-07-01T20:12:42.558Z
84552025-07-01T20:12:42.558Zreal 1:05:41.333430683
84562025-07-01T20:12:42.558Zuser 6:45:06.473344983
84572025-07-01T20:12:42.558Zsys 1:15:03.731363649
84582025-07-01T20:12:42.558Ztrap 4:30.261975003
84592025-07-01T20:12:42.558Ztflt 21.714391176
84602025-07-01T20:12:42.558Zdflt 1:14.727895263
84612025-07-01T20:12:42.558Zkflt 0.264034629
84622025-07-01T20:12:42.558Zlock 2240:17:12.372321968
84632025-07-01T20:12:42.585Zslp 180:24:08.099732389
84642025-07-01T20:12:42.585Zlat 9:51:42.509221224
84652025-07-01T20:12:42.585Zstop 1:26:04.405653907
84662025-07-01T20:12:42.585Z+ banner doctest
84672025-07-01T20:12:42.585Z
84682025-07-01T20:12:42.585Z ##### #### #### ##### ###### #### #####
84692025-07-01T20:12:42.585Z # # # # # # # # # #
84702025-07-01T20:12:42.585Z # # # # # # ##### #### #
84712025-07-01T20:12:42.585Z # # # # # # # # #
84722025-07-01T20:12:42.585Z # # # # # # # # # # #
84732025-07-01T20:12:42.585Z ##### #### #### # ###### #### #
84742025-07-01T20:12:42.585Z
84752025-07-01T20:12:42.585Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
84762025-07-01T20:12:45.902Z Fresh unicode-ident v1.0.18
84772025-07-01T20:12:45.902Z Fresh cfg-if v1.0.1
84782025-07-01T20:12:45.902Z Fresh autocfg v1.4.0
84792025-07-01T20:12:45.902Z Fresh memchr v2.7.4
84802025-07-01T20:12:45.973Z Fresh value-bag v1.9.0
84812025-07-01T20:12:45.973Z Fresh proc-macro2 v1.0.95
84822025-07-01T20:12:45.973Z Fresh log v0.4.27
84832025-07-01T20:12:45.973Z Fresh smallvec v1.15.0
84842025-07-01T20:12:45.973Z Fresh version_check v0.9.5
84852025-07-01T20:12:45.973Z Fresh itoa v1.0.11
84862025-07-01T20:12:45.973Z Fresh quote v1.0.40
84872025-07-01T20:12:45.973Z Fresh libc v0.2.174
84882025-07-01T20:12:45.973Z Fresh scopeguard v1.2.0
84892025-07-01T20:12:45.973Z Fresh stable_deref_trait v1.2.0
84902025-07-01T20:12:45.973Z Fresh syn v2.0.104
84912025-07-01T20:12:45.973Z Fresh getrandom v0.2.15
84922025-07-01T20:12:45.973Z Fresh lock_api v0.4.12
84932025-07-01T20:12:45.973Z Fresh ryu v1.0.18
84942025-07-01T20:12:45.973Z Fresh critical-section v1.1.3
84952025-07-01T20:12:45.973Z Fresh serde_derive v1.0.219
84962025-07-01T20:12:45.973Z Fresh zeroize_derive v1.4.2
84972025-07-01T20:12:45.973Z Fresh libm v0.2.8
84982025-07-01T20:12:45.973Z Fresh portable-atomic v1.11.0
84992025-07-01T20:12:45.973Z Fresh synstructure v0.13.1
85002025-07-01T20:12:45.973Z Fresh rand_core v0.6.4
85012025-07-01T20:12:45.973Z Fresh zerovec-derive v0.10.3
85022025-07-01T20:12:45.973Z Fresh displaydoc v0.2.5
85032025-07-01T20:12:45.973Z Fresh serde v1.0.219
85042025-07-01T20:12:45.973Z Fresh zeroize v1.8.1
85052025-07-01T20:12:45.973Z Fresh num-traits v0.2.19
85062025-07-01T20:12:45.974Z Fresh once_cell v1.21.3
85072025-07-01T20:12:45.974Z Fresh zerofrom-derive v0.1.4
85082025-07-01T20:12:45.974Z Fresh yoke-derive v0.7.4
85092025-07-01T20:12:45.974Z Fresh pin-project-lite v0.2.14
85102025-07-01T20:12:45.974Z Fresh bytes v1.10.1
85112025-07-01T20:12:45.974Z Fresh bitflags v2.9.0
85122025-07-01T20:12:45.974Z Fresh zerofrom v0.1.4
85132025-07-01T20:12:45.974Z Fresh writeable v0.5.5
85142025-07-01T20:12:45.974Z Fresh percent-encoding v2.3.1
85152025-07-01T20:12:45.974Z Fresh litemap v0.7.3
85162025-07-01T20:12:45.974Z Fresh icu_provider_macros v1.5.0
85172025-07-01T20:12:45.974Z Fresh yoke v0.7.4
85182025-07-01T20:12:45.974Z Fresh serde_json v1.0.140
85192025-07-01T20:12:45.974Z Fresh shlex v1.3.0
85202025-07-01T20:12:45.974Z Fresh byteorder v1.5.0
85212025-07-01T20:12:45.974Z Fresh icu_locid_transform_data v1.5.0
85222025-07-01T20:12:45.974Z Fresh icu_properties_data v1.5.0
85232025-07-01T20:12:45.974Z Fresh regex-syntax v0.8.5
85242025-07-01T20:12:45.974Z Fresh jobserver v0.1.32
85252025-07-01T20:12:45.974Z Fresh zerovec v0.10.4
85262025-07-01T20:12:45.974Z Fresh utf8_iter v1.0.4
85272025-07-01T20:12:45.974Z Fresh write16 v1.0.0
85282025-07-01T20:12:45.974Z Fresh utf16_iter v1.0.5
85292025-07-01T20:12:45.974Z Fresh icu_normalizer_data v1.5.0
85302025-07-01T20:12:45.974Z Fresh cc v1.2.15
85312025-07-01T20:12:45.974Z Fresh tinystr v0.7.6
85322025-07-01T20:12:45.974Z Fresh icu_collections v1.5.0
85332025-07-01T20:12:45.974Z Fresh form_urlencoded v1.2.1
85342025-07-01T20:12:45.974Z Fresh aho-corasick v1.1.3
85352025-07-01T20:12:45.974Z Fresh equivalent v1.0.2
85362025-07-01T20:12:45.974Z Fresh icu_locid v1.5.0
85372025-07-01T20:12:45.974Z Fresh semver v1.0.26
85382025-07-01T20:12:45.974Z Fresh parking_lot_core v0.9.10
85392025-07-01T20:12:45.974Z Fresh regex-automata v0.4.8
85402025-07-01T20:12:45.974Z Fresh subtle v2.6.1
85412025-07-01T20:12:45.974Z Fresh allocator-api2 v0.2.21
85422025-07-01T20:12:45.974Z Fresh foldhash v0.1.5
85432025-07-01T20:12:45.974Z Fresh icu_provider v1.5.0
85442025-07-01T20:12:45.974Z Fresh parking_lot v0.12.3
85452025-07-01T20:12:45.974Z Fresh getrandom v0.3.1
85462025-07-01T20:12:45.975Z Fresh hashbrown v0.15.4
85472025-07-01T20:12:45.975Z Fresh signal-hook-registry v1.4.2
85482025-07-01T20:12:45.975Z Fresh errno v0.3.12
85492025-07-01T20:12:45.975Z Fresh icu_locid_transform v1.5.0
85502025-07-01T20:12:45.975Z Fresh fnv v1.0.7
85512025-07-01T20:12:45.975Z Fresh futures-core v0.3.31
85522025-07-01T20:12:45.975Z Fresh mio v1.0.2
85532025-07-01T20:12:45.975Z Fresh regex v1.11.1
85542025-07-01T20:12:45.975Z Fresh icu_properties v1.5.1
85552025-07-01T20:12:45.975Z Fresh typenum v1.17.0
85562025-07-01T20:12:45.975Z Fresh thiserror-impl v1.0.69
85572025-07-01T20:12:45.975Z Fresh heck v0.5.0
85582025-07-01T20:12:45.975Z Fresh either v1.15.0
85592025-07-01T20:12:45.975Z Fresh tokio-macros v2.5.0
85602025-07-01T20:12:45.975Z Fresh icu_normalizer v1.5.0
85612025-07-01T20:12:45.975Z Fresh generic-array v0.14.7
85622025-07-01T20:12:45.975Z Fresh thiserror v1.0.69
85632025-07-01T20:12:45.975Z Fresh socket2 v0.5.10
85642025-07-01T20:12:45.975Z Fresh indexmap v2.9.0
85652025-07-01T20:12:45.975Z Fresh zerocopy-derive v0.7.35
85662025-07-01T20:12:45.975Z Fresh iana-time-zone v0.1.63
85672025-07-01T20:12:45.975Z Fresh idna_adapter v1.2.0
85682025-07-01T20:12:45.975Z Fresh rustix v0.38.37
85692025-07-01T20:12:45.975Z Fresh crypto-common v0.1.6
85702025-07-01T20:12:45.975Z Fresh tokio v1.45.1
85712025-07-01T20:12:45.975Z Fresh zerocopy v0.7.35
85722025-07-01T20:12:45.975Z Fresh chrono v0.4.41
85732025-07-01T20:12:45.975Z Fresh uuid v1.17.0
85742025-07-01T20:12:45.975Z Fresh idna v1.0.3
85752025-07-01T20:12:45.975Z Fresh spin v0.9.8
85762025-07-01T20:12:45.975Z Fresh pkg-config v0.3.31
85772025-07-01T20:12:45.975Z Fresh futures-io v0.3.31
85782025-07-01T20:12:45.975Z Fresh const-oid v0.9.6
85792025-07-01T20:12:45.975Z Fresh serde_derive_internals v0.29.1
85802025-07-01T20:12:46.002Z Fresh dyn-clone v1.0.19
85812025-07-01T20:12:46.002Z Fresh url v2.5.4
85822025-07-01T20:12:46.002Z Fresh slab v0.4.9
85832025-07-01T20:12:46.002Z Fresh schemars_derive v0.8.22
85842025-07-01T20:12:46.002Z Fresh block-buffer v0.10.4
85852025-07-01T20:12:46.002Z Fresh futures-sink v0.3.31
85862025-07-01T20:12:46.002Z Fresh lazy_static v1.5.0
85872025-07-01T20:12:46.002Z Fresh pin-utils v0.1.0
85882025-07-01T20:12:46.002Z Fresh digest v0.10.7
85892025-07-01T20:12:46.002Z Fresh cpufeatures v0.2.14
85902025-07-01T20:12:46.002Z Fresh futures-channel v0.3.31
85912025-07-01T20:12:46.002Z Fresh ppv-lite86 v0.2.20
85922025-07-01T20:12:46.002Z Fresh futures-macro v0.3.31
85932025-07-01T20:12:46.002Z Fresh futures-task v0.3.31
85942025-07-01T20:12:46.002Z Fresh schemars v0.8.22
85952025-07-01T20:12:46.002Z Fresh futures-util v0.3.31
85962025-07-01T20:12:46.002Z Fresh tracing-core v0.1.32
85972025-07-01T20:12:46.002Z Fresh tracing-attributes v0.1.27
85982025-07-01T20:12:46.002Z Fresh glob v0.3.2
85992025-07-01T20:12:46.002Z Fresh http v1.3.1
86002025-07-01T20:12:46.002Z Fresh syn v1.0.109
86012025-07-01T20:12:46.002Z Fresh tracing v0.1.40
86022025-07-01T20:12:46.003Z Fresh thiserror-impl v2.0.12
86032025-07-01T20:12:46.003Z Fresh strsim v0.11.1
86042025-07-01T20:12:46.003Z Fresh minimal-lexical v0.2.1
86052025-07-01T20:12:46.003Z Fresh thiserror v2.0.12
86062025-07-01T20:12:46.003Z Fresh nom v7.1.3
86072025-07-01T20:12:46.003Z Fresh libloading v0.8.5
86082025-07-01T20:12:46.003Z Fresh vcpkg v0.2.15
86092025-07-01T20:12:46.003Z Fresh crossbeam-utils v0.8.21
86102025-07-01T20:12:46.003Z Fresh cexpr v0.6.0
86112025-07-01T20:12:46.003Z Fresh clang-sys v1.8.1
86122025-07-01T20:12:46.003Z Fresh rand_chacha v0.3.1
86132025-07-01T20:12:46.003Z Fresh adler2 v2.0.0
86142025-07-01T20:12:46.003Z Fresh home v0.5.9
86152025-07-01T20:12:46.003Z Fresh prettyplease v0.2.35
86162025-07-01T20:12:46.003Z Fresh paste v1.0.15
86172025-07-01T20:12:46.003Z Fresh miniz_oxide v0.8.5
86182025-07-01T20:12:46.003Z Fresh rand v0.8.5
86192025-07-01T20:12:46.003Z Fresh block-padding v0.3.3
86202025-07-01T20:12:46.003Z Fresh powerfmt v0.2.0
86212025-07-01T20:12:46.003Z Fresh num-conv v0.1.0
86222025-07-01T20:12:46.003Z Fresh time-core v0.1.2
86232025-07-01T20:12:46.003Z Fresh deranged v0.3.11
86242025-07-01T20:12:46.003Z Fresh inout v0.1.3
86252025-07-01T20:12:46.003Z Fresh serde_tokenstream v0.2.2
86262025-07-01T20:12:46.003Z Fresh num_threads v0.1.7
86272025-07-01T20:12:46.003Z Fresh itertools v0.12.1
86282025-07-01T20:12:46.003Z Fresh base64 v0.22.1
86292025-07-01T20:12:46.003Z Fresh time-macros v0.2.18
86302025-07-01T20:12:46.003Z Fresh cipher v0.4.4
86312025-07-01T20:12:46.003Z Fresh which v4.4.2
86322025-07-01T20:12:46.003Z Fresh tokio-util v0.7.15
86332025-07-01T20:12:46.003Z Fresh ipnet v2.11.0
86342025-07-01T20:12:46.003Z Fresh rustc-hash v1.1.0
86352025-07-01T20:12:46.003Z Fresh lazycell v1.3.0
86362025-07-01T20:12:46.003Z Fresh time v0.3.36
86372025-07-01T20:12:46.003Z Fresh atomic-waker v1.1.2
86382025-07-01T20:12:46.003Z Fresh cmake v0.1.51
86392025-07-01T20:12:46.003Z Fresh base64ct v1.6.0
86402025-07-01T20:12:46.003Z Fresh dunce v1.0.5
86412025-07-01T20:12:46.004Z Fresh untrusted v0.9.0
86422025-07-01T20:12:46.004Z Fresh bindgen v0.69.5
86432025-07-01T20:12:46.004Z Fresh fs_extra v1.3.0
86442025-07-01T20:12:46.004Z Fresh ring v0.17.14
86452025-07-01T20:12:46.004Z Fresh sha2 v0.10.9
86462025-07-01T20:12:46.004Z Fresh hmac v0.12.1
86472025-07-01T20:12:46.004Z Fresh gimli v0.31.1
86482025-07-01T20:12:46.004Z Fresh toml_datetime v0.6.11
86492025-07-01T20:12:46.004Z Fresh httparse v1.9.5
86502025-07-01T20:12:46.004Z Fresh addr2line v0.24.2
86512025-07-01T20:12:46.004Z Fresh serde_spanned v0.6.9
86522025-07-01T20:12:46.004Z Fresh object v0.36.5
86532025-07-01T20:12:46.004Z Fresh rustls-pki-types v1.10.0
86542025-07-01T20:12:46.004Z Fresh rustc-demangle v0.1.24
86552025-07-01T20:12:46.004Z Fresh http-body v1.0.1
86562025-07-01T20:12:46.004Z Fresh pem-rfc7468 v0.7.0
86572025-07-01T20:12:46.004Z Fresh zerocopy-derive v0.8.26
86582025-07-01T20:12:46.004Z Fresh backtrace v0.3.74
86592025-07-01T20:12:46.004Z Fresh aws-lc-sys v0.26.0
86602025-07-01T20:12:46.004Z Fresh httpdate v1.0.3
86612025-07-01T20:12:46.004Z Fresh try-lock v0.2.5
86622025-07-01T20:12:46.004Z Fresh untrusted v0.7.1
86632025-07-01T20:12:46.004Z Fresh anyhow v1.0.98
86642025-07-01T20:12:46.004Z Fresh want v0.3.1
86652025-07-01T20:12:46.004Z Fresh aws-lc-rs v1.12.4
86662025-07-01T20:12:46.004Z Fresh zerocopy v0.8.26
86672025-07-01T20:12:46.004Z Fresh h2 v0.4.6
86682025-07-01T20:12:46.004Z Fresh tower-service v0.3.3
86692025-07-01T20:12:46.004Z Fresh utf8parse v0.2.2
86702025-07-01T20:12:46.004Z Fresh der_derive v0.7.3
86712025-07-01T20:12:46.004Z Fresh rustls-webpki v0.102.8
86722025-07-01T20:12:46.004Z Fresh hyper v1.6.0
86732025-07-01T20:12:46.004Z Fresh flagset v0.4.6
86742025-07-01T20:12:46.004Z Fresh pbkdf2 v0.12.2
86752025-07-01T20:12:46.004Z Fresh aes v0.8.4
86762025-07-01T20:12:46.004Z Fresh async-trait v0.1.88
86772025-07-01T20:12:46.004Z Fresh der v0.7.9
86782025-07-01T20:12:46.004Z Fresh mime v0.3.17
86792025-07-01T20:12:46.004Z Fresh hyper-util v0.1.14
86802025-07-01T20:12:46.031Z Fresh salsa20 v0.10.2
86812025-07-01T20:12:46.031Z Fresh cbc v0.1.2
86822025-07-01T20:12:46.031Z Fresh anstyle v1.0.11
86832025-07-01T20:12:46.031Z Fresh spki v0.7.3
86842025-07-01T20:12:46.031Z Fresh slog v2.7.0
86852025-07-01T20:12:46.032Z Fresh rustversion v1.0.17
86862025-07-01T20:12:46.032Z Fresh openssl-probe v0.1.5
86872025-07-01T20:12:46.032Z Fresh foreign-types-shared v0.1.1
86882025-07-01T20:12:46.032Z Fresh scrypt v0.11.0
86892025-07-01T20:12:46.032Z Fresh openssl-sys v0.9.109
86902025-07-01T20:12:46.032Z Fresh foreign-types v0.3.2
86912025-07-01T20:12:46.032Z Fresh http-body-util v0.1.3
86922025-07-01T20:12:46.032Z Fresh rustc_version v0.4.1
86932025-07-01T20:12:46.032Z Fresh openssl-macros v0.1.1
86942025-07-01T20:12:46.032Z Fresh pkcs5 v0.7.1
86952025-07-01T20:12:46.032Z Fresh anstyle-parse v0.2.5
86962025-07-01T20:12:46.032Z Fresh openssl v0.10.73
86972025-07-01T20:12:46.032Z Fresh is_terminal_polyfill v1.70.1
86982025-07-01T20:12:46.032Z Fresh colorchoice v1.0.2
86992025-07-01T20:12:46.032Z Fresh anstyle-query v1.1.1
87002025-07-01T20:12:46.032Z Fresh pkcs8 v0.10.2
87012025-07-01T20:12:46.032Z Fresh terminal_size v0.4.0
87022025-07-01T20:12:46.032Z Fresh anstream v0.6.18
87032025-07-01T20:12:46.032Z Fresh rustls v0.23.19
87042025-07-01T20:12:46.032Z Fresh serde_urlencoded v0.7.1
87052025-07-01T20:12:46.032Z Fresh encoding_rs v0.8.34
87062025-07-01T20:12:46.032Z Fresh sync_wrapper v1.0.1
87072025-07-01T20:12:46.032Z Fresh psl-types v2.0.11
87082025-07-01T20:12:46.032Z Fresh tokio-rustls v0.26.0
87092025-07-01T20:12:46.032Z Fresh native-tls v0.2.12
87102025-07-01T20:12:46.032Z Fresh clap_lex v0.7.4
87112025-07-01T20:12:46.032Z Fresh tower-layer v0.3.3
87122025-07-01T20:12:46.032Z Fresh litrs v0.4.1
87132025-07-01T20:12:46.032Z Fresh publicsuffix v2.3.0
87142025-07-01T20:12:46.032Z Fresh rustls-native-certs v0.8.1
87152025-07-01T20:12:46.032Z Fresh cookie v0.18.1
87162025-07-01T20:12:46.032Z Fresh document-features v0.2.10
87172025-07-01T20:12:46.032Z Fresh clap_builder v4.5.40
87182025-07-01T20:12:46.032Z Fresh tokio-native-tls v0.3.1
87192025-07-01T20:12:46.032Z Fresh tower v0.5.2
87202025-07-01T20:12:46.032Z Fresh webpki-roots v1.0.0
87212025-07-01T20:12:46.032Z Fresh openapiv3 v2.2.0
87222025-07-01T20:12:46.032Z Fresh clap_derive v4.5.40
87232025-07-01T20:12:46.033Z Fresh ucd-trie v0.1.7
87242025-07-01T20:12:46.033Z Fresh iri-string v0.7.8
87252025-07-01T20:12:46.033Z Fresh hyper-rustls v0.27.7
87262025-07-01T20:12:46.033Z Fresh hyper-tls v0.6.0
87272025-07-01T20:12:46.033Z Fresh cookie_store v0.21.1
87282025-07-01T20:12:46.033Z Fresh clap v4.5.40
87292025-07-01T20:12:46.033Z Fresh ipnetwork v0.21.1
87302025-07-01T20:12:46.033Z Fresh data-encoding v2.9.0
87312025-07-01T20:12:46.033Z Fresh pest v2.7.14
87322025-07-01T20:12:46.033Z Fresh tower-http v0.6.6
87332025-07-01T20:12:46.033Z Fresh rand_core v0.9.2
87342025-07-01T20:12:46.033Z Fresh scroll_derive v0.12.0
87352025-07-01T20:12:46.033Z Fresh winnow v0.5.40
87362025-07-01T20:12:46.033Z Fresh tinyvec_macros v0.1.1
87372025-07-01T20:12:46.033Z Fresh signature v2.2.0
87382025-07-01T20:12:46.033Z Fresh plain v0.2.3
87392025-07-01T20:12:46.033Z Fresh pest_meta v2.7.14
87402025-07-01T20:12:46.033Z Fresh reqwest v0.12.20
87412025-07-01T20:12:46.033Z Fresh scroll v0.12.0
87422025-07-01T20:12:46.033Z Fresh toml_edit v0.19.15
87432025-07-01T20:12:46.033Z Fresh tinyvec v1.8.0
87442025-07-01T20:12:46.033Z Fresh rand_chacha v0.9.0
87452025-07-01T20:12:46.033Z Fresh siphasher v0.3.11
87462025-07-01T20:12:46.033Z Fresh pest_generator v2.7.14
87472025-07-01T20:12:46.033Z Fresh goblin v0.8.2
87482025-07-01T20:12:46.033Z Fresh pretty-hex v0.4.1
87492025-07-01T20:12:46.033Z Fresh rand v0.9.1
87502025-07-01T20:12:46.033Z Fresh phf_shared v0.11.2
87512025-07-01T20:12:46.033Z Fresh thread-id v4.2.2
87522025-07-01T20:12:46.033Z Fresh winnow v0.7.10
87532025-07-01T20:12:46.033Z Fresh pest_derive v2.7.14
87542025-07-01T20:12:46.033Z Fresh dof v0.3.0
87552025-07-01T20:12:46.033Z Fresh toml_write v0.1.2
87562025-07-01T20:12:46.033Z Fresh crossbeam-epoch v0.9.18
87572025-07-01T20:12:46.033Z Fresh sha1 v0.10.6
87582025-07-01T20:12:46.033Z Fresh num-integer v0.1.46
87592025-07-01T20:12:46.033Z Fresh unicode-segmentation v1.12.0
87602025-07-01T20:12:46.033Z Fresh unicode-width v0.2.0
87612025-07-01T20:12:46.033Z Fresh dtrace-parser v0.2.0
87622025-07-01T20:12:46.033Z Fresh toml_edit v0.22.27
87632025-07-01T20:12:46.034Z Fresh bstr v1.10.0
87642025-07-01T20:12:46.034Z Fresh crc32fast v1.4.2
87652025-07-01T20:12:46.034Z Fresh static_assertions v1.1.0
87662025-07-01T20:12:46.034Z Fresh base16ct v0.2.0
87672025-07-01T20:12:46.034Z Fresh oxnet v0.1.2
87682025-07-01T20:12:46.034Z Fresh hubpack_derive v0.1.1
87692025-07-01T20:12:46.034Z Fresh usdt-impl v0.5.0
87702025-07-01T20:12:46.034Z Fresh sec1 v0.7.3
87712025-07-01T20:12:46.034Z Fresh ff v0.13.0
87722025-07-01T20:12:46.034Z Fresh memmap v0.7.0
87732025-07-01T20:12:46.034Z Fresh hubpack v0.1.2
87742025-07-01T20:12:46.034Z Fresh num-iter v0.1.45
87752025-07-01T20:12:46.034Z Fresh hkdf v0.12.4
87762025-07-01T20:12:46.034Z Fresh crypto-bigint v0.5.5
87772025-07-01T20:12:46.034Z Fresh usdt-macro v0.5.0
87782025-07-01T20:12:46.034Z Fresh usdt-attr-macro v0.5.0
87792025-07-01T20:12:46.034Z Fresh group v0.13.0
87802025-07-01T20:12:46.060Z Fresh heck v0.4.1
87812025-07-01T20:12:46.060Z Fresh zlib-rs v0.5.1
87822025-07-01T20:12:46.060Z Fresh bitflags v1.3.2
87832025-07-01T20:12:46.060Z Fresh crossbeam-deque v0.8.5
87842025-07-01T20:12:46.061Z Fresh usdt v0.5.0
87852025-07-01T20:12:46.061Z Fresh elliptic-curve v0.13.8
87862025-07-01T20:12:46.061Z Fresh libz-rs-sys v0.5.1
87872025-07-01T20:12:46.061Z Fresh strum_macros v0.26.4
87882025-07-01T20:12:46.061Z Fresh unicode-xid v0.2.6
87892025-07-01T20:12:46.061Z Fresh strum v0.26.3
87902025-07-01T20:12:46.061Z Fresh num-bigint-dig v0.8.4
87912025-07-01T20:12:46.061Z Fresh flate2 v1.1.2
87922025-07-01T20:12:46.061Z Fresh pkcs1 v0.7.5
87932025-07-01T20:12:46.061Z Fresh itertools v0.10.5
87942025-07-01T20:12:46.061Z Fresh cfg_aliases v0.2.1
87952025-07-01T20:12:46.061Z Fresh rsa v0.9.6
87962025-07-01T20:12:46.061Z Fresh bzip2-sys v0.1.13+1.0.8
87972025-07-01T20:12:46.061Z Fresh newtype-uuid v1.2.4
87982025-07-01T20:12:46.061Z Fresh toml v0.7.8
87992025-07-01T20:12:46.061Z Fresh unicode-normalization v0.1.24
88002025-07-01T20:12:46.061Z Fresh rfc6979 v0.4.0
88012025-07-01T20:12:46.061Z Fresh enum-as-inner v0.6.1
88022025-07-01T20:12:46.061Z Fresh daft-derive v0.1.3
88032025-07-01T20:12:46.061Z Fresh curve25519-dalek-derive v0.1.1
88042025-07-01T20:12:46.061Z Fresh managed v0.8.0
88052025-07-01T20:12:46.061Z Fresh memoffset v0.9.1
88062025-07-01T20:12:46.061Z Fresh ahash v0.8.11
88072025-07-01T20:12:46.061Z Fresh ecdsa v0.16.9
88082025-07-01T20:12:46.061Z Fresh daft v0.1.3
88092025-07-01T20:12:46.061Z Fresh curve25519-dalek v4.1.3
88102025-07-01T20:12:46.061Z Fresh x509-cert v0.2.5
88112025-07-01T20:12:46.061Z Fresh new_debug_unreachable v1.0.6
88122025-07-01T20:12:46.061Z Fresh precomputed-hash v0.1.1
88132025-07-01T20:12:46.061Z Fresh fixedbitset v0.4.2
88142025-07-01T20:12:46.061Z Fresh rayon-core v1.12.1
88152025-07-01T20:12:46.061Z Fresh string_cache v0.8.9
88162025-07-01T20:12:46.061Z Fresh signal-hook v0.3.18
88172025-07-01T20:12:46.061Z Fresh petgraph v0.6.5
88182025-07-01T20:12:46.061Z Fresh ed25519 v2.2.3
88192025-07-01T20:12:46.061Z Fresh zstd-sys v2.0.14+zstd.1.5.7
88202025-07-01T20:12:46.061Z Fresh bzip2 v0.4.4
88212025-07-01T20:12:46.061Z Fresh ed25519-dalek v2.1.1
88222025-07-01T20:12:46.062Z Fresh console v0.15.10
88232025-07-01T20:12:46.062Z Fresh lalrpop-util v0.19.12
88242025-07-01T20:12:46.062Z Fresh rustc-hash v2.1.1
88252025-07-01T20:12:46.062Z Fresh signal-hook-mio v0.2.4
88262025-07-01T20:12:46.062Z Fresh zstd-safe v7.2.3
88272025-07-01T20:12:46.062Z Fresh zip v0.6.6
88282025-07-01T20:12:46.062Z Fresh hash32 v0.2.1
88292025-07-01T20:12:46.062Z Fresh winnow v0.6.26
88302025-07-01T20:12:46.062Z Fresh lockfree-object-pool v0.1.6
88312025-07-01T20:12:46.062Z Fresh simd-adler32 v0.3.7
88322025-07-01T20:12:46.062Z Fresh unicode-bidi v0.3.17
88332025-07-01T20:12:46.062Z Fresh bumpalo v3.16.0
88342025-07-01T20:12:46.062Z Fresh unicode-properties v0.1.3
88352025-07-01T20:12:46.062Z Fresh predicates-core v1.0.8
88362025-07-01T20:12:46.062Z Fresh zstd v0.13.3
88372025-07-01T20:12:46.062Z Fresh heapless v0.7.17
88382025-07-01T20:12:46.062Z Fresh crossterm v0.28.1
88392025-07-01T20:12:46.062Z Fresh zopfli v0.8.1
88402025-07-01T20:12:46.062Z Fresh stringprep v0.1.5
88412025-07-01T20:12:46.062Z Fresh nix v0.29.0
88422025-07-01T20:12:46.062Z Fresh rayon v1.10.0
88432025-07-01T20:12:46.062Z Fresh hickory-proto v0.25.2
88442025-07-01T20:12:46.062Z Fresh bzip2 v0.5.2
88452025-07-01T20:12:46.062Z Fresh similar v2.7.0
88462025-07-01T20:12:46.062Z Fresh tokio-stream v0.1.17
88472025-07-01T20:12:46.062Z Fresh md-5 v0.10.6
88482025-07-01T20:12:46.062Z Fresh float-cmp v0.10.0
88492025-07-01T20:12:46.062Z Fresh fallible-iterator v0.2.0
88502025-07-01T20:12:46.062Z Fresh difflib v0.4.0
88512025-07-01T20:12:46.062Z Fresh normalize-line-endings v0.3.0
88522025-07-01T20:12:46.062Z Fresh smoltcp v0.9.1
88532025-07-01T20:12:46.062Z Fresh predicates v3.1.3
88542025-07-01T20:12:46.062Z Fresh postgres-protocol v0.6.8
88552025-07-01T20:12:46.062Z Fresh zip v4.2.0
88562025-07-01T20:12:46.062Z Fresh buf-list v1.0.3
88572025-07-01T20:12:46.062Z Fresh strum_macros v0.25.3
88582025-07-01T20:12:46.062Z Fresh phf v0.11.2
88592025-07-01T20:12:46.062Z Fresh serde-big-array v0.5.1
88602025-07-01T20:12:46.062Z Fresh serde_repr v0.1.19
88612025-07-01T20:12:46.062Z Fresh number_prefix v0.4.0
88622025-07-01T20:12:46.063Z Fresh peg-runtime v0.8.5
88632025-07-01T20:12:46.063Z Fresh postgres-types v0.2.9
88642025-07-01T20:12:46.063Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
88652025-07-01T20:12:46.063Z Fresh whoami v1.6.0
88662025-07-01T20:12:46.063Z Fresh regress v0.10.3
88672025-07-01T20:12:46.063Z Fresh indicatif v0.17.11
88682025-07-01T20:12:46.063Z Fresh tokio-postgres v0.7.13
88692025-07-01T20:12:46.063Z Fresh fastrand v2.1.1
88702025-07-01T20:12:46.063Z Fresh futures-executor v0.3.31
88712025-07-01T20:12:46.063Z Fresh ident_case v1.0.1
88722025-07-01T20:12:46.063Z Fresh is-terminal v0.4.13
88732025-07-01T20:12:46.063Z Fresh fs-err v3.1.1
88742025-07-01T20:12:46.063Z Fresh camino v1.1.10
88752025-07-01T20:12:46.063Z Fresh futures v0.3.31
88762025-07-01T20:12:46.063Z Fresh darling_core v0.20.10
88772025-07-01T20:12:46.063Z Fresh dirs-sys-next v0.1.2
88782025-07-01T20:12:46.063Z Fresh crossbeam-channel v0.5.15
88792025-07-01T20:12:46.063Z Fresh unsafe-libyaml v0.2.11
88802025-07-01T20:12:46.089Z Fresh darling_macro v0.20.10
88812025-07-01T20:12:46.089Z Fresh dirs-next v2.0.0
88822025-07-01T20:12:46.090Z Fresh serde_yaml v0.9.34+deprecated
88832025-07-01T20:12:46.090Z Fresh toml v0.8.23
88842025-07-01T20:12:46.090Z Fresh thread_local v1.1.8
88852025-07-01T20:12:46.090Z Fresh quick-error v1.2.3
88862025-07-01T20:12:46.090Z Fresh darling v0.20.10
88872025-07-01T20:12:46.090Z Fresh term v0.7.0
88882025-07-01T20:12:46.090Z Fresh rustix v1.0.7
88892025-07-01T20:12:46.090Z Fresh take_mut v0.2.2
88902025-07-01T20:12:46.090Z Fresh match_cfg v0.1.0
88912025-07-01T20:12:46.090Z Fresh bit-vec v0.8.0
88922025-07-01T20:12:46.090Z Fresh tempfile v3.20.0
88932025-07-01T20:12:46.090Z Fresh slog-term v2.9.1
88942025-07-01T20:12:46.090Z Fresh hostname v0.3.1
88952025-07-01T20:12:46.090Z Fresh bit-set v0.8.0
88962025-07-01T20:12:46.090Z Fresh hex v0.4.3
88972025-07-01T20:12:46.090Z Fresh wait-timeout v0.2.0
88982025-07-01T20:12:46.090Z Fresh slog-async v2.8.0
88992025-07-01T20:12:46.090Z Fresh debug-ignore v1.0.5
89002025-07-01T20:12:46.090Z Fresh progenitor-client v0.10.0
89012025-07-01T20:12:46.090Z Fresh structmeta-derive v0.3.0
89022025-07-01T20:12:46.090Z Fresh rusty-fork v0.3.0
89032025-07-01T20:12:46.090Z Fresh rand_xorshift v0.4.0
89042025-07-01T20:12:46.090Z Fresh unarray v0.1.4
89052025-07-01T20:12:46.090Z Fresh structmeta v0.3.0
89062025-07-01T20:12:46.090Z Fresh proptest v1.7.0
89072025-07-01T20:12:46.090Z Fresh serde_path_to_error v0.1.17
89082025-07-01T20:12:46.090Z Fresh slog-json v2.6.1
89092025-07-01T20:12:46.090Z Fresh async-stream-impl v0.3.6
89102025-07-01T20:12:46.090Z Fresh rustls v0.22.4
89112025-07-01T20:12:46.090Z Fresh slog-bunyan v2.5.0
89122025-07-01T20:12:46.090Z Fresh async-stream v0.3.6
89132025-07-01T20:12:46.090Z Fresh rustls-pemfile v2.2.0
89142025-07-01T20:12:46.090Z Fresh waitgroup v0.1.2
89152025-07-01T20:12:46.090Z Fresh dropshot_endpoint v0.16.2
89162025-07-01T20:12:46.090Z Fresh multer v3.1.0
89172025-07-01T20:12:46.090Z Fresh tokio-rustls v0.25.0
89182025-07-01T20:12:46.090Z Fresh hostname v0.4.0
89192025-07-01T20:12:46.090Z Fresh test-strategy v0.4.1
89202025-07-01T20:12:46.091Z Fresh serde_with_macros v3.12.0
89212025-07-01T20:12:46.091Z Fresh typify-impl v0.3.0
89222025-07-01T20:12:46.091Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
89232025-07-01T20:12:46.091Z Fresh dropshot v0.16.2
89242025-07-01T20:12:46.091Z Fresh serde_with v3.12.0
89252025-07-01T20:12:46.091Z Fresh typify-macro v0.3.0
89262025-07-01T20:12:46.091Z Fresh macaddr v1.0.1
89272025-07-01T20:12:46.091Z Fresh tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
89282025-07-01T20:12:46.091Z Fresh instant v0.1.13
89292025-07-01T20:12:46.091Z Fresh derive-where v1.5.0
89302025-07-01T20:12:46.091Z Fresh progenitor-client v0.9.1
89312025-07-01T20:12:46.091Z Fresh typify v0.3.0
89322025-07-01T20:12:46.091Z Fresh parse-display-derive v0.10.0
89332025-07-01T20:12:46.091Z Fresh ref-cast-impl v1.0.24
89342025-07-01T20:12:46.091Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
89352025-07-01T20:12:46.091Z Fresh backoff v0.4.0
89362025-07-01T20:12:46.091Z Fresh progenitor-impl v0.9.1
89372025-07-01T20:12:46.091Z Fresh parse-display v0.10.0
89382025-07-01T20:12:46.091Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
89392025-07-01T20:12:46.091Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
89402025-07-01T20:12:46.091Z Fresh camino-tempfile v1.4.1
89412025-07-01T20:12:46.091Z Fresh itertools v0.13.0
89422025-07-01T20:12:46.091Z Fresh unicode-width v0.1.14
89432025-07-01T20:12:46.091Z Fresh progenitor-macro v0.9.1
89442025-07-01T20:12:46.091Z Fresh ref-cast v1.0.24
89452025-07-01T20:12:46.091Z Fresh itertools v0.14.0
89462025-07-01T20:12:46.091Z Fresh proc-macro-crate v1.3.1
89472025-07-01T20:12:46.091Z Fresh progenitor v0.9.1
89482025-07-01T20:12:46.091Z Fresh iddqd v0.3.8
89492025-07-01T20:12:46.091Z Fresh num_enum_derive v0.5.11
89502025-07-01T20:12:46.091Z Fresh tabwriter v1.4.0
89512025-07-01T20:12:46.091Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d)
89522025-07-01T20:12:46.091Z Fresh proc-macro-error-attr v1.0.4
89532025-07-01T20:12:46.091Z Fresh num_enum v0.5.11
89542025-07-01T20:12:46.091Z Fresh foreign-types-macros v0.2.3
89552025-07-01T20:12:46.091Z Fresh foreign-types-shared v0.3.1
89562025-07-01T20:12:46.091Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
89572025-07-01T20:12:46.091Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
89582025-07-01T20:12:46.091Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
89592025-07-01T20:12:46.091Z Fresh proc-macro-error v1.0.4
89602025-07-01T20:12:46.092Z Fresh foreign-types v0.5.0
89612025-07-01T20:12:46.092Z Fresh cstr-argument v0.1.2
89622025-07-01T20:12:46.092Z Fresh pretty-hex v0.2.1
89632025-07-01T20:12:46.092Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
89642025-07-01T20:12:46.092Z Fresh colored v2.2.0
89652025-07-01T20:12:46.092Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
89662025-07-01T20:12:46.092Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
89672025-07-01T20:12:46.092Z Fresh smf v0.2.3
89682025-07-01T20:12:46.092Z Fresh typify-impl v0.4.1
89692025-07-01T20:12:46.092Z Fresh ingot-macros v0.1.0
89702025-07-01T20:12:46.092Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
89712025-07-01T20:12:46.092Z Fresh typify-macro v0.4.1
89722025-07-01T20:12:46.092Z Fresh hash32 v0.3.1
89732025-07-01T20:12:46.092Z Fresh ingot-types v0.1.0
89742025-07-01T20:12:46.092Z Fresh cobs v0.2.3
89752025-07-01T20:12:46.092Z Fresh crucible-workspace-hack v0.1.0
89762025-07-01T20:12:46.092Z Fresh typify v0.4.1
89772025-07-01T20:12:46.092Z Fresh heapless v0.8.0
89782025-07-01T20:12:46.092Z Fresh ingot v0.1.0
89792025-07-01T20:12:46.092Z Fresh postcard v1.0.10
89802025-07-01T20:12:46.119Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
89812025-07-01T20:12:46.119Z Fresh progenitor-impl v0.10.0
89822025-07-01T20:12:46.119Z Fresh smoltcp v0.11.0
89832025-07-01T20:12:46.119Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
89842025-07-01T20:12:46.119Z Fresh sigpipe v0.1.3
89852025-07-01T20:12:46.119Z Fresh jiff v0.2.15
89862025-07-01T20:12:46.119Z Fresh zone_cfg_derive v0.3.0
89872025-07-01T20:12:46.119Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
89882025-07-01T20:12:46.119Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
89892025-07-01T20:12:46.119Z Fresh progenitor-macro v0.10.0
89902025-07-01T20:12:46.119Z Fresh num-derive v0.4.2
89912025-07-01T20:12:46.119Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
89922025-07-01T20:12:46.119Z Fresh zone v0.3.1
89932025-07-01T20:12:46.119Z Fresh convert_case v0.4.0
89942025-07-01T20:12:46.119Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
89952025-07-01T20:12:46.119Z Fresh progenitor v0.10.0
89962025-07-01T20:12:46.119Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
89972025-07-01T20:12:46.119Z Fresh derive_more v0.99.20
89982025-07-01T20:12:46.119Z Fresh atomicwrites v0.4.4
89992025-07-01T20:12:46.119Z Fresh half v2.4.1
90002025-07-01T20:12:46.119Z Fresh ciborium-io v0.2.2
90012025-07-01T20:12:46.119Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
90022025-07-01T20:12:46.119Z Fresh ciborium-ll v0.2.2
90032025-07-01T20:12:46.119Z Fresh base64 v0.21.7
90042025-07-01T20:12:46.119Z Fresh num-rational v0.4.2
90052025-07-01T20:12:46.119Z Fresh num-complex v0.4.6
90062025-07-01T20:12:46.119Z Fresh secrecy v0.10.3
90072025-07-01T20:12:46.119Z Fresh float-ord v0.3.2
90082025-07-01T20:12:46.119Z Fresh utf-8 v0.7.6
90092025-07-01T20:12:46.119Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3f2dfe36f156b486e60e7a08263ad6227be1e969#3f2dfe36)
90102025-07-01T20:12:46.119Z Fresh ciborium v0.2.2
90112025-07-01T20:12:46.119Z Fresh num v0.4.3
90122025-07-01T20:12:46.119Z Fresh newline-converter v0.3.0
90132025-07-01T20:12:46.119Z Fresh tungstenite v0.21.0
90142025-07-01T20:12:46.119Z Fresh password-hash v0.5.0
90152025-07-01T20:12:46.120Z Fresh blake2 v0.10.6
90162025-07-01T20:12:46.120Z Fresh expectorate v1.2.0
90172025-07-01T20:12:46.120Z Fresh tokio-tungstenite v0.21.0
90182025-07-01T20:12:46.120Z Fresh argon2 v0.5.3
90192025-07-01T20:12:46.120Z Fresh fixedbitset v0.5.7
90202025-07-01T20:12:46.120Z Fresh indent_write v2.2.0
90212025-07-01T20:12:46.120Z Fresh petgraph v0.8.2
90222025-07-01T20:12:46.120Z Fresh keccak v0.1.5
90232025-07-01T20:12:46.120Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
90242025-07-01T20:12:46.120Z Fresh sha3 v0.10.8
90252025-07-01T20:12:46.120Z Fresh libsw-core v0.3.1
90262025-07-01T20:12:46.120Z Fresh swrite v0.1.0
90272025-07-01T20:12:46.120Z Fresh linear-map v1.2.0
90282025-07-01T20:12:46.120Z Fresh cancel-safe-futures v0.1.5
90292025-07-01T20:12:46.120Z Fresh owo-colors v4.2.2
90302025-07-01T20:12:46.120Z Fresh libsw v3.5.0
90312025-07-01T20:12:46.120Z Fresh same-file v1.0.6
90322025-07-01T20:12:46.120Z Fresh tokio-dtrace v0.1.0
90332025-07-01T20:12:46.120Z Fresh walkdir v2.5.0
90342025-07-01T20:12:46.120Z Fresh oxide-tokio-rt v0.1.1
90352025-07-01T20:12:46.120Z Fresh universal-hash v0.5.1
90362025-07-01T20:12:46.120Z Fresh opaque-debug v0.3.1
90372025-07-01T20:12:46.120Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
90382025-07-01T20:12:46.120Z Fresh aead v0.5.2
90392025-07-01T20:12:46.120Z Fresh poly1305 v0.8.0
90402025-07-01T20:12:46.120Z Fresh chacha20 v0.9.1
90412025-07-01T20:12:46.120Z Fresh thiserror-impl-no-std v2.0.2
90422025-07-01T20:12:46.120Z Fresh highway v1.3.0
90432025-07-01T20:12:46.120Z Fresh thiserror-no-std v2.0.2
90442025-07-01T20:12:46.120Z Fresh semver v0.1.20
90452025-07-01T20:12:46.120Z Fresh chacha20poly1305 v0.10.1
90462025-07-01T20:12:46.120Z Fresh xattr v1.3.1
90472025-07-01T20:12:46.120Z Fresh filetime v0.2.25
90482025-07-01T20:12:46.120Z Fresh humantime v2.2.0
90492025-07-01T20:12:46.120Z Fresh rustc_version v0.1.7
90502025-07-01T20:12:46.120Z Fresh vsss-rs v3.3.4
90512025-07-01T20:12:46.120Z Fresh tar v0.4.44
90522025-07-01T20:12:46.120Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
90532025-07-01T20:12:46.120Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
90542025-07-01T20:12:46.121Z Fresh arc-swap v1.7.1
90552025-07-01T20:12:46.121Z Fresh slog-scope v4.4.0
90562025-07-01T20:12:46.121Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
90572025-07-01T20:12:46.121Z Fresh pem v3.0.5
90582025-07-01T20:12:46.121Z Fresh typify-impl v0.2.0
90592025-07-01T20:12:46.121Z Fresh headers-core v0.3.0
90602025-07-01T20:12:46.121Z Fresh slog-stdlog v4.1.1
90612025-07-01T20:12:46.121Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
90622025-07-01T20:12:46.121Z Fresh typify-macro v0.2.0
90632025-07-01T20:12:46.121Z Fresh headers v0.4.1
90642025-07-01T20:12:46.121Z Fresh heck v0.3.3
90652025-07-01T20:12:46.121Z Fresh progenitor-client v0.8.0
90662025-07-01T20:12:46.121Z Fresh newtype_derive v0.1.6
90672025-07-01T20:12:46.121Z Fresh slog-envlogger v2.2.0
90682025-07-01T20:12:46.121Z Fresh typify v0.2.0
90692025-07-01T20:12:46.121Z Fresh zone_cfg_derive v0.1.2
90702025-07-01T20:12:46.121Z Fresh lzma-sys v0.1.20
90712025-07-01T20:12:46.121Z Fresh resolv-conf v0.7.0
90722025-07-01T20:12:46.121Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
90732025-07-01T20:12:46.121Z Fresh steno v0.4.1
90742025-07-01T20:12:46.121Z Fresh progenitor-impl v0.8.0
90752025-07-01T20:12:46.121Z Fresh base64 v0.13.1
90762025-07-01T20:12:46.121Z Fresh xz2 v0.1.7
90772025-07-01T20:12:46.121Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
90782025-07-01T20:12:46.121Z Fresh zone v0.1.8
90792025-07-01T20:12:46.121Z Fresh yasna v0.5.2
90802025-07-01T20:12:46.149Z Fresh subprocess v0.2.9
90812025-07-01T20:12:46.149Z Fresh progenitor-macro v0.8.0
90822025-07-01T20:12:46.149Z Fresh ron v0.7.1
90832025-07-01T20:12:46.149Z Fresh rcgen v0.12.1
90842025-07-01T20:12:46.149Z Fresh linked-hash-map v0.5.6
90852025-07-01T20:12:46.149Z Fresh hickory-proto v0.24.4
90862025-07-01T20:12:46.150Z Fresh display-error-chain v0.2.2
90872025-07-01T20:12:46.150Z Fresh progenitor v0.8.0
90882025-07-01T20:12:46.150Z Fresh lru-cache v0.1.2
90892025-07-01T20:12:46.150Z Fresh tagptr v0.2.0
90902025-07-01T20:12:46.150Z Fresh gethostname v0.5.0
90912025-07-01T20:12:46.150Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
90922025-07-01T20:12:46.150Z Fresh hickory-resolver v0.24.4
90932025-07-01T20:12:46.150Z Fresh moka v0.12.10
90942025-07-01T20:12:46.150Z Fresh bytecount v0.6.8
90952025-07-01T20:12:46.150Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
90962025-07-01T20:12:46.150Z Fresh qorb v0.4.0
90972025-07-01T20:12:46.150Z Fresh hickory-resolver v0.25.2
90982025-07-01T20:12:46.150Z Fresh slog-dtrace v0.3.0
90992025-07-01T20:12:46.150Z Fresh maplit v1.0.2
91002025-07-01T20:12:46.150Z Fresh bitfield-struct v0.6.2
91012025-07-01T20:12:46.150Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
91022025-07-01T20:12:46.150Z Fresh libefi-sys v0.1.0
91032025-07-01T20:12:46.150Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
91042025-07-01T20:12:46.150Z Fresh zerocopy-derive v0.6.6
91052025-07-01T20:12:46.150Z Fresh tap v1.0.1
91062025-07-01T20:12:46.150Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
91072025-07-01T20:12:46.150Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
91082025-07-01T20:12:46.150Z Fresh radium v0.7.0
91092025-07-01T20:12:46.150Z Fresh wyz v0.5.1
91102025-07-01T20:12:46.150Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
91112025-07-01T20:12:46.150Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
91122025-07-01T20:12:46.150Z Fresh zerocopy v0.6.6
91132025-07-01T20:12:46.150Z Fresh crc-catalog v2.4.0
91142025-07-01T20:12:46.150Z Fresh funty v2.0.0
91152025-07-01T20:12:46.150Z Fresh termcolor v1.4.1
91162025-07-01T20:12:46.150Z Fresh maybe-uninit v2.0.0
91172025-07-01T20:12:46.150Z Fresh crc v3.2.1
91182025-07-01T20:12:46.150Z Fresh packed_struct_codegen v0.10.1
91192025-07-01T20:12:46.150Z Fresh bitvec v1.0.1
91202025-07-01T20:12:46.150Z Fresh nodrop v0.1.14
91212025-07-01T20:12:46.150Z Fresh smallvec v0.6.14
91222025-07-01T20:12:46.150Z Fresh proc-macro-error-attr2 v2.0.0
91232025-07-01T20:12:46.150Z Fresh bitfield v0.14.0
91242025-07-01T20:12:46.150Z Fresh hashbrown v0.12.3
91252025-07-01T20:12:46.151Z Fresh env_logger v0.10.2
91262025-07-01T20:12:46.151Z Fresh array-init v0.0.4
91272025-07-01T20:12:46.151Z Fresh packed_struct v0.10.1
91282025-07-01T20:12:46.151Z Fresh indexmap v1.9.3
91292025-07-01T20:12:46.151Z Fresh proc-macro-error2 v2.0.1
91302025-07-01T20:12:46.151Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
91312025-07-01T20:12:46.151Z Fresh ron v0.8.1
91322025-07-01T20:12:46.151Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
91332025-07-01T20:12:46.151Z Fresh serde-hex v0.1.0
91342025-07-01T20:12:46.151Z Fresh dsl_auto_type v0.1.2
91352025-07-01T20:12:46.151Z Fresh hashbrown v0.13.2
91362025-07-01T20:12:46.151Z Fresh scheduled-thread-pool v0.2.7
91372025-07-01T20:12:46.151Z Fresh diesel_table_macro_syntax v0.2.0
91382025-07-01T20:12:46.151Z Fresh xshell-macros v0.2.7
91392025-07-01T20:12:46.151Z Fresh crc-any v2.5.0
91402025-07-01T20:12:46.151Z Fresh r2d2 v0.8.10
91412025-07-01T20:12:46.151Z Fresh diesel_derives v2.2.3
91422025-07-01T20:12:46.151Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
91432025-07-01T20:12:46.151Z Fresh xshell v0.2.7
91442025-07-01T20:12:46.151Z Fresh object v0.30.4
91452025-07-01T20:12:46.151Z Fresh tabled_derive v0.10.0
91462025-07-01T20:12:46.151Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
91472025-07-01T20:12:46.151Z Fresh papergrid v0.14.0
91482025-07-01T20:12:46.151Z Fresh oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
91492025-07-01T20:12:46.151Z Fresh num-derive v0.3.3
91502025-07-01T20:12:46.151Z Fresh path-slash v0.1.5
91512025-07-01T20:12:46.151Z Fresh termtree v0.5.1
91522025-07-01T20:12:46.151Z Fresh diff v0.1.13
91532025-07-01T20:12:46.151Z Fresh diesel v2.2.11
91542025-07-01T20:12:46.151Z Fresh oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
91552025-07-01T20:12:46.151Z Fresh tabled v0.18.0
91562025-07-01T20:12:46.151Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
91572025-07-01T20:12:46.151Z Fresh libscf-sys v1.1.0
91582025-07-01T20:12:46.151Z Fresh oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
91592025-07-01T20:12:46.151Z Fresh oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
91602025-07-01T20:12:46.151Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
91612025-07-01T20:12:46.151Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
91622025-07-01T20:12:46.151Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
91632025-07-01T20:12:46.151Z Fresh oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
91642025-07-01T20:12:46.151Z Fresh crc8 v0.1.1
91652025-07-01T20:12:46.152Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
91662025-07-01T20:12:46.152Z Fresh bit-vec v0.6.3
91672025-07-01T20:12:46.152Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
91682025-07-01T20:12:46.152Z Fresh crunchy v0.2.2
91692025-07-01T20:12:46.152Z Fresh bit-set v0.5.3
91702025-07-01T20:12:46.152Z Fresh ascii-canvas v3.0.0
91712025-07-01T20:12:46.152Z Fresh ena v0.14.3
91722025-07-01T20:12:46.152Z Fresh regex-syntax v0.6.29
91732025-07-01T20:12:46.152Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
91742025-07-01T20:12:46.152Z Fresh tiny-keccak v2.0.2
91752025-07-01T20:12:46.152Z Fresh const_format_proc_macros v0.2.34
91762025-07-01T20:12:46.152Z Fresh derive_builder_core v0.20.2
91772025-07-01T20:12:46.152Z Fresh globset v0.4.15
91782025-07-01T20:12:46.152Z Fresh lalrpop v0.19.12
91792025-07-01T20:12:46.152Z Fresh const_format v0.2.34
91802025-07-01T20:12:46.179Z Fresh async-recursion v1.1.1
91812025-07-01T20:12:46.180Z Fresh nibble_vec v0.1.0
91822025-07-01T20:12:46.180Z Fresh endian-type v0.1.2
91832025-07-01T20:12:46.180Z Fresh bindgen v0.71.1
91842025-07-01T20:12:46.180Z Fresh radix_trie v0.2.1
91852025-07-01T20:12:46.180Z Fresh derive_builder_macro v0.20.2
91862025-07-01T20:12:46.180Z Fresh strum_macros v0.24.3
91872025-07-01T20:12:46.180Z Fresh indoc v1.0.9
91882025-07-01T20:12:46.180Z Fresh half v1.8.3
91892025-07-01T20:12:46.180Z Fresh derive_builder v0.20.2
91902025-07-01T20:12:46.180Z Fresh libxml v0.3.3
91912025-07-01T20:12:46.180Z Fresh serde_cbor v0.11.2
91922025-07-01T20:12:46.180Z Fresh polar-core v0.27.3
91932025-07-01T20:12:46.180Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
91942025-07-01T20:12:46.180Z Fresh oso-derive v0.27.3
91952025-07-01T20:12:46.180Z Fresh impl-trait-for-tuples v0.2.2
91962025-07-01T20:12:46.180Z Fresh quick-xml v0.37.2
91972025-07-01T20:12:46.180Z Fresh vte_generate_state_changes v0.1.2
91982025-07-01T20:12:46.180Z Fresh oso v0.27.3
91992025-07-01T20:12:46.180Z Fresh fd-lock v4.0.2
92002025-07-01T20:12:46.180Z Fresh tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
92012025-07-01T20:12:46.180Z Fresh samael v0.0.19
92022025-07-01T20:12:46.180Z Fresh vte v0.11.1
92032025-07-01T20:12:46.180Z Fresh nix v0.30.1
92042025-07-01T20:12:46.180Z Fresh fxhash v0.2.1
92052025-07-01T20:12:46.180Z Fresh nu-ansi-term v0.50.1
92062025-07-01T20:12:46.180Z Fresh strip-ansi-escapes v0.2.0
92072025-07-01T20:12:46.180Z Fresh phf_generator v0.11.2
92082025-07-01T20:12:46.180Z Fresh bb8 v0.8.5
92092025-07-01T20:12:46.180Z Fresh kstat-rs v0.2.4
92102025-07-01T20:12:46.180Z Fresh reedline v0.40.0
92112025-07-01T20:12:46.180Z Fresh async-bb8-diesel v0.2.1
92122025-07-01T20:12:46.180Z Fresh diesel-dtrace v0.4.2
92132025-07-01T20:12:46.180Z Fresh phf_codegen v0.11.2
92142025-07-01T20:12:46.180Z Fresh parse-zoneinfo v0.3.1
92152025-07-01T20:12:46.180Z Fresh cfg_aliases v0.1.1
92162025-07-01T20:12:46.180Z Fresh predicates-tree v1.0.12
92172025-07-01T20:12:46.180Z Fresh papergrid v0.11.0
92182025-07-01T20:12:46.181Z Fresh chrono-tz-build v0.4.0
92192025-07-01T20:12:46.181Z Fresh tabled_derive v0.7.0
92202025-07-01T20:12:46.181Z Fresh primeorder v0.13.6
92212025-07-01T20:12:46.181Z Fresh tabled v0.15.0
92222025-07-01T20:12:46.181Z Fresh ignore v0.4.23
92232025-07-01T20:12:46.181Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
92242025-07-01T20:12:46.181Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=638c897d5ed1e5d3f2de0c1cb9dfaa4d77a35dea#638c897d)
92252025-07-01T20:12:46.181Z Fresh bcs v0.1.6
92262025-07-01T20:12:46.181Z Fresh nix v0.28.0
92272025-07-01T20:12:46.181Z Fresh unicase v2.7.0
92282025-07-01T20:12:46.181Z Fresh globwalk v0.9.1
92292025-07-01T20:12:46.181Z Fresh parking_lot_core v0.8.6
92302025-07-01T20:12:46.181Z Fresh peg-macros v0.8.5
92312025-07-01T20:12:46.181Z Fresh sqlparser_derive v0.2.2
92322025-07-01T20:12:46.181Z Fresh nanorand v0.7.0
92332025-07-01T20:12:46.181Z Fresh unicode_categories v0.1.1
92342025-07-01T20:12:46.181Z Fresh peg v0.8.5
92352025-07-01T20:12:46.181Z Fresh sqlparser v0.45.0
92362025-07-01T20:12:46.181Z Fresh flume v0.11.1
92372025-07-01T20:12:46.181Z Fresh parking_lot v0.11.2
92382025-07-01T20:12:46.181Z Fresh chrono-tz v0.10.3
92392025-07-01T20:12:46.181Z Fresh sqlformat v0.3.5
92402025-07-01T20:12:46.181Z Fresh rustyline v14.0.0
92412025-07-01T20:12:46.181Z Fresh camino-tempfile-ext v0.3.1
92422025-07-01T20:12:46.181Z Fresh p384 v0.13.0
92432025-07-01T20:12:46.181Z Fresh prefix-trie v0.7.0
92442025-07-01T20:12:46.181Z Fresh pin-project-internal v1.1.6
92452025-07-01T20:12:46.181Z Fresh void v1.0.2
92462025-07-01T20:12:46.181Z Fresh http-range v0.1.5
92472025-07-01T20:12:46.181Z Fresh lzss v0.8.2
92482025-07-01T20:12:46.181Z Fresh hickory-server v0.25.2
92492025-07-01T20:12:46.181Z Fresh pin-project v1.1.6
92502025-07-01T20:12:46.181Z Fresh salty v0.3.0
92512025-07-01T20:12:46.181Z Fresh sled v0.34.7
92522025-07-01T20:12:46.181Z Fresh hickory-client v0.25.2
92532025-07-01T20:12:46.181Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
92542025-07-01T20:12:46.181Z Fresh tungstenite v0.23.0
92552025-07-01T20:12:46.181Z Fresh nix v0.27.1
92562025-07-01T20:12:46.181Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
92572025-07-01T20:12:46.181Z Fresh concurrent-queue v2.5.0
92582025-07-01T20:12:46.182Z Fresh serde_bytes v0.11.17
92592025-07-01T20:12:46.182Z Fresh atty v0.2.14
92602025-07-01T20:12:46.182Z Fresh env_filter v0.1.2
92612025-07-01T20:12:46.182Z Fresh csv-core v0.1.11
92622025-07-01T20:12:46.182Z Fresh parking v2.2.1
92632025-07-01T20:12:46.182Z Fresh tokio-tungstenite v0.23.1
92642025-07-01T20:12:46.182Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
92652025-07-01T20:12:46.182Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
92662025-07-01T20:12:46.182Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
92672025-07-01T20:12:46.182Z Fresh csv v1.3.1
92682025-07-01T20:12:46.182Z Fresh env_logger v0.11.5
92692025-07-01T20:12:46.182Z Fresh mime_guess v2.0.5
92702025-07-01T20:12:46.182Z Fresh signal-hook-tokio v0.3.1
92712025-07-01T20:12:46.182Z Fresh snafu-derive v0.8.5
92722025-07-01T20:12:46.182Z Fresh rand_seeder v0.3.0
92732025-07-01T20:12:46.182Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
92742025-07-01T20:12:46.182Z Fresh hyper-staticfile v0.10.1
92752025-07-01T20:12:46.182Z Fresh snafu v0.8.5
92762025-07-01T20:12:46.182Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
92772025-07-01T20:12:46.182Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
92782025-07-01T20:12:46.182Z Fresh olpc-cjson v0.1.4
92792025-07-01T20:12:46.182Z Fresh serde_plain v1.0.2
92802025-07-01T20:12:46.208Z Fresh secrecy v0.8.0
92812025-07-01T20:12:46.208Z Fresh assert_matches v1.5.0
92822025-07-01T20:12:46.208Z Fresh typed-path v0.9.3
92832025-07-01T20:12:46.208Z Fresh fs-err v2.11.0
92842025-07-01T20:12:46.208Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
92852025-07-01T20:12:46.208Z Fresh tough v0.20.0
92862025-07-01T20:12:46.208Z Fresh event-listener v5.3.1
92872025-07-01T20:12:46.209Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e3988414bd68ecf806078fb898120e1194451ee9#e3988414)
92882025-07-01T20:12:46.209Z Fresh parse-size v1.1.0
92892025-07-01T20:12:46.209Z Fresh tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
92902025-07-01T20:12:46.209Z Fresh typeid v1.0.3
92912025-07-01T20:12:46.209Z Fresh event-listener-strategy v0.5.2
92922025-07-01T20:12:46.209Z Fresh yansi v1.0.1
92932025-07-01T20:12:46.209Z Fresh erased-serde v0.4.6
92942025-07-01T20:12:46.209Z Fresh futures-lite v2.3.0
92952025-07-01T20:12:46.209Z Fresh ordered-float v2.10.1
92962025-07-01T20:12:46.209Z Fresh pretty_assertions v1.4.1
92972025-07-01T20:12:46.209Z Fresh serde-untagged v0.1.7
92982025-07-01T20:12:46.209Z Fresh serde-value v0.7.0
92992025-07-01T20:12:46.209Z Fresh castaway v0.2.3
93002025-07-01T20:12:46.209Z Fresh indoc v2.0.6
93012025-07-01T20:12:46.209Z Fresh libz-sys v1.1.20
93022025-07-01T20:12:46.209Z Fresh compact_str v0.8.0
93032025-07-01T20:12:46.209Z Fresh cargo-util-schemas v0.2.0
93042025-07-01T20:12:46.209Z Fresh async-lock v3.4.0
93052025-07-01T20:12:46.209Z Fresh unicode-truncate v1.1.0
93062025-07-01T20:12:46.209Z Fresh polling v3.7.3
93072025-07-01T20:12:46.209Z Fresh lru v0.12.5
93082025-07-01T20:12:46.209Z Fresh cargo-platform v0.2.0
93092025-07-01T20:12:46.209Z Fresh instability v0.3.2
93102025-07-01T20:12:46.209Z Fresh cassowary v0.3.0
93112025-07-01T20:12:46.209Z Fresh is_ci v1.2.0
93122025-07-01T20:12:46.209Z Fresh async-io v2.3.4
93132025-07-01T20:12:46.209Z Fresh libgit2-sys v0.17.0+1.8.1
93142025-07-01T20:12:46.209Z Fresh cargo_metadata v0.20.0
93152025-07-01T20:12:46.209Z Fresh ratatui v0.29.0
93162025-07-01T20:12:46.209Z Fresh supports-color v3.0.2
93172025-07-01T20:12:46.209Z Fresh polyval v0.6.2
93182025-07-01T20:12:46.209Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
93192025-07-01T20:12:46.209Z Fresh cargo-platform v0.1.8
93202025-07-01T20:12:46.209Z Fresh unicode-linebreak v0.1.5
93212025-07-01T20:12:46.209Z Fresh async-task v4.7.1
93222025-07-01T20:12:46.209Z Fresh smawk v0.3.2
93232025-07-01T20:12:46.209Z Fresh plotters-backend v0.3.7
93242025-07-01T20:12:46.209Z Fresh cargo_metadata v0.18.1
93252025-07-01T20:12:46.210Z Fresh ghash v0.5.1
93262025-07-01T20:12:46.210Z Fresh git2 v0.19.0
93272025-07-01T20:12:46.210Z Fresh textwrap v0.16.2
93282025-07-01T20:12:46.210Z Fresh plotters-svg v0.3.7
93292025-07-01T20:12:46.210Z Fresh async-channel v2.3.1
93302025-07-01T20:12:46.210Z Fresh piper v0.2.4
93312025-07-01T20:12:46.210Z Fresh ctr v0.9.2
93322025-07-01T20:12:46.210Z Fresh constant_time_eq v0.3.1
93332025-07-01T20:12:46.210Z Fresh arrayvec v0.7.6
93342025-07-01T20:12:46.210Z Fresh cast v0.3.0
93352025-07-01T20:12:46.210Z Fresh shell-words v1.1.0
93362025-07-01T20:12:46.210Z Fresh arrayref v0.3.9
93372025-07-01T20:12:46.210Z Fresh aes-gcm v0.10.3
93382025-07-01T20:12:46.210Z Fresh blocking v1.6.1
93392025-07-01T20:12:46.210Z Fresh plotters v0.3.7
93402025-07-01T20:12:46.210Z Fresh vergen v8.3.2
93412025-07-01T20:12:46.210Z Fresh criterion-plot v0.5.0
93422025-07-01T20:12:46.210Z Fresh async-executor v1.13.1
93432025-07-01T20:12:46.210Z Fresh async-signal v0.2.10
93442025-07-01T20:12:46.210Z Fresh ssh-encoding v0.2.0
93452025-07-01T20:12:46.210Z Fresh sct v0.7.1
93462025-07-01T20:12:46.210Z Fresh rustls-webpki v0.101.7
93472025-07-01T20:12:46.210Z Fresh blowfish v0.9.1
93482025-07-01T20:12:46.210Z Fresh tinytemplate v1.2.1
93492025-07-01T20:12:46.210Z Fresh rtoolbox v0.0.2
93502025-07-01T20:12:46.210Z Fresh anes v0.1.6
93512025-07-01T20:12:46.210Z Fresh oorandom v11.1.4
93522025-07-01T20:12:46.210Z Fresh event-listener v2.5.3
93532025-07-01T20:12:46.210Z Fresh rustls v0.21.12
93542025-07-01T20:12:46.210Z Fresh rpassword v7.4.0
93552025-07-01T20:12:46.210Z Fresh ssh-cipher v0.2.0
93562025-07-01T20:12:46.210Z Fresh async-channel v1.9.0
93572025-07-01T20:12:46.210Z Fresh criterion v0.6.0
93582025-07-01T20:12:46.210Z Fresh bcrypt-pbkdf v0.10.0
93592025-07-01T20:12:46.210Z Fresh async-global-executor v2.4.1
93602025-07-01T20:12:46.210Z Fresh async-process v2.3.0
93612025-07-01T20:12:46.210Z Fresh tui-tree-widget v0.23.1
93622025-07-01T20:12:46.210Z Fresh tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#681cb87d)
93632025-07-01T20:12:46.210Z Fresh password-hash v0.4.2
93642025-07-01T20:12:46.210Z Fresh async-attributes v1.1.2
93652025-07-01T20:12:46.211Z Fresh kv-log-macro v1.0.7
93662025-07-01T20:12:46.211Z Fresh futures-timer v3.0.3
93672025-07-01T20:12:46.211Z Fresh hex-literal v0.4.1
93682025-07-01T20:12:46.211Z Fresh async-std v1.13.0
93692025-07-01T20:12:46.211Z Fresh pbkdf2 v0.11.0
93702025-07-01T20:12:46.211Z Fresh ssh-key v0.6.6
93712025-07-01T20:12:46.211Z Fresh target-lexicon v0.13.2
93722025-07-01T20:12:46.211Z Fresh tokio-rustls v0.24.1
93732025-07-01T20:12:46.211Z Fresh petname v2.0.2
93742025-07-01T20:12:46.211Z Fresh p256 v0.13.2
93752025-07-01T20:12:46.211Z Fresh p521 v0.13.3
93762025-07-01T20:12:46.211Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
93772025-07-01T20:12:46.211Z Fresh rustls-pemfile v1.0.4
93782025-07-01T20:12:46.211Z Fresh twox-hash v2.1.0
93792025-07-01T20:12:46.211Z Fresh memmap2 v0.9.5
93802025-07-01T20:12:46.237Z Fresh russh-cryptovec v0.7.3
93812025-07-01T20:12:46.237Z Fresh md5 v0.7.0
93822025-07-01T20:12:46.237Z Fresh sync-ptr v0.1.4
93832025-07-01T20:12:46.237Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
93842025-07-01T20:12:46.237Z Fresh blake3 v1.5.4
93852025-07-01T20:12:46.237Z Fresh russh-keys v0.45.0
93862025-07-01T20:12:46.238Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
93872025-07-01T20:12:46.238Z Fresh cfg-expr v0.18.0
93882025-07-01T20:12:46.238Z Fresh guppy-workspace-hack v0.1.0
93892025-07-01T20:12:46.238Z Fresh async-object-pool v0.1.5
93902025-07-01T20:12:46.238Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
93912025-07-01T20:12:46.238Z Fresh httptest v0.16.3
93922025-07-01T20:12:46.238Z Fresh fatfs v0.3.6
93932025-07-01T20:12:46.238Z Fresh proc-macro-crate v3.2.0
93942025-07-01T20:12:46.238Z Fresh num-bigint v0.4.6
93952025-07-01T20:12:46.238Z Fresh des v0.8.1
93962025-07-01T20:12:46.238Z Fresh serde_regex v1.1.0
93972025-07-01T20:12:46.238Z Fresh assert-json-diff v2.0.2
93982025-07-01T20:12:46.238Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
93992025-07-01T20:12:46.238Z Fresh path-tree v0.8.1
94002025-07-01T20:12:46.238Z Fresh escape8259 v0.5.3
94012025-07-01T20:12:46.238Z Fresh topological-sort v0.2.2
94022025-07-01T20:12:46.238Z Fresh relative-path v1.9.3
94032025-07-01T20:12:46.238Z Fresh stringmetrics v2.2.2
94042025-07-01T20:12:46.238Z Fresh russh v0.45.0
94052025-07-01T20:12:46.238Z Fresh libtest-mimic v0.8.1
94062025-07-01T20:12:46.238Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
94072025-07-01T20:12:46.238Z Fresh httpmock v0.8.0-alpha.1
94082025-07-01T20:12:46.238Z Fresh omicron-zone-package v0.12.2
94092025-07-01T20:12:46.238Z Fresh rstest_macros v0.25.0
94102025-07-01T20:12:46.238Z Fresh target-spec v3.4.2
94112025-07-01T20:12:46.238Z Fresh target-triple v0.1.3
94122025-07-01T20:12:46.238Z Fresh doc-comment v0.3.3
94132025-07-01T20:12:46.238Z Fresh blake2b_simd v1.0.2
94142025-07-01T20:12:46.238Z Fresh petgraph v0.7.1
94152025-07-01T20:12:46.238Z Fresh fancy-regex v0.14.0
94162025-07-01T20:12:46.238Z Fresh pathdiff v0.2.3
94172025-07-01T20:12:46.238Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
94182025-07-01T20:12:46.238Z Fresh uzers v0.12.1
94192025-07-01T20:12:46.238Z Fresh internet-checksum v0.2.1
94202025-07-01T20:12:46.238Z Fresh nested v0.1.1
94212025-07-01T20:12:46.238Z Fresh datatest-stable v0.3.2
94222025-07-01T20:12:46.238Z Fresh rust-argon2 v2.1.0
94232025-07-01T20:12:46.238Z Fresh assert_cmd v2.0.17
94242025-07-01T20:12:46.238Z Fresh rstest v0.25.0
94252025-07-01T20:12:46.239Z Fresh guppy v0.17.19
94262025-07-01T20:12:46.239Z Fresh trybuild v1.0.105
94272025-07-01T20:12:46.239Z Fresh partial-io v0.5.4
94282025-07-01T20:12:46.239Z Fresh similar-asserts v1.7.0
94292025-07-01T20:12:46.239Z Fresh rand_distr v0.4.3
94302025-07-01T20:12:46.239Z Fresh approx v0.5.1
94312025-07-01T20:12:46.239Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
94322025-07-01T20:12:46.239Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
94332025-07-01T20:12:46.239Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
94342025-07-01T20:12:46.239Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
94352025-07-01T20:12:46.239Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
94362025-07-01T20:12:46.239Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
94372025-07-01T20:12:46.239Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
94382025-07-01T20:12:46.239Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
94392025-07-01T20:12:46.239Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
94402025-07-01T20:12:46.239Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
94412025-07-01T20:12:46.239Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
94422025-07-01T20:12:46.239Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
94432025-07-01T20:12:46.239Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
94442025-07-01T20:12:46.239Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
94452025-07-01T20:12:46.239Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
94462025-07-01T20:12:46.239Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
94472025-07-01T20:12:46.239Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
94482025-07-01T20:12:46.239Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
94492025-07-01T20:12:46.239Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
94502025-07-01T20:12:46.239Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
94512025-07-01T20:12:46.239Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
94522025-07-01T20:12:46.239Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
94532025-07-01T20:12:46.239Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
94542025-07-01T20:12:46.239Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
94552025-07-01T20:12:46.239Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
94562025-07-01T20:12:46.239Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
94572025-07-01T20:12:46.239Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
94582025-07-01T20:12:46.239Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
94592025-07-01T20:12:46.239Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
94602025-07-01T20:12:46.239Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
94612025-07-01T20:12:46.239Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
94622025-07-01T20:12:46.239Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
94632025-07-01T20:12:46.239Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
94642025-07-01T20:12:46.239Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
94652025-07-01T20:12:46.240Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
94662025-07-01T20:12:46.240Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
94672025-07-01T20:12:46.240Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
94682025-07-01T20:12:46.240Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
94692025-07-01T20:12:46.240Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
94702025-07-01T20:12:46.240Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
94712025-07-01T20:12:46.240Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
94722025-07-01T20:12:46.240Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
94732025-07-01T20:12:46.240Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
94742025-07-01T20:12:46.240Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
94752025-07-01T20:12:46.240Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
94762025-07-01T20:12:46.240Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
94772025-07-01T20:12:46.240Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
94782025-07-01T20:12:46.240Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
94792025-07-01T20:12:46.240Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
94802025-07-01T20:12:46.266Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
94812025-07-01T20:12:46.266Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
94822025-07-01T20:12:46.266Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
94832025-07-01T20:12:46.266Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
94842025-07-01T20:12:46.266Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
94852025-07-01T20:12:46.266Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
94862025-07-01T20:12:46.266Z Fresh sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
94872025-07-01T20:12:46.266Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
94882025-07-01T20:12:46.266Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
94892025-07-01T20:12:46.266Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
94902025-07-01T20:12:46.266Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
94912025-07-01T20:12:46.266Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
94922025-07-01T20:12:46.266Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
94932025-07-01T20:12:46.266Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
94942025-07-01T20:12:46.266Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
94952025-07-01T20:12:46.266Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
94962025-07-01T20:12:46.266Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
94972025-07-01T20:12:46.266Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
94982025-07-01T20:12:46.266Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
94992025-07-01T20:12:46.267Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
95002025-07-01T20:12:46.267Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
95012025-07-01T20:12:46.267Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
95022025-07-01T20:12:46.267Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
95032025-07-01T20:12:46.267Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
95042025-07-01T20:12:46.267Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
95052025-07-01T20:12:46.267Z Fresh sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
95062025-07-01T20:12:46.267Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
95072025-07-01T20:12:46.267Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
95082025-07-01T20:12:46.267Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
95092025-07-01T20:12:46.267Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
95102025-07-01T20:12:46.267Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
95112025-07-01T20:12:46.267Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
95122025-07-01T20:12:46.267Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
95132025-07-01T20:12:46.267Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
95142025-07-01T20:12:46.267Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
95152025-07-01T20:12:46.267Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
95162025-07-01T20:12:46.267Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
95172025-07-01T20:12:46.267Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
95182025-07-01T20:12:46.267Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
95192025-07-01T20:12:46.267Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
95202025-07-01T20:12:46.267Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
95212025-07-01T20:12:46.267Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
95222025-07-01T20:12:46.267Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
95232025-07-01T20:12:46.267Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
95242025-07-01T20:12:46.267Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
95252025-07-01T20:12:46.267Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
95262025-07-01T20:12:46.267Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
95272025-07-01T20:12:46.267Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
95282025-07-01T20:12:46.267Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
95292025-07-01T20:12:46.267Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
95302025-07-01T20:12:46.267Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
95312025-07-01T20:12:46.267Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
95322025-07-01T20:12:46.267Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
95332025-07-01T20:12:46.267Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
95342025-07-01T20:12:46.267Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
95352025-07-01T20:12:46.267Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
95362025-07-01T20:12:46.267Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
95372025-07-01T20:12:46.267Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
95382025-07-01T20:12:46.268Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
95392025-07-01T20:12:46.268Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
95402025-07-01T20:12:46.268Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
95412025-07-01T20:12:46.268Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
95422025-07-01T20:12:46.268Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
95432025-07-01T20:12:46.268Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
95442025-07-01T20:12:46.268Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
95452025-07-01T20:12:46.268Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
95462025-07-01T20:12:46.268Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
95472025-07-01T20:12:46.268Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
95482025-07-01T20:12:46.268Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
95492025-07-01T20:12:46.268Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
95502025-07-01T20:12:46.268Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
95512025-07-01T20:12:46.268Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
95522025-07-01T20:12:46.268Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
95532025-07-01T20:12:46.268Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
95542025-07-01T20:12:46.268Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
95552025-07-01T20:12:46.268Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
95562025-07-01T20:12:46.268Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
95572025-07-01T20:12:46.268Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
95582025-07-01T20:12:46.268Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
95592025-07-01T20:12:46.268Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
95602025-07-01T20:12:46.268Z Fresh id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
95612025-07-01T20:12:46.268Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
95622025-07-01T20:12:46.268Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
95632025-07-01T20:12:46.268Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3.40s
95642025-07-01T20:12:46.347Z Doc-tests api_identity
95652025-07-01T20:12:46.372Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-de6ab9c7dbb44e65.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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`
95662025-07-01T20:12:46.541Z
95672025-07-01T20:12:46.541Zrunning 0 tests
95682025-07-01T20:12:46.541Z
95692025-07-01T20:12:46.567Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95702025-07-01T20:12:46.567Z
95712025-07-01T20:12:46.592Z Doc-tests authz_macros
95722025-07-01T20:12:46.592Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-62cd9911aa89bca8.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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`
95732025-07-01T20:12:46.796Z
95742025-07-01T20:12:46.796Zrunning 7 tests
95752025-07-01T20:12:46.822Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
95762025-07-01T20:12:46.822Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
95772025-07-01T20:12:46.822Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
95782025-07-01T20:12:46.822Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
95792025-07-01T20:12:46.822Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
95802025-07-01T20:12:46.822Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
95812025-07-01T20:12:46.822Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
95822025-07-01T20:12:46.822Z
95832025-07-01T20:12:46.822Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
95842025-07-01T20:12:46.822Z
95852025-07-01T20:12:46.848Z Doc-tests bootstore
95862025-07-01T20:12:46.848Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7ba6a39e7b86ce7d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3e2c566235cdb9ba.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.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`
95872025-07-01T20:12:47.981Z
95882025-07-01T20:12:47.981Zrunning 0 tests
95892025-07-01T20:12:47.981Z
95902025-07-01T20:12:47.981Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
95912025-07-01T20:12:47.981Z
95922025-07-01T20:12:48.060Z Doc-tests bootstrap_agent_api
95932025-07-01T20:12:48.060Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-850b429449b14a5c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
95942025-07-01T20:12:48.719Z
95952025-07-01T20:12:48.719Zrunning 2 tests
95962025-07-01T20:12:48.744Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
95972025-07-01T20:12:48.744Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
95982025-07-01T20:12:48.744Z
95992025-07-01T20:12:48.744Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
96002025-07-01T20:12:48.744Z
96012025-07-01T20:12:48.781Z Doc-tests bootstrap_agent_client
96022025-07-01T20:12:48.781Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e284500d6999ef68.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96032025-07-01T20:12:50.123Z
96042025-07-01T20:12:50.123Zrunning 0 tests
96052025-07-01T20:12:50.123Z
96062025-07-01T20:12:50.123Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96072025-07-01T20:12:50.123Z
96082025-07-01T20:12:50.211Z Doc-tests clickana
96092025-07-01T20:12:50.211Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-c8df416b8f2c3598.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96102025-07-01T20:12:50.790Z
96112025-07-01T20:12:50.791Zrunning 0 tests
96122025-07-01T20:12:50.791Z
96132025-07-01T20:12:50.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96142025-07-01T20:12:50.791Z
96152025-07-01T20:12:50.842Z Doc-tests clickhouse_admin_api
96162025-07-01T20:12:50.842Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f0c12b8398eaaa24.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96172025-07-01T20:12:51.326Z
96182025-07-01T20:12:51.326Zrunning 6 tests
96192025-07-01T20:12:51.351Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 37) ... ignored
96202025-07-01T20:12:51.351Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 43) ... ignored
96212025-07-01T20:12:51.351Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 115) ... ignored
96222025-07-01T20:12:51.351Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 121) ... ignored
96232025-07-01T20:12:51.351Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 180) ... ignored
96242025-07-01T20:12:51.351Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 186) ... ignored
96252025-07-01T20:12:51.351Z
96262025-07-01T20:12:51.352Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
96272025-07-01T20:12:51.352Z
96282025-07-01T20:12:51.379Z Doc-tests clickhouse_admin_keeper_client
96292025-07-01T20:12:51.379Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f05b38a1693947ae.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96302025-07-01T20:12:52.359Z
96312025-07-01T20:12:52.359Zrunning 0 tests
96322025-07-01T20:12:52.359Z
96332025-07-01T20:12:52.359Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96342025-07-01T20:12:52.359Z
96352025-07-01T20:12:52.428Z Doc-tests clickhouse_admin_server_client
96362025-07-01T20:12:52.428Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96372025-07-01T20:12:53.323Z
96382025-07-01T20:12:53.324Zrunning 0 tests
96392025-07-01T20:12:53.324Z
96402025-07-01T20:12:53.324Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96412025-07-01T20:12:53.324Z
96422025-07-01T20:12:53.389Z Doc-tests clickhouse_admin_single_client
96432025-07-01T20:12:53.389Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8f48386289f8297f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96442025-07-01T20:12:53.785Z
96452025-07-01T20:12:53.785Zrunning 0 tests
96462025-07-01T20:12:53.785Z
96472025-07-01T20:12:53.785Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96482025-07-01T20:12:53.785Z
96492025-07-01T20:12:53.825Z Doc-tests clickhouse_admin_test_utils
96502025-07-01T20:12:53.850Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f270b9dc7dca48d.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f916f6be7fe4d652.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96512025-07-01T20:12:54.271Z
96522025-07-01T20:12:54.271Zrunning 0 tests
96532025-07-01T20:12:54.271Z
96542025-07-01T20:12:54.271Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96552025-07-01T20:12:54.272Z
96562025-07-01T20:12:54.321Z Doc-tests clickhouse_admin_types
96572025-07-01T20:12:54.322Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96582025-07-01T20:12:55.150Z
96592025-07-01T20:12:55.150Zrunning 0 tests
96602025-07-01T20:12:55.150Z
96612025-07-01T20:12:55.150Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96622025-07-01T20:12:55.150Z
96632025-07-01T20:12:55.220Z Doc-tests cockroach_admin_api
96642025-07-01T20:12:55.246Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0edb7420d5462beb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f15ed69fe13c3766.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96652025-07-01T20:12:55.556Z
96662025-07-01T20:12:55.556Zrunning 2 tests
96672025-07-01T20:12:55.582Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 23) ... ignored
96682025-07-01T20:12:55.582Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 29) ... ignored
96692025-07-01T20:12:55.582Z
96702025-07-01T20:12:55.582Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
96712025-07-01T20:12:55.582Z
96722025-07-01T20:12:55.607Z Doc-tests cockroach_admin_client
96732025-07-01T20:12:55.607Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96742025-07-01T20:12:56.062Z
96752025-07-01T20:12:56.062Zrunning 0 tests
96762025-07-01T20:12:56.062Z
96772025-07-01T20:12:56.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96782025-07-01T20:12:56.062Z
96792025-07-01T20:12:56.110Z Doc-tests cockroach_admin_types
96802025-07-01T20:12:56.110Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f15ed69fe13c3766.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96812025-07-01T20:12:56.396Z
96822025-07-01T20:12:56.396Zrunning 0 tests
96832025-07-01T20:12:56.396Z
96842025-07-01T20:12:56.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
96852025-07-01T20:12:56.396Z
96862025-07-01T20:12:56.436Z Doc-tests db_macros
96872025-07-01T20:12:56.436Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b70629b9d363b9ac.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-6ac861b44ebe6f6d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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`
96882025-07-01T20:12:56.886Z
96892025-07-01T20:12:56.887Zrunning 3 tests
96902025-07-01T20:12:56.912Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
96912025-07-01T20:12:56.912Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 50) ... ignored
96922025-07-01T20:12:56.912Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 73) ... ignored
96932025-07-01T20:12:56.912Z
96942025-07-01T20:12:56.912Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
96952025-07-01T20:12:56.912Z
96962025-07-01T20:12:56.938Z Doc-tests dev_tools_common
96972025-07-01T20:12:56.938Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-99fa2c98dcf1c79c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
96982025-07-01T20:12:57.408Z
96992025-07-01T20:12:57.408Zrunning 0 tests
97002025-07-01T20:12:57.408Z
97012025-07-01T20:12:57.408Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97022025-07-01T20:12:57.408Z
97032025-07-01T20:12:57.434Z Doc-tests dns_server
97042025-07-01T20:12:57.434Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4ae0b9384132db0a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-e537bc5e005cc85b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-58cdded7cf30a473.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-788ceff0caf505d1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97052025-07-01T20:12:57.686Z
97062025-07-01T20:12:57.686Zrunning 0 tests
97072025-07-01T20:12:57.686Z
97082025-07-01T20:12:57.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97092025-07-01T20:12:57.686Z
97102025-07-01T20:12:57.747Z Doc-tests dns_server_api
97112025-07-01T20:12:57.747Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4ae0b9384132db0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97122025-07-01T20:12:58.165Z
97132025-07-01T20:12:58.165Zrunning 2 tests
97142025-07-01T20:12:58.190Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 134) ... ignored
97152025-07-01T20:12:58.190Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 140) ... ignored
97162025-07-01T20:12:58.190Z
97172025-07-01T20:12:58.191Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
97182025-07-01T20:12:58.191Z
97192025-07-01T20:12:58.229Z Doc-tests dns_service_client
97202025-07-01T20:12:58.229Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97212025-07-01T20:12:58.729Z
97222025-07-01T20:12:58.729Zrunning 0 tests
97232025-07-01T20:12:58.729Z
97242025-07-01T20:12:58.729Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97252025-07-01T20:12:58.729Z
97262025-07-01T20:12:58.816Z Doc-tests end_to_end_tests
97272025-07-01T20:12:58.816Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b0351b73701e7482.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-71ff1e13e9e856f8.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-a49dbbbb79f642e7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-6c1f97feedf677b9.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7ef9e523f137f2c4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-6763d881cf1e0b03.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-6f9a4ca8cf8b25ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-423c3f0ad40a6f8c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97282025-07-01T20:12:59.471Z
97292025-07-01T20:12:59.471Zrunning 0 tests
97302025-07-01T20:12:59.471Z
97312025-07-01T20:12:59.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97322025-07-01T20:12:59.471Z
97332025-07-01T20:12:59.536Z Doc-tests ereport_types
97342025-07-01T20:12:59.536Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_types --test ereport/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ereport/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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97352025-07-01T20:12:59.877Z
97362025-07-01T20:12:59.877Zrunning 0 tests
97372025-07-01T20:12:59.877Z
97382025-07-01T20:12:59.877Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97392025-07-01T20:12:59.877Z
97402025-07-01T20:12:59.919Z Doc-tests gateway_api
97412025-07-01T20:12:59.920Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-412974de955c4396.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97422025-07-01T20:13:00.370Z
97432025-07-01T20:13:00.370Zrunning 2 tests
97442025-07-01T20:13:00.396Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 48) ... ignored
97452025-07-01T20:13:00.396Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 54) ... ignored
97462025-07-01T20:13:00.396Z
97472025-07-01T20:13:00.396Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
97482025-07-01T20:13:00.396Z
97492025-07-01T20:13:00.422Z Doc-tests gateway_client
97502025-07-01T20:13:00.422Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97512025-07-01T20:13:02.072Z
97522025-07-01T20:13:02.072Zrunning 0 tests
97532025-07-01T20:13:02.072Z
97542025-07-01T20:13:02.072Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97552025-07-01T20:13:02.072Z
97562025-07-01T20:13:02.143Z Doc-tests gateway_test_utils
97572025-07-01T20:13:02.143Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-abad5f94e3f7acba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97582025-07-01T20:13:02.974Z
97592025-07-01T20:13:02.974Zrunning 0 tests
97602025-07-01T20:13:02.974Z
97612025-07-01T20:13:02.974Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97622025-07-01T20:13:02.974Z
97632025-07-01T20:13:03.052Z Doc-tests gateway_types
97642025-07-01T20:13:03.052Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-72f56b93b42caad5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7460cfe692a9f535.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97652025-07-01T20:13:03.833Z
97662025-07-01T20:13:03.833Zrunning 0 tests
97672025-07-01T20:13:03.833Z
97682025-07-01T20:13:03.833Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97692025-07-01T20:13:03.833Z
97702025-07-01T20:13:03.884Z Doc-tests gfss
97712025-07-01T20:13:03.884Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-54b19de0db01be94.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand09=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97722025-07-01T20:13:04.093Z
97732025-07-01T20:13:04.093Zrunning 0 tests
97742025-07-01T20:13:04.093Z
97752025-07-01T20:13:04.093Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97762025-07-01T20:13:04.093Z
97772025-07-01T20:13:04.124Z Doc-tests id_map
97782025-07-01T20:13:04.124Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name id_map --test id-map/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/id-map -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-72f56b93b42caad5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
97792025-07-01T20:13:04.311Z
97802025-07-01T20:13:04.311Zrunning 0 tests
97812025-07-01T20:13:04.311Z
97822025-07-01T20:13:04.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97832025-07-01T20:13:04.311Z
97842025-07-01T20:13:04.342Z Doc-tests illumos_utils
97852025-07-01T20:13:04.342Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-99a21674f504239c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-7bff3febc5f6c73e.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e6dcec5e4eaa49b5.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-d66c5a749e2f6100.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-dc763c9e4cf3753b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
97862025-07-01T20:13:05.288Z
97872025-07-01T20:13:05.288Zrunning 0 tests
97882025-07-01T20:13:05.288Z
97892025-07-01T20:13:05.288Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97902025-07-01T20:13:05.288Z
97912025-07-01T20:13:05.375Z Doc-tests installinator
97922025-07-01T20:13:05.375Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8bfea22c66ce3792.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-128774235dc4e401.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7460cfe692a9f535.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-3372c46ddd282e96.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.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`
97932025-07-01T20:13:06.290Z
97942025-07-01T20:13:06.290Zrunning 0 tests
97952025-07-01T20:13:06.290Z
97962025-07-01T20:13:06.290Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
97972025-07-01T20:13:06.290Z
97982025-07-01T20:13:06.364Z Doc-tests installinator_api
97992025-07-01T20:13:06.364Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2d140be62dcb579e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98002025-07-01T20:13:06.845Z
98012025-07-01T20:13:06.846Zrunning 2 tests
98022025-07-01T20:13:06.871Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
98032025-07-01T20:13:06.871Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
98042025-07-01T20:13:06.871Z
98052025-07-01T20:13:06.871Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
98062025-07-01T20:13:06.871Z
98072025-07-01T20:13:06.903Z Doc-tests installinator_client
98082025-07-01T20:13:06.903Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-128774235dc4e401.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98092025-07-01T20:13:08.196Z
98102025-07-01T20:13:08.196Zrunning 0 tests
98112025-07-01T20:13:08.196Z
98122025-07-01T20:13:08.196Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98132025-07-01T20:13:08.196Z
98142025-07-01T20:13:08.267Z Doc-tests installinator_common
98152025-07-01T20:13:08.267Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98162025-07-01T20:13:08.866Z
98172025-07-01T20:13:08.867Zrunning 0 tests
98182025-07-01T20:13:08.867Z
98192025-07-01T20:13:08.867Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98202025-07-01T20:13:08.867Z
98212025-07-01T20:13:08.941Z Doc-tests internal_dns_resolver
98222025-07-01T20:13:08.942Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a9bc649f02c5996a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98232025-07-01T20:13:09.431Z
98242025-07-01T20:13:09.431Zrunning 0 tests
98252025-07-01T20:13:09.431Z
98262025-07-01T20:13:09.431Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98272025-07-01T20:13:09.431Z
98282025-07-01T20:13:09.467Z Doc-tests internal_dns_types
98292025-07-01T20:13:09.467Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98302025-07-01T20:13:10.053Z
98312025-07-01T20:13:10.053Zrunning 0 tests
98322025-07-01T20:13:10.053Z
98332025-07-01T20:13:10.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98342025-07-01T20:13:10.053Z
98352025-07-01T20:13:10.116Z Doc-tests ipcc
98362025-07-01T20:13:10.116Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9a1e7e99ca25fd00.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7460cfe692a9f535.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-c2e26a7fc12c5175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98372025-07-01T20:13:10.388Z
98382025-07-01T20:13:10.388Zrunning 0 tests
98392025-07-01T20:13:10.388Z
98402025-07-01T20:13:10.388Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98412025-07-01T20:13:10.388Z
98422025-07-01T20:13:10.432Z Doc-tests key_manager
98432025-07-01T20:13:10.432Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0995b155a32ebe73.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-804701ba9819b4b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98442025-07-01T20:13:10.841Z
98452025-07-01T20:13:10.841Zrunning 0 tests
98462025-07-01T20:13:10.841Z
98472025-07-01T20:13:10.841Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98482025-07-01T20:13:10.841Z
98492025-07-01T20:13:10.898Z Doc-tests live_tests_macros
98502025-07-01T20:13:10.899Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-56fab96baf2f15b4.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98512025-07-01T20:13:11.031Z
98522025-07-01T20:13:11.032Zrunning 1 test
98532025-07-01T20:13:11.058Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
98542025-07-01T20:13:11.058Z
98552025-07-01T20:13:11.058Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
98562025-07-01T20:13:11.058Z
98572025-07-01T20:13:11.086Z Doc-tests nexus_auth
98582025-07-01T20:13:11.086Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-62cd9911aa89bca8.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-88e053c900411035.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d9938fd7365ced27.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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`
98592025-07-01T20:13:12.766Z
98602025-07-01T20:13:12.766Zrunning 0 tests
98612025-07-01T20:13:12.766Z
98622025-07-01T20:13:12.766Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98632025-07-01T20:13:12.766Z
98642025-07-01T20:13:12.870Z Doc-tests nexus_background_task_interface
98652025-07-01T20:13:12.870Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98662025-07-01T20:13:13.027Z
98672025-07-01T20:13:13.027Zrunning 0 tests
98682025-07-01T20:13:13.027Z
98692025-07-01T20:13:13.027Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98702025-07-01T20:13:13.027Z
98712025-07-01T20:13:13.064Z Doc-tests nexus_client
98722025-07-01T20:13:13.064Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98732025-07-01T20:13:16.977Z
98742025-07-01T20:13:16.977Zrunning 0 tests
98752025-07-01T20:13:16.977Z
98762025-07-01T20:13:16.977Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98772025-07-01T20:13:16.977Z
98782025-07-01T20:13:17.099Z Doc-tests nexus_config
98792025-07-01T20:13:17.099Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98802025-07-01T20:13:18.093Z
98812025-07-01T20:13:18.093Zrunning 0 tests
98822025-07-01T20:13:18.093Z
98832025-07-01T20:13:18.093Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98842025-07-01T20:13:18.093Z
98852025-07-01T20:13:18.171Z Doc-tests nexus_db_errors
98862025-07-01T20:13:18.171Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-22a93aa1d59a2728.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
98872025-07-01T20:13:18.736Z
98882025-07-01T20:13:18.737Zrunning 0 tests
98892025-07-01T20:13:18.737Z
98902025-07-01T20:13:18.762Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98912025-07-01T20:13:18.762Z
98922025-07-01T20:13:18.814Z Doc-tests nexus_db_fixed_data
98932025-07-01T20:13:18.814Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-88e053c900411035.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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`
98942025-07-01T20:13:19.503Z
98952025-07-01T20:13:19.504Zrunning 0 tests
98962025-07-01T20:13:19.504Z
98972025-07-01T20:13:19.504Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
98982025-07-01T20:13:19.504Z
98992025-07-01T20:13:19.565Z Doc-tests nexus_db_lookup
99002025-07-01T20:13:19.565Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-22a93aa1d59a2728.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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`
99012025-07-01T20:13:20.784Z
99022025-07-01T20:13:20.784Zrunning 0 tests
99032025-07-01T20:13:20.784Z
99042025-07-01T20:13:20.784Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99052025-07-01T20:13:20.784Z
99062025-07-01T20:13:20.887Z Doc-tests nexus_db_model
99072025-07-01T20:13:20.887Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b93b08f1fe4bd730.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ca10c30e0202b783.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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`
99082025-07-01T20:13:27.233Z
99092025-07-01T20:13:27.233Zrunning 2 tests
99102025-07-01T20:13:30.500Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
99112025-07-01T20:13:30.607Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
99122025-07-01T20:13:30.607Z
99132025-07-01T20:13:30.607Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.37s
99142025-07-01T20:13:30.607Z
99152025-07-01T20:13:30.812Z Doc-tests nexus_db_queries
99162025-07-01T20:13:30.860Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-b70629b9d363b9ac.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-7099a3b255142e9d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-22a93aa1d59a2728.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-88e053c900411035.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-d9938fd7365ced27.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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`
99172025-07-01T20:13:34.083Z
99182025-07-01T20:13:34.084Zrunning 1 test
99192025-07-01T20:13:39.266Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 394) ... ok
99202025-07-01T20:13:39.266Z
99212025-07-01T20:13:39.266Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.18s
99222025-07-01T20:13:39.266Z
99232025-07-01T20:13:39.437Z Doc-tests nexus_db_schema
99242025-07-01T20:13:39.437Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99252025-07-01T20:13:49.435Z
99262025-07-01T20:13:49.435Zrunning 0 tests
99272025-07-01T20:13:49.435Z
99282025-07-01T20:13:49.435Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99292025-07-01T20:13:49.435Z
99302025-07-01T20:13:49.807Z Doc-tests nexus_defaults
99312025-07-01T20:13:49.808Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6cdb18cfaf521a4b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b93b08f1fe4bd730.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99322025-07-01T20:13:50.227Z
99332025-07-01T20:13:50.227Zrunning 0 tests
99342025-07-01T20:13:50.227Z
99352025-07-01T20:13:50.227Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99362025-07-01T20:13:50.227Z
99372025-07-01T20:13:50.292Z Doc-tests nexus_external_api
99382025-07-01T20:13:50.292Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-32b4f5f8acabaffe.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99392025-07-01T20:13:51.405Z
99402025-07-01T20:13:51.405Zrunning 2 tests
99412025-07-01T20:13:51.431Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 84) ... ignored
99422025-07-01T20:13:51.431Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 90) ... ignored
99432025-07-01T20:13:51.431Z
99442025-07-01T20:13:51.431Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
99452025-07-01T20:13:51.431Z
99462025-07-01T20:13:51.484Z Doc-tests nexus_internal_api
99472025-07-01T20:13:51.484Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-081cc3740326b507.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99482025-07-01T20:13:52.294Z
99492025-07-01T20:13:52.294Zrunning 2 tests
99502025-07-01T20:13:52.320Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 63) ... ignored
99512025-07-01T20:13:52.320Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 69) ... ignored
99522025-07-01T20:13:52.320Z
99532025-07-01T20:13:52.320Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
99542025-07-01T20:13:52.320Z
99552025-07-01T20:13:52.387Z Doc-tests nexus_inventory
99562025-07-01T20:13:52.387Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f05b38a1693947ae.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-2772d6a3c638f022.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99572025-07-01T20:13:53.064Z
99582025-07-01T20:13:53.064Zrunning 0 tests
99592025-07-01T20:13:53.064Z
99602025-07-01T20:13:53.064Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99612025-07-01T20:13:53.064Z
99622025-07-01T20:13:53.130Z Doc-tests nexus_macros_common
99632025-07-01T20:13:53.130Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f4f624c01a5a54e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99642025-07-01T20:13:53.259Z
99652025-07-01T20:13:53.259Zrunning 0 tests
99662025-07-01T20:13:53.259Z
99672025-07-01T20:13:53.259Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99682025-07-01T20:13:53.259Z
99692025-07-01T20:13:53.285Z Doc-tests nexus_metrics_producer_gc
99702025-07-01T20:13:53.285Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1d1c4d17796fbab7.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b6e5bf3de24a3bd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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`
99712025-07-01T20:13:54.053Z
99722025-07-01T20:13:54.053Zrunning 0 tests
99732025-07-01T20:13:54.053Z
99742025-07-01T20:13:54.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99752025-07-01T20:13:54.053Z
99762025-07-01T20:13:54.171Z Doc-tests nexus_mgs_updates
99772025-07-01T20:13:54.171Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-eaa4f07478887e8d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99782025-07-01T20:13:54.916Z
99792025-07-01T20:13:54.916Zrunning 0 tests
99802025-07-01T20:13:54.916Z
99812025-07-01T20:13:54.916Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99822025-07-01T20:13:54.916Z
99832025-07-01T20:13:54.988Z Doc-tests nexus_networking
99842025-07-01T20:13:54.988Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-90590cfc90a413fc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-bb032ed2b9fe9a53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99852025-07-01T20:13:55.722Z
99862025-07-01T20:13:55.722Zrunning 0 tests
99872025-07-01T20:13:55.722Z
99882025-07-01T20:13:55.722Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99892025-07-01T20:13:55.722Z
99902025-07-01T20:13:55.794Z Doc-tests nexus_reconfigurator_blippy
99912025-07-01T20:13:55.794Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a8f8fb355bb2a8d6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
99922025-07-01T20:13:56.380Z
99932025-07-01T20:13:56.381Zrunning 0 tests
99942025-07-01T20:13:56.381Z
99952025-07-01T20:13:56.381Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
99962025-07-01T20:13:56.381Z
99972025-07-01T20:13:56.467Z Doc-tests nexus_reconfigurator_execution
99982025-07-01T20:13:56.467Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f05b38a1693947ae.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8f48386289f8297f.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-eaa4f07478887e8d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-bb032ed2b9fe9a53.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3c1a5cec0da23864.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5ff1747ff7a43340.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-295f153c25648a92.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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`
99992025-07-01T20:13:57.286Z
100002025-07-01T20:13:57.286Zrunning 0 tests
100012025-07-01T20:13:57.286Z
100022025-07-01T20:13:57.286Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100032025-07-01T20:13:57.286Z
100042025-07-01T20:13:57.402Z Doc-tests nexus_reconfigurator_planning
100052025-07-01T20:13:57.402Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8f8fb355bb2a8d6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100062025-07-01T20:13:58.328Z
100072025-07-01T20:13:58.328Zrunning 0 tests
100082025-07-01T20:13:58.328Z
100092025-07-01T20:13:58.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100102025-07-01T20:13:58.328Z
100112025-07-01T20:13:58.411Z Doc-tests nexus_reconfigurator_preparation
100122025-07-01T20:13:58.411Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5ff1747ff7a43340.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100132025-07-01T20:13:59.237Z
100142025-07-01T20:13:59.237Zrunning 0 tests
100152025-07-01T20:13:59.237Z
100162025-07-01T20:13:59.237Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100172025-07-01T20:13:59.237Z
100182025-07-01T20:13:59.329Z Doc-tests nexus_reconfigurator_rendezvous
100192025-07-01T20:13:59.329Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-844357d8b6c7cc7c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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`
100202025-07-01T20:14:00.036Z
100212025-07-01T20:14:00.036Zrunning 0 tests
100222025-07-01T20:14:00.037Z
100232025-07-01T20:14:00.037Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100242025-07-01T20:14:00.037Z
100252025-07-01T20:14:00.123Z Doc-tests nexus_reconfigurator_simulation
100262025-07-01T20:14:00.123Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-772fe62548581983.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-edc7d2bb26d9dce2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-ba5aee3d0c00d402.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100272025-07-01T20:14:00.863Z
100282025-07-01T20:14:00.863Zrunning 0 tests
100292025-07-01T20:14:00.863Z
100302025-07-01T20:14:00.863Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100312025-07-01T20:14:00.890Z
100322025-07-01T20:14:00.941Z Doc-tests nexus_saga_recovery
100332025-07-01T20:14:00.941Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2091f5620f0c858a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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`
100342025-07-01T20:14:01.682Z
100352025-07-01T20:14:01.682Zrunning 0 tests
100362025-07-01T20:14:01.682Z
100372025-07-01T20:14:01.682Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100382025-07-01T20:14:01.682Z
100392025-07-01T20:14:01.761Z Doc-tests nexus_sled_agent_shared
100402025-07-01T20:14:01.761Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100412025-07-01T20:14:02.658Z
100422025-07-01T20:14:02.658Zrunning 0 tests
100432025-07-01T20:14:02.658Z
100442025-07-01T20:14:02.658Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100452025-07-01T20:14:02.658Z
100462025-07-01T20:14:02.752Z Doc-tests nexus_test_interface
100472025-07-01T20:14:02.753Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0995b155a32ebe73.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5be13ad528ce72d8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100482025-07-01T20:14:03.342Z
100492025-07-01T20:14:03.343Zrunning 0 tests
100502025-07-01T20:14:03.343Z
100512025-07-01T20:14:03.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100522025-07-01T20:14:03.343Z
100532025-07-01T20:14:03.436Z Doc-tests nexus_test_utils
100542025-07-01T20:14:03.436Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5be13ad528ce72d8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-edf5173b195afc24.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b04fa9e18f93290.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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`
100552025-07-01T20:14:04.675Z
100562025-07-01T20:14:04.675Zrunning 0 tests
100572025-07-01T20:14:04.675Z
100582025-07-01T20:14:04.675Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100592025-07-01T20:14:04.675Z
100602025-07-01T20:14:04.771Z Doc-tests nexus_test_utils_macros
100612025-07-01T20:14:04.771Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8d5ef3ef0800e5d2.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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`
100622025-07-01T20:14:04.905Z
100632025-07-01T20:14:04.905Zrunning 1 test
100642025-07-01T20:14:04.932Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
100652025-07-01T20:14:04.932Z
100662025-07-01T20:14:04.932Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
100672025-07-01T20:14:04.932Z
100682025-07-01T20:14:04.958Z Doc-tests nexus_types
100692025-07-01T20:14:04.958Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100702025-07-01T20:14:10.660Z
100712025-07-01T20:14:10.660Zrunning 3 tests
100722025-07-01T20:14:10.689Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 1644) ... ignored
100732025-07-01T20:14:10.689Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 1516) ... ignored
100742025-07-01T20:14:10.689Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 931) ... ignored
100752025-07-01T20:14:10.690Z
100762025-07-01T20:14:10.690Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
100772025-07-01T20:14:10.690Z
100782025-07-01T20:14:10.870Z Doc-tests omicron_certificates
100792025-07-01T20:14:10.870Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7b855985f2fc6e77.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-f9d6d1e055588901.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ca10c30e0202b783.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-5d1f69bb666610fc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100802025-07-01T20:14:11.393Z
100812025-07-01T20:14:11.393Zrunning 0 tests
100822025-07-01T20:14:11.394Z
100832025-07-01T20:14:11.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100842025-07-01T20:14:11.394Z
100852025-07-01T20:14:11.478Z Doc-tests omicron_clickhouse_admin
100862025-07-01T20:14:11.478Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f0c12b8398eaaa24.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-f916f6be7fe4d652.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-0f235fc5dd49a075.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3daa127ae2bdbd55.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
100872025-07-01T20:14:12.173Z
100882025-07-01T20:14:12.173Zrunning 0 tests
100892025-07-01T20:14:12.173Z
100902025-07-01T20:14:12.173Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100912025-07-01T20:14:12.173Z
100922025-07-01T20:14:12.269Z Doc-tests omicron_cockroach_admin
100932025-07-01T20:14:12.269Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-0edb7420d5462beb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-f15ed69fe13c3766.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5c6a4f36ae0c8939.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-edf5173b195afc24.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.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`
100942025-07-01T20:14:12.829Z
100952025-07-01T20:14:12.829Zrunning 0 tests
100962025-07-01T20:14:12.829Z
100972025-07-01T20:14:12.829Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
100982025-07-01T20:14:12.829Z
100992025-07-01T20:14:12.888Z Doc-tests omicron_cockroach_metrics
101002025-07-01T20:14:12.888Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-a492d81da958255b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101012025-07-01T20:14:13.349Z
101022025-07-01T20:14:13.349Zrunning 1 test
101032025-07-01T20:14:13.883Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 94) - compile ... ok
101042025-07-01T20:14:13.883Z
101052025-07-01T20:14:13.883Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.53s
101062025-07-01T20:14:13.883Z
101072025-07-01T20:14:13.957Z Doc-tests omicron_common
101082025-07-01T20:14:13.957Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-de6ab9c7dbb44e65.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5214dd74a1ef2464.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-010866bfd49291f8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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`
101092025-07-01T20:14:17.504Z
101102025-07-01T20:14:17.505Zrunning 2 tests
101112025-07-01T20:14:17.530Ztest common/src/lib.rs - FileKv (line 39) ... ignored
101122025-07-01T20:14:27.676Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
101132025-07-01T20:14:27.676Z
101142025-07-01T20:14:27.676Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 10.17s
101152025-07-01T20:14:27.676Z
101162025-07-01T20:14:27.837Z Doc-tests omicron_ddm_admin_client
101172025-07-01T20:14:27.837Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b5b2d67cfbe6def1.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101182025-07-01T20:14:28.341Z
101192025-07-01T20:14:28.341Zrunning 0 tests
101202025-07-01T20:14:28.341Z
101212025-07-01T20:14:28.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101222025-07-01T20:14:28.341Z
101232025-07-01T20:14:28.410Z Doc-tests omicron_dev_lib
101242025-07-01T20:14:28.410Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-cefab6d96bfc6445.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-72507ff1244984e5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101252025-07-01T20:14:28.866Z
101262025-07-01T20:14:28.866Zrunning 0 tests
101272025-07-01T20:14:28.866Z
101282025-07-01T20:14:28.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101292025-07-01T20:14:28.866Z
101302025-07-01T20:14:28.922Z Doc-tests omicron_gateway
101312025-07-01T20:14:28.922Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-412974de955c4396.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1d75bcb326ade2db.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-7460cfe692a9f535.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-abad5f94e3f7acba.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-28eb7c9de9519ab1.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-abfb947db00204f2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-462e3136f0c7d964.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101322025-07-01T20:14:30.103Z
101332025-07-01T20:14:30.103Zrunning 0 tests
101342025-07-01T20:14:30.103Z
101352025-07-01T20:14:30.103Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101362025-07-01T20:14:30.103Z
101372025-07-01T20:14:30.201Z Doc-tests omicron_ls_apis
101382025-07-01T20:14:30.201Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-cea6d5550762a4a1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101392025-07-01T20:14:30.646Z
101402025-07-01T20:14:30.646Zrunning 1 test
101412025-07-01T20:14:30.671Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
101422025-07-01T20:14:30.671Z
101432025-07-01T20:14:30.671Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
101442025-07-01T20:14:30.672Z
101452025-07-01T20:14:30.721Z Doc-tests omicron_nexus
101462025-07-01T20:14:30.721Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d1c4d17796fbab7.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-f05b38a1693947ae.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-08057315deef7c99.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-8f48386289f8297f.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-b6197df7a0d6acaf.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-ec47757df2f3e660.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-63a0384016e95522.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-6d00df43ac584657.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-ca2a96f4d5adc91d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-3496fbe10c1d0394.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-19ee068f132a70b6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-b4dcc899b8f1fbaa.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-d51c4b1c00d4799b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-20163ec548e23a55.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e23e4631c229f356.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-f030a72ff170dc7d.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-f3a231470198e06a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b93b08f1fe4bd730.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-32b4f5f8acabaffe.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-081cc3740326b507.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b6e5bf3de24a3bd.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-eaa4f07478887e8d.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-bb032ed2b9fe9a53.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-3c1a5cec0da23864.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-5ff1747ff7a43340.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-844357d8b6c7cc7c.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-2091f5620f0c858a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-5be13ad528ce72d8.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-8e7b956f65d680de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-8d5ef3ef0800e5d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-295f153c25648a92.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-dc1780b1b699f4f3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b04fa9e18f93290.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-689c99e2354360e9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-53aafce35083fc8f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-05fbc0c18b2f03c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-6fbeae4dd336d0a0.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-ab2ff3dc60214ab8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-a948434e3b97b9e6.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-aa9a1b69536c32b5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.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`
101472025-07-01T20:14:34.968Z
101482025-07-01T20:14:34.968Zrunning 5 tests
101492025-07-01T20:14:35.024Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 246) ... ignored
101502025-07-01T20:14:40.113Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 842) ... ok
101512025-07-01T20:14:40.240Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 914) ... ok
101522025-07-01T20:14:40.273Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 820) ... ok
101532025-07-01T20:14:40.273Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 884) ... ok
101542025-07-01T20:14:40.273Z
101552025-07-01T20:14:40.273Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.30s
101562025-07-01T20:14:40.273Z
101572025-07-01T20:14:40.469Z Doc-tests omicron_package
101582025-07-01T20:14:40.469Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-99fa2c98dcf1c79c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-7322c46480951923.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-89fa3850877291a0.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-abdd979b084cafc5.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101592025-07-01T20:14:40.933Z
101602025-07-01T20:14:40.933Zrunning 0 tests
101612025-07-01T20:14:40.933Z
101622025-07-01T20:14:40.933Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101632025-07-01T20:14:40.933Z
101642025-07-01T20:14:40.985Z Doc-tests omicron_passwords
101652025-07-01T20:14:40.985Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-e139f1343979802c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-76724db97869ce18.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101662025-07-01T20:14:41.234Z
101672025-07-01T20:14:41.234Zrunning 0 tests
101682025-07-01T20:14:41.234Z
101692025-07-01T20:14:41.234Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101702025-07-01T20:14:41.234Z
101712025-07-01T20:14:41.267Z Doc-tests omicron_pins
101722025-07-01T20:14:41.267Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f495a0cb189bfece.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-99dbb0b02a0740b4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101732025-07-01T20:14:41.522Z
101742025-07-01T20:14:41.522Zrunning 0 tests
101752025-07-01T20:14:41.522Z
101762025-07-01T20:14:41.522Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101772025-07-01T20:14:41.522Z
101782025-07-01T20:14:41.565Z Doc-tests omicron_repl_utils
101792025-07-01T20:14:41.565Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101802025-07-01T20:14:41.745Z
101812025-07-01T20:14:41.745Zrunning 0 tests
101822025-07-01T20:14:41.745Z
101832025-07-01T20:14:41.745Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101842025-07-01T20:14:41.745Z
101852025-07-01T20:14:41.776Z Doc-tests omicron_rpaths
101862025-07-01T20:14:41.776Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9c9147f64aa06683.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
101872025-07-01T20:14:41.913Z
101882025-07-01T20:14:41.913Zrunning 0 tests
101892025-07-01T20:14:41.913Z
101902025-07-01T20:14:41.913Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101912025-07-01T20:14:41.913Z
101922025-07-01T20:14:41.950Z Doc-tests omicron_sled_agent
101932025-07-01T20:14:41.950Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-850b429449b14a5c.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e284500d6999ef68.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-28ccc84f0171ab90.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-80d9c199ba5e0a84.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-f06e739970af8260.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-ad04e96a112606ed.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f55551d5bed84121.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-ac47e23a47e47000.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-08d488d3cba7dbcd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-dc553688a6ef181b.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-804701ba9819b4b0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-757f8143a1c3f6a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8f8fb355bb2a8d6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b36677082d4024bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e6dcec5e4eaa49b5.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-772ecac758e096fd.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3c20b97d3f3714ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-6f5e67b8c3297945.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c71d787af2b49f69.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-5076ed77f54aabc3.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-07cc63e0f41c8fd0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-2dd4cc6173f4b37a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.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`
101942025-07-01T20:14:48.500Z
101952025-07-01T20:14:48.500Zrunning 0 tests
101962025-07-01T20:14:48.500Z
101972025-07-01T20:14:48.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
101982025-07-01T20:14:48.500Z
101992025-07-01T20:14:48.500Z Doc-tests omicron_test_utils
102002025-07-01T20:14:48.500Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-f1ad58118408312d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9a08b7b060fb9626.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5c766a6d348e1049.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-28496d086bb543c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-42ce57e9649566aa.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-185aae11fe3a51e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-4c59568842895df5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e80c40188a3d0646.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`
102012025-07-01T20:14:48.500Z
102022025-07-01T20:14:48.500Zrunning 3 tests
102032025-07-01T20:14:48.500Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 237) ... ignored
102042025-07-01T20:14:55.428Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 205) ... ok
102052025-07-01T20:14:55.776Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 249) ... ok
102062025-07-01T20:14:55.777Z
102072025-07-01T20:14:55.777Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 10.31s
102082025-07-01T20:14:55.777Z
102092025-07-01T20:14:55.844Z Doc-tests omicron_uuid_kinds
102102025-07-01T20:14:55.844Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-72f56b93b42caad5.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.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`
102112025-07-01T20:14:56.127Z
102122025-07-01T20:14:56.127Zrunning 0 tests
102132025-07-01T20:14:56.127Z
102142025-07-01T20:14:56.127Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102152025-07-01T20:14:56.127Z
102162025-07-01T20:14:56.166Z Doc-tests omicron_workspace_hack
102172025-07-01T20:14:56.218Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ce41b31d84d6e3a9.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-212bd90c4b2dd6c2.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-6abecefb8b67713a.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-51d372fa91d20d85.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-78e38759e3b6da1b.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b3c8cd159185181c.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-612ce2e304571f81.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-faf115b538446cf7.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-96dbc0c5a1d1c4b3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f31d3e05cb6ea3f7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5635dba39bf9bf7b.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-379a38323fc33607.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-ab94460ce68b16a6.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-2c96830fae84e44c.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e49e148379376081.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ef421c864b54ec9e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-ea40d9ab8b9757a5.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-72f56b93b42caad5.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-20f1d7bae086a700.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-3e9ff315175280c8.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-2ecaa8b38dcf8faa.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-d64721bdf3087236.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-c755548413afb770.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-129d40956b1fd62e.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-72fa9a7c58f40979.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-2258aab87697adbb.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-ad59467a09ca041e.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-533edfe2f50d4d58.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-a4cc7e9ef57f8919.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-2a03d229118e1408.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7f4f26cd08f9ec3.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-340d4db1586c85dd.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-056371f35296dee7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-353e6090291573ff.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7507609290b17159.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-fd0dad88f56f0ea8.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-f1db6b1fa8fda49d.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-ee2ff769a8771c26.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-5989d4f6c6ff5226.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-6aa4274319cf8bc9.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-89a89bd82e8d4050.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-59a59a87f1844024.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-34d50781102c559f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-76e46987a5cb127a.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-bb8b455598dc1605.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6cdb18cfaf521a4b.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a31d6e3ea5bde33b.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb1901253e0db9df.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-a17f495745437ac9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-dfc5b1a102273921.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-1bb814cae28f6e1e.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-8b31b87f3240ff35.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-d7b06f039966c35c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0198d0379ddd5e72.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-3b3b33ff78e5a886.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-33b5304ed311b179.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b090a894ab46e778.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-987dcd08b67cb2a8.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-b32efd26b54b6d26.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-b6be0333af93ab88.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-d909e5bee2ee8acf.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-076790c46d8cc729.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-20179c07374f1a77.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-d3105508a84126c2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-63c6474b95c77984.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-d1942fe7a0f875a4.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-221a139d58cdccf4.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-47774841ed96ca61.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-e68eb56a87261b4f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-72ad14aa7b4c9ad8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-c7469f16c99a40fe.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-ff6ed72e3b7d50b0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-6523adb68efc81b9.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-f7fc194797028537.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-848ea02eff028b21.rlib --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-821ca613971b037b.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-bc3ce9b532f509d6.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e70065b2fca30e15.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-b6ed5c9162737056.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-1f873415a8bab1e6.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-3b112245a8f41229.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-406ca8badcd23106.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-a93b2b0d16191f46.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-3f30d236ac36dc33.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0dac6ed2367fb93f.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-9f0c21b5edc822a6.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f60053941bf92db1.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2310c9a53b7cd6d1.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-904e4ec3fcbed7e7.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-0aa05702a7b4a187.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-643e7692f89b35e0.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-774cc457f12827cd.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-25caf115c2801f29.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ad0a9d44eab449a4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-6d9084eefb049e89.rlib --extern zerocopy_ca01ad9e24f5d932=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3ddec34f40a666cf.rlib --extern zerocopy_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib --extern zip_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libzip-1e6af2d8bdb1462b.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102182025-07-01T20:14:56.274Z
102192025-07-01T20:14:56.274Zrunning 0 tests
102202025-07-01T20:14:56.274Z
102212025-07-01T20:14:56.274Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102222025-07-01T20:14:56.274Z
102232025-07-01T20:14:56.307Z Doc-tests openapi_manager
102242025-07-01T20:14:56.307Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-fc24097c1506d075.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-850b429449b14a5c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-f0c12b8398eaaa24.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-0edb7420d5462beb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-4ae0b9384132db0a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-412974de955c4396.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2d140be62dcb579e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-3499e9a6283e85ff.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-32b4f5f8acabaffe.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-081cc3740326b507.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-0336a7b8782f5d84.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89f58cd1766099ca.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-65b452c47267a4c5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-279bb32b279d519a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102252025-07-01T20:14:57.280Z
102262025-07-01T20:14:57.280Zrunning 0 tests
102272025-07-01T20:14:57.280Z
102282025-07-01T20:14:57.280Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
102292025-07-01T20:14:57.280Z
102302025-07-01T20:14:57.346Z Doc-tests openapi_manager_types
102312025-07-01T20:14:57.346Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a11ba0e0b16cd8c8.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-a6342b88852ed9d2.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102322025-07-01T20:14:57.486Z
102332025-07-01T20:14:57.486Zrunning 2 tests
102342025-07-01T20:14:57.963Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 108) ... ok
102352025-07-01T20:14:57.994Ztest dev-tools/openapi-manager/types/src/versions.rs - versions::api_versions (line 90) ... ok
102362025-07-01T20:14:57.994Z
102372025-07-01T20:14:57.994Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
102382025-07-01T20:14:57.994Z
102392025-07-01T20:14:58.023Z Doc-tests oxide_client
102402025-07-01T20:14:58.023Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-496f7fc11a3ad307.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-12a5166a9052f900.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
102412025-07-01T20:15:07.309Z
102422025-07-01T20:15:07.309Zrunning 265 tests
102432025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
102442025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
102452025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
102462025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
102472025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
102482025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
102492025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
102502025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
102512025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
102522025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
102532025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 25) ... ignored
102542025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
102552025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
102562025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
102572025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
102582025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
102592025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
102602025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
102612025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
102622025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
102632025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
102642025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
102652025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
102662025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
102672025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
102682025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
102692025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 32) ... ignored
102702025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
102712025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
102722025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
102732025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
102742025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
102752025-07-01T20:15:07.382Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
102762025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
102772025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
102782025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
102792025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
102802025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
102812025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
102822025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
102832025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
102842025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
102852025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_create (line 23) ... ignored
102862025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_delete (line 27) ... ignored
102872025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download (line 28) ... ignored
102882025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_download_file (line 29) ... ignored
102892025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head (line 28) ... ignored
102902025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_head_file (line 29) ... ignored
102912025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_index (line 28) ... ignored
102922025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_list (line 27) ... ignored
102932025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::support_bundle_view (line 25) ... ignored
102942025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::system_update_get_repository (line 27) ... ignored
102952025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::system_update_put_repository (line 26) ... ignored
102962025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::target_release_update (line 25) ... ignored
102972025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::target_release_view (line 25) ... ignored
102982025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
102992025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
103002025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 26) ... ignored
103012025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
103022025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
103032025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
103042025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
103052025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
103062025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
103072025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
103082025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
103092025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
103102025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
103112025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
103122025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
103132025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
103142025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
103152025-07-01T20:15:07.383Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
103162025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
103172025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
103182025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
103192025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 26) ... ignored
103202025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
103212025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
103222025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
103232025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
103242025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
103252025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
103262025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
103272025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
103282025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
103292025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
103302025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
103312025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
103322025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
103332025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
103342025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
103352025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
103362025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
103372025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
103382025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
103392025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
103402025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
103412025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
103422025-07-01T20:15:07.384Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored
103432025-07-01T20:15:07.411Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored
103442025-07-01T20:15:07.411Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
103452025-07-01T20:15:07.411Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
103462025-07-01T20:15:07.411Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
103472025-07-01T20:15:07.411Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
103482025-07-01T20:15:07.411Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
103492025-07-01T20:15:07.411Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 26) ... ignored
103502025-07-01T20:15:07.411Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 25) ... ignored
103512025-07-01T20:15:07.411Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
103522025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
103532025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
103542025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
103552025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
103562025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
103572025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
103582025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
103592025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
103602025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
103612025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
103622025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
103632025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
103642025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
103652025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
103662025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
103672025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
103682025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
103692025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
103702025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
103712025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
103722025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
103732025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
103742025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
103752025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
103762025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
103772025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
103782025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
103792025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
103802025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
103812025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
103822025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
103832025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
103842025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
103852025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
103862025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
103872025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
103882025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
103892025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 23) ... ignored
103902025-07-01T20:15:07.412Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
103912025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
103922025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
103932025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
103942025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
103952025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
103962025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
103972025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
103982025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 23) ... ignored
103992025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 25) ... ignored
104002025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 27) ... ignored
104012025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 28) ... ignored
104022025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 29) ... ignored
104032025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 26) ... ignored
104042025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 25) ... ignored
104052025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 28) ... ignored
104062025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 23) ... ignored
104072025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 23) ... ignored
104082025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 28) ... ignored
104092025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 28) ... ignored
104102025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 25) ... ignored
104112025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 25) ... ignored
104122025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 26) ... ignored
104132025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 25) ... ignored
104142025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 25) ... ignored
104152025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
104162025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
104172025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
104182025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
104192025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
104202025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
104212025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
104222025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
104232025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
104242025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
104252025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
104262025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
104272025-07-01T20:15:07.413Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
104282025-07-01T20:15:07.414Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
104292025-07-01T20:15:07.414Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
104302025-07-01T20:15:07.414Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
104312025-07-01T20:15:07.414Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
104322025-07-01T20:15:07.414Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
104332025-07-01T20:15:07.414Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
104342025-07-01T20:15:07.414Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
104352025-07-01T20:15:07.414Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 25) ... ignored
104362025-07-01T20:15:07.414Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
104372025-07-01T20:15:07.414Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
104382025-07-01T20:15:07.414Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
104392025-07-01T20:15:07.414Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
104402025-07-01T20:15:07.414Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
104412025-07-01T20:15:07.414Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
104422025-07-01T20:15:07.414Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
104432025-07-01T20:15:07.442Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
104442025-07-01T20:15:07.442Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
104452025-07-01T20:15:07.442Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
104462025-07-01T20:15:07.442Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
104472025-07-01T20:15:07.443Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
104482025-07-01T20:15:07.443Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
104492025-07-01T20:15:07.443Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
104502025-07-01T20:15:07.443Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
104512025-07-01T20:15:07.443Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
104522025-07-01T20:15:07.443Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
104532025-07-01T20:15:07.443Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
104542025-07-01T20:15:07.443Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
104552025-07-01T20:15:07.443Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
104562025-07-01T20:15:07.443Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
104572025-07-01T20:15:07.443Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
104582025-07-01T20:15:07.443Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
104592025-07-01T20:15:07.443Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
104602025-07-01T20:15:07.443Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
104612025-07-01T20:15:07.443Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
104622025-07-01T20:15:07.443Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
104632025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
104642025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
104652025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
104662025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
104672025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
104682025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
104692025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
104702025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
104712025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
104722025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
104732025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
104742025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
104752025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
104762025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
104772025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
104782025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
104792025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
104802025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
104812025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
104822025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
104832025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
104842025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
104852025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
104862025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
104872025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
104882025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
104892025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
104902025-07-01T20:15:07.444Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
104912025-07-01T20:15:07.445Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
104922025-07-01T20:15:07.445Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
104932025-07-01T20:15:07.445Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
104942025-07-01T20:15:07.445Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
104952025-07-01T20:15:07.445Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
104962025-07-01T20:15:07.445Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
104972025-07-01T20:15:07.445Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
104982025-07-01T20:15:07.445Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
104992025-07-01T20:15:07.445Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
105002025-07-01T20:15:07.445Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
105012025-07-01T20:15:07.445Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
105022025-07-01T20:15:07.445Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
105032025-07-01T20:15:07.445Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
105042025-07-01T20:15:07.445Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
105052025-07-01T20:15:07.445Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
105062025-07-01T20:15:07.445Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
105072025-07-01T20:15:07.445Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
105082025-07-01T20:15:07.445Z
105092025-07-01T20:15:07.445Ztest result: ok. 0 passed; 0 failed; 265 ignored; 0 measured; 0 filtered out; finished in 0.02s
105102025-07-01T20:15:07.445Z
105112025-07-01T20:15:07.530Z Doc-tests oximeter
105122025-07-01T20:15:07.530Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-15c63fc82290b9a9.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-9ef930d0bf730a0d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105132025-07-01T20:15:08.002Z
105142025-07-01T20:15:08.002Zrunning 2 tests
105152025-07-01T20:15:08.044Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
105162025-07-01T20:15:09.944Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
105172025-07-01T20:15:09.944Z
105182025-07-01T20:15:09.944Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.94s
105192025-07-01T20:15:09.944Z
105202025-07-01T20:15:10.021Z Doc-tests oximeter_api
105212025-07-01T20:15:10.021Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89f58cd1766099ca.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105222025-07-01T20:15:10.508Z
105232025-07-01T20:15:10.508Zrunning 2 tests
105242025-07-01T20:15:10.534Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
105252025-07-01T20:15:10.534Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
105262025-07-01T20:15:10.534Z
105272025-07-01T20:15:10.534Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
105282025-07-01T20:15:10.534Z
105292025-07-01T20:15:10.572Z Doc-tests oximeter_client
105302025-07-01T20:15:10.572Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105312025-07-01T20:15:11.314Z
105322025-07-01T20:15:11.314Zrunning 0 tests
105332025-07-01T20:15:11.314Z
105342025-07-01T20:15:11.314Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105352025-07-01T20:15:11.314Z
105362025-07-01T20:15:11.409Z Doc-tests oximeter_collector
105372025-07-01T20:15:11.409Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-a9e2cfcc6272f261.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-89f58cd1766099ca.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-2537837867895f4c.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-9b04fa9e18f93290.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105382025-07-01T20:15:12.334Z
105392025-07-01T20:15:12.334Zrunning 0 tests
105402025-07-01T20:15:12.334Z
105412025-07-01T20:15:12.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105422025-07-01T20:15:12.334Z
105432025-07-01T20:15:12.440Z Doc-tests oximeter_db
105442025-07-01T20:15:12.440Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-952b2470db30a1c2.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fcc5c253f7baaea5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-97cbcd223e422a48.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-015002e6c87ba800.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-b3371239ca16b9d0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3daa127ae2bdbd55.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-6e35b7e91b020491.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-4231a92fa214dac7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-ce101b571f0ea8b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-f747656fa0bcde03.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-684b65cd40f0afc9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-9eee3fc41e327ae2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-fa58e959728d1eb9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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`
105452025-07-01T20:15:14.039Z
105462025-07-01T20:15:14.039Zrunning 5 tests
105472025-07-01T20:15:14.074Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
105482025-07-01T20:15:14.074Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
105492025-07-01T20:15:14.074Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
105502025-07-01T20:15:14.074Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
105512025-07-01T20:15:14.074Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
105522025-07-01T20:15:14.074Z
105532025-07-01T20:15:14.074Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
105542025-07-01T20:15:14.074Z
105552025-07-01T20:15:14.139Z Doc-tests oximeter_instruments
105562025-07-01T20:15:14.140Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-3a67e9cd8804fc68.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-f577c68bd5feaa96.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-da4a7e804e6dc050.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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`
105572025-07-01T20:15:14.829Z
105582025-07-01T20:15:14.829Zrunning 0 tests
105592025-07-01T20:15:14.829Z
105602025-07-01T20:15:14.829Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105612025-07-01T20:15:14.829Z
105622025-07-01T20:15:14.897Z Doc-tests oximeter_macro_impl
105632025-07-01T20:15:14.898Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d329a378030b478a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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`
105642025-07-01T20:15:15.038Z
105652025-07-01T20:15:15.038Zrunning 0 tests
105662025-07-01T20:15:15.038Z
105672025-07-01T20:15:15.038Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105682025-07-01T20:15:15.038Z
105692025-07-01T20:15:15.070Z Doc-tests oximeter_producer
105702025-07-01T20:15:15.070Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5ccb5e7c74cd6cff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-94f99fdb5f03d5ea.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-aa2b4deb922aeb96.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105712025-07-01T20:15:15.761Z
105722025-07-01T20:15:15.761Zrunning 0 tests
105732025-07-01T20:15:15.761Z
105742025-07-01T20:15:15.761Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105752025-07-01T20:15:15.761Z
105762025-07-01T20:15:15.830Z Doc-tests oximeter_schema
105772025-07-01T20:15:15.830Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2607b1d525d6c62b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-15c63fc82290b9a9.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-01427f20cc138421.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105782025-07-01T20:15:16.373Z
105792025-07-01T20:15:16.373Zrunning 0 tests
105802025-07-01T20:15:16.374Z
105812025-07-01T20:15:16.374Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105822025-07-01T20:15:16.374Z
105832025-07-01T20:15:16.431Z Doc-tests oximeter_test_utils
105842025-07-01T20:15:16.431Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-df50c5e1f0177e33.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-5212d9fd7c445846.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-3daa127ae2bdbd55.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105852025-07-01T20:15:16.959Z
105862025-07-01T20:15:16.959Zrunning 0 tests
105872025-07-01T20:15:16.959Z
105882025-07-01T20:15:16.959Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105892025-07-01T20:15:16.959Z
105902025-07-01T20:15:17.026Z Doc-tests oximeter_timeseries_macro
105912025-07-01T20:15:17.026Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d329a378030b478a.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-4ca4e3d871915a40.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-9ef930d0bf730a0d.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-198ad74c2a94445d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-945f287b7b96ea88.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-d025f8d9e1172b1a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-066c256ec447ff7a.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`
105922025-07-01T20:15:17.434Z
105932025-07-01T20:15:17.434Zrunning 0 tests
105942025-07-01T20:15:17.434Z
105952025-07-01T20:15:17.434Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
105962025-07-01T20:15:17.434Z
105972025-07-01T20:15:17.486Z Doc-tests oximeter_types
105982025-07-01T20:15:17.487Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4fdd4e3927eaf215.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-efe032c439df8d1d.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c88984b8dab35587.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-3ef4a040546ae31f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c5ac6967087cad17.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-8b871cc6b0764b64.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-26b53ab2c5be6997.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b6e4b3864d84f85f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-a3a9a146dfdf743a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
105992025-07-01T20:15:18.501Z
106002025-07-01T20:15:18.502Zrunning 11 tests
106012025-07-01T20:15:19.311Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
106022025-07-01T20:15:28.807Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
106032025-07-01T20:15:29.390Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
106042025-07-01T20:15:29.444Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
106052025-07-01T20:15:29.543Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
106062025-07-01T20:15:29.571Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
106072025-07-01T20:15:29.571Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
106082025-07-01T20:15:29.666Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 928) ... ok
106092025-07-01T20:15:30.147Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
106102025-07-01T20:15:30.172Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
106112025-07-01T20:15:38.265Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
106122025-07-01T20:15:38.265Z
106132025-07-01T20:15:38.265Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 19.76s
106142025-07-01T20:15:38.265Z
106152025-07-01T20:15:38.350Z Doc-tests oxlog
106162025-07-01T20:15:38.350Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-ab065754353384b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-996d59c4e5a5e5b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106172025-07-01T20:15:38.516Z
106182025-07-01T20:15:38.516Zrunning 0 tests
106192025-07-01T20:15:38.516Z
106202025-07-01T20:15:38.516Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106212025-07-01T20:15:38.516Z
106222025-07-01T20:15:38.557Z Doc-tests oxql_types
106232025-07-01T20:15:38.557Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-5bd0bd296ec98b10.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-a68af6adb1c5e52a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-11c9857826b8f2d5.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-a5227aec97da7d72.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106242025-07-01T20:15:39.107Z
106252025-07-01T20:15:39.108Zrunning 0 tests
106262025-07-01T20:15:39.108Z
106272025-07-01T20:15:39.108Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106282025-07-01T20:15:39.108Z
106292025-07-01T20:15:39.164Z Doc-tests parallel_task_set
106302025-07-01T20:15:39.164Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d329a378030b478a.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106312025-07-01T20:15:39.280Z
106322025-07-01T20:15:39.280Zrunning 0 tests
106332025-07-01T20:15:39.280Z
106342025-07-01T20:15:39.280Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106352025-07-01T20:15:39.280Z
106362025-07-01T20:15:39.309Z Doc-tests range_requests
106372025-07-01T20:15:39.310Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ee2129fa6db1368d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-94110eabed412358.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-d21ed31ef5ee0869.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-fd413b5d386c7e83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106382025-07-01T20:15:39.577Z
106392025-07-01T20:15:39.577Zrunning 0 tests
106402025-07-01T20:15:39.577Z
106412025-07-01T20:15:39.577Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106422025-07-01T20:15:39.577Z
106432025-07-01T20:15:39.614Z Doc-tests reconfigurator_cli
106442025-07-01T20:15:39.614Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-15422f9852bc0054.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-5a7a56f126a0670c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-863717e309b7a9bc.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-89ee1fc0b848ff24.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-a8f8fb355bb2a8d6.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-909d594e5e47b357.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-772fe62548581983.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-2a28296c9fed0175.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-fd7ecf9daf693bd7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-270cc16e3867ff6e.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-f3be3ea25978b73a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-f0a676c42b73a7d1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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`
106452025-07-01T20:15:40.536Z
106462025-07-01T20:15:40.537Zrunning 0 tests
106472025-07-01T20:15:40.537Z
106482025-07-01T20:15:40.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106492025-07-01T20:15:40.537Z
106502025-07-01T20:15:40.611Z Doc-tests repo_depot_api
106512025-07-01T20:15:40.612Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f9054557649cbb01.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-6d12ef89ac8f431c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106522025-07-01T20:15:40.906Z
106532025-07-01T20:15:40.906Zrunning 2 tests
106542025-07-01T20:15:40.932Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
106552025-07-01T20:15:40.932Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
106562025-07-01T20:15:40.932Z
106572025-07-01T20:15:40.932Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106582025-07-01T20:15:40.932Z
106592025-07-01T20:15:40.960Z Doc-tests repo_depot_client
106602025-07-01T20:15:40.960Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-890eaa5882507c8e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106612025-07-01T20:15:41.268Z
106622025-07-01T20:15:41.268Zrunning 0 tests
106632025-07-01T20:15:41.268Z
106642025-07-01T20:15:41.268Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106652025-07-01T20:15:41.268Z
106662025-07-01T20:15:41.305Z Doc-tests sled_agent_api
106672025-07-01T20:15:41.305Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f270b9dc7dca48d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c71d787af2b49f69.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106682025-07-01T20:15:42.077Z
106692025-07-01T20:15:42.077Zrunning 2 tests
106702025-07-01T20:15:42.103Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 79) ... ignored
106712025-07-01T20:15:42.103Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 85) ... ignored
106722025-07-01T20:15:42.104Z
106732025-07-01T20:15:42.104Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106742025-07-01T20:15:42.104Z
106752025-07-01T20:15:42.142Z Doc-tests sled_agent_client
106762025-07-01T20:15:42.142Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-8da3b37def867d4b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106772025-07-01T20:15:45.677Z
106782025-07-01T20:15:45.677Zrunning 0 tests
106792025-07-01T20:15:45.677Z
106802025-07-01T20:15:45.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106812025-07-01T20:15:45.677Z
106822025-07-01T20:15:45.813Z Doc-tests sled_agent_config_reconciler
106832025-07-01T20:15:45.813Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-7ba6a39e7b86ce7d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern id_map=/work/oxidecomputer/omicron/target/debug/deps/libid_map-36e08dc1817ff537.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-804701ba9819b4b0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9aa091ab62ef587d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-95eb6165d49436a5.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-80ba71216b06884a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.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`
106842025-07-01T20:15:46.805Z
106852025-07-01T20:15:46.806Zrunning 0 tests
106862025-07-01T20:15:46.806Z
106872025-07-01T20:15:46.806Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106882025-07-01T20:15:46.806Z
106892025-07-01T20:15:46.904Z Doc-tests sled_agent_types
106902025-07-01T20:15:46.904Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b2122646d9c78f8f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-4e2ad82437d1a795.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-135f596ea6372cfb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106912025-07-01T20:15:48.091Z
106922025-07-01T20:15:48.091Zrunning 0 tests
106932025-07-01T20:15:48.091Z
106942025-07-01T20:15:48.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106952025-07-01T20:15:48.092Z
106962025-07-01T20:15:48.235Z Doc-tests sled_agent_zone_images
106972025-07-01T20:15:48.236Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_zone_images --test sled-agent/zone-images/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/zone-images -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f270b9dc7dca48d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b39b30c89250fb37.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-b5df05ea6a4db64a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-c39172c7689e0ce3.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-6626fba1989544df.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-6f5e67b8c3297945.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-2772d6a3c638f022.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106982025-07-01T20:15:48.722Z
106992025-07-01T20:15:48.723Zrunning 0 tests
107002025-07-01T20:15:48.723Z
107012025-07-01T20:15:48.723Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107022025-07-01T20:15:48.723Z
107032025-07-01T20:15:48.790Z Doc-tests sled_agent_zone_images_examples
107042025-07-01T20:15:48.791Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_zone_images_examples --test sled-agent/zone-images-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/zone-images-examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4f270b9dc7dca48d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-b39b30c89250fb37.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-2772d6a3c638f022.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107052025-07-01T20:15:49.302Z
107062025-07-01T20:15:49.302Zrunning 0 tests
107072025-07-01T20:15:49.302Z
107082025-07-01T20:15:49.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107092025-07-01T20:15:49.303Z
107102025-07-01T20:15:49.341Z Doc-tests sled_diagnostics
107112025-07-01T20:15:49.341Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-09bc292f601caea4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-8244b0e76e42a5db.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-0c92c9442940c946.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-c71d787af2b49f69.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-991616cadcedc1ed.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107122025-07-01T20:15:49.890Z
107132025-07-01T20:15:49.890Zrunning 0 tests
107142025-07-01T20:15:49.890Z
107152025-07-01T20:15:49.890Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107162025-07-01T20:15:49.890Z
107172025-07-01T20:15:49.968Z Doc-tests sled_hardware
107182025-07-01T20:15:49.968Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5ba426e9b9390b29.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-ebf7f590bdbdf21b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-cefab6d96bfc6445.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-36b486c1e8b10b05.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-7175f51c0ffc9994.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-44f95d3faac25ae4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.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`
107192025-07-01T20:15:50.597Z
107202025-07-01T20:15:50.597Zrunning 0 tests
107212025-07-01T20:15:50.597Z
107222025-07-01T20:15:50.597Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107232025-07-01T20:15:50.597Z
107242025-07-01T20:15:50.642Z Doc-tests sled_hardware_types
107252025-07-01T20:15:50.642Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b37d5fc59f91a317.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-a28cb0c0ac27c16d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107262025-07-01T20:15:51.154Z
107272025-07-01T20:15:51.154Zrunning 0 tests
107282025-07-01T20:15:51.154Z
107292025-07-01T20:15:51.154Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107302025-07-01T20:15:51.154Z
107312025-07-01T20:15:51.183Z Doc-tests sled_storage
107322025-07-01T20:15:51.184Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3a67e9cd8804fc68.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-38c5db4ab82d3093.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-804701ba9819b4b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-6db70b0a01af688c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-80ba71216b06884a.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`
107332025-07-01T20:15:51.931Z
107342025-07-01T20:15:51.931Zrunning 0 tests
107352025-07-01T20:15:51.931Z
107362025-07-01T20:15:51.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107372025-07-01T20:15:51.931Z
107382025-07-01T20:15:52.002Z Doc-tests sp_sim
107392025-07-01T20:15:52.002Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-afbb5a030ded3cae.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5f71e5b6b3a7c292.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-374cd4b713341571.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-6639fd871408960f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-e3642f0d56e48e0a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107402025-07-01T20:15:56.033Z
107412025-07-01T20:15:56.033Zrunning 0 tests
107422025-07-01T20:15:56.033Z
107432025-07-01T20:15:56.033Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107442025-07-01T20:15:56.033Z
107452025-07-01T20:15:56.109Z Doc-tests trust_quorum
107462025-07-01T20:15:56.109Z Running `/home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7ba6a39e7b86ce7d.rlib --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-414b4ff45220e293.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e20af3d808a638a4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-12629c63d03535fd.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-fc72fabb53d57a2c.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-54b19de0db01be94.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-dea6cad02e8e8116.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-3e973bde6ffaaa96.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-e43b57f33c7f2a1e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7324de744de5e209.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a7d0acbacd57cf83.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-437961f5488645c5.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-7de750ff333a62fd.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-0306ade0ba7b1ec3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107472025-07-01T20:15:56.109Z
107482025-07-01T20:15:56.109Zrunning 0 tests
107492025-07-01T20:15:56.109Z
107502025-07-01T20:15:56.109Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107512025-07-01T20:15:56.109Z
107522025-07-01T20:15:56.109Z Doc-tests typed_rng
107532025-07-01T20:15:56.109Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-863717e309b7a9bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d309a4dac0f77c6e.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-87f476b0f04bc669.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-3da55ef5c00c9da0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107542025-07-01T20:15:56.109Z
107552025-07-01T20:15:56.109Zrunning 0 tests
107562025-07-01T20:15:56.109Z
107572025-07-01T20:15:56.110Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107582025-07-01T20:15:56.110Z
107592025-07-01T20:15:56.110Z Doc-tests update_common
107602025-07-01T20:15:56.110Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-470e62d078521953.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107612025-07-01T20:15:56.110Z
107622025-07-01T20:15:56.110Zrunning 0 tests
107632025-07-01T20:15:56.110Z
107642025-07-01T20:15:56.110Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107652025-07-01T20:15:56.110Z
107662025-07-01T20:15:56.110Z Doc-tests update_engine
107672025-07-01T20:15:56.111Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-34b460ca6efca3c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-edf8629ceb4f4ea2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-7973abde6bbb3eb1.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-42deed123401b5b2.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-2b58a22a9b16359f.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-0aec142281e1a83a.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-cb57b30596f14652.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-02489128dce9739e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-620530e5aacc5649.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-042d440e2e11d946.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107682025-07-01T20:15:56.142Z
107692025-07-01T20:15:56.142Zrunning 4 tests
107702025-07-01T20:15:56.142Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
107712025-07-01T20:15:56.142Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
107722025-07-01T20:15:56.142Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
107732025-07-01T20:15:56.752Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
107742025-07-01T20:15:56.752Z
107752025-07-01T20:15:56.752Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 1.66s
107762025-07-01T20:15:56.752Z
107772025-07-01T20:15:56.825Z Doc-tests wicket
107782025-07-01T20:15:56.826Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ec767dee9535a4a0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f997b592e7fbe84d.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-5b5187d3efcceca9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-1660823d00af4b7b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4709996a186a8f38.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-86adc53cbf672e7b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-07d2f03d40072207.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-cd6a4eb242a400a9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-043f40495b4149fe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-f2c53879fcf18f91.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ab4cf66f68d58ce7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-c57beeb5a5e41524.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-1b77d5babba41bb1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5533b2afb5a1ec53.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4eec3f810c66824c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0188d44b8737160d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-f79b8eed718a5064.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107792025-07-01T20:15:58.214Z
107802025-07-01T20:15:58.214Zrunning 0 tests
107812025-07-01T20:15:58.214Z
107822025-07-01T20:15:58.214Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107832025-07-01T20:15:58.214Z
107842025-07-01T20:15:58.299Z Doc-tests wicket_common
107852025-07-01T20:15:58.299Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-cdb09c2a72937189.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-1ccf230986e3204a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107862025-07-01T20:15:59.260Z
107872025-07-01T20:15:59.260Zrunning 0 tests
107882025-07-01T20:15:59.260Z
107892025-07-01T20:15:59.260Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107902025-07-01T20:15:59.261Z
107912025-07-01T20:15:59.402Z Doc-tests wicket_dbg
107922025-07-01T20:15:59.402Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-9a1e7e99ca25fd00.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-11b06c10fe685907.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-cbd3c37deddf03d7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-b83c1c2f98f90db9.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4eec3f810c66824c.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-86b981c08cb99521.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107932025-07-01T20:16:00.028Z
107942025-07-01T20:16:00.028Zrunning 0 tests
107952025-07-01T20:16:00.028Z
107962025-07-01T20:16:00.028Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107972025-07-01T20:16:00.028Z
107982025-07-01T20:16:00.087Z Doc-tests wicketd
107992025-07-01T20:16:00.136Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-0995b155a32ebe73.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-ef6e1aa9c68ab04f.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e284500d6999ef68.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-9966782bcfce846c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-ee2129fa6db1368d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6892b6a5c3c1bdd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-6225ef7a83387c6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-7b855985f2fc6e77.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-8bcae8207650fe60.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-8d65808b96850202.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-9a2534c0b5700f30.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-75108fee6a48eda4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-fd24299c43eb546f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-d2a86b6aa0d72573.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-dddf049841288041.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-7609aef567867e15.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-d6b875e84782b37d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-f7d8e045d988126a.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-4cdd70a5c7abc121.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-dc70f34863a6f146.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-799631c06183c334.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8bfea22c66ce3792.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-2d140be62dcb579e.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-128774235dc4e401.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-a1b9ef26ad701408.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-417a93324414caae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-82a628d4163605a2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-89deaa97e18e6f80.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-ca10c30e0202b783.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-5cf9c0aad32baec1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-654c108659e30440.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-89af6b1247792fbd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-acd5143896865d4f.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-72a99f773c52d59d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-5d89a2154fb74d3b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_agent_zone_images=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images-6f5e67b8c3297945.rlib --extern sled_agent_zone_images_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_zone_images_examples-2772d6a3c638f022.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b610ca29be9ee6e0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-36a7b5c57e5db967.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-375cf1e8b243b011.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-0494f1f3ffc92b81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-398ad060e1420b43.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-b47c660fcf94e2fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-09fb633695bf6f68.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-7d3f7004a2ec942d.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-aca647d456329d28.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7c7ad1bab92c1ed3.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-b30f15b0d04081be.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-8c211ad2b05f0e12.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-4eec3f810c66824c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-a576656dc7d9875e.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-279bb32b279d519a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0188d44b8737160d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108002025-07-01T20:16:01.187Z
108012025-07-01T20:16:01.188Zrunning 0 tests
108022025-07-01T20:16:01.188Z
108032025-07-01T20:16:01.188Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108042025-07-01T20:16:01.188Z
108052025-07-01T20:16:01.260Z Doc-tests wicketd_api
108062025-07-01T20:16:01.260Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e284500d6999ef68.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-0f01f307dfa8a609.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-4623c984fea7cca4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-c35c68f76cee3763.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-279bb32b279d519a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108072025-07-01T20:16:02.096Z
108082025-07-01T20:16:02.096Zrunning 2 tests
108092025-07-01T20:16:02.121Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 54) ... ignored
108102025-07-01T20:16:02.121Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 60) ... ignored
108112025-07-01T20:16:02.122Z
108122025-07-01T20:16:02.122Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108132025-07-01T20:16:02.122Z
108142025-07-01T20:16:02.159Z Doc-tests wicketd_client
108152025-07-01T20:16:02.159Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-edf8629ceb4f4ea2.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-73c7b4f1239acfe8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-394be174c1871a7e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5f14f92b8f82f7fc.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-5d2799404f33553a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-1eb127cf435ef42d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-5ae3bcf34d941df8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0430a6889c233638.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-3ac32ec69a43aedf.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-61107aa45954548b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-32cc960862274215.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-0188d44b8737160d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108162025-07-01T20:16:05.160Z
108172025-07-01T20:16:05.160Zrunning 0 tests
108182025-07-01T20:16:05.160Z
108192025-07-01T20:16:05.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108202025-07-01T20:16:05.194Z
108212025-07-01T20:16:05.268Z Doc-tests xtask_downloader
108222025-07-01T20:16:05.268Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-47e3becce2857b6f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-90590cfc90a413fc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-e05c5f76a68f41a2.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-84a4ee7bdad55f56.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-5483d7f09de1c8aa.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-de0d4bab1c7cba1f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-c3598816f88b159e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-94a4923948d96b53.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-2ad6a4cf809e235b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108232025-07-01T20:16:05.566Z
108242025-07-01T20:16:05.566Zrunning 1 test
108252025-07-01T20:16:05.592Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 223) ... ignored
108262025-07-01T20:16:05.592Z
108272025-07-01T20:16:05.592Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108282025-07-01T20:16:05.592Z
108292025-07-01T20:16:05.618Z Doc-tests zone_setup
108302025-07-01T20:16:05.618Z Running `/home/build/.rustup/toolchains/1.87.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-f308cd72fa53b00a/out/build/artifacts -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-42250db07b47bef8/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-75e03870e166bfa7/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ad71cbb2d965d148/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-973271a0c90a15bb/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-a4c3fdc0c738972f/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-603a47d5f36bfa48/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c95e7a9dc0e06bbc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-4f270b9dc7dca48d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-632418e604ae25d3.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-f9054557649cbb01.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-b37d5fc59f91a317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-251f1068c6c972b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-d329a378030b478a.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-1f3058d98a8d06ae.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-6f46b1ad79447fc8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-020cc87e59921a72.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-9979c5455fb78e9f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8278f0df2228be2a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-fdf356fc3a70d016.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-cb47e4065efbacd9.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-8bad8f3cc7ccfd76.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-762ee395b9436189.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-fe55c0a690053b60.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108312025-07-01T20:16:06.037Z
108322025-07-01T20:16:06.037Zrunning 0 tests
108332025-07-01T20:16:06.037Z
108342025-07-01T20:16:06.037Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108352025-07-01T20:16:06.037Z
108362025-07-01T20:16:06.252Z
108372025-07-01T20:16:06.252Zreal 3:23.683888166
108382025-07-01T20:16:06.252Zuser 3:22.813311162
108392025-07-01T20:16:06.252Zsys 1:25.061966500
108402025-07-01T20:16:06.252Ztrap 0.080732929
108412025-07-01T20:16:06.253Ztflt 0.849431101
108422025-07-01T20:16:06.253Zdflt 1.547134184
108432025-07-01T20:16:06.253Zkflt 0.002165764
108442025-07-01T20:16:06.253Zlock 2:38.794123992
108452025-07-01T20:16:06.253Zslp 23:26.424235934
108462025-07-01T20:16:06.253Zlat 5.232461730
108472025-07-01T20:16:06.253Zstop 1.901245654
108482025-07-01T20:16:06.281Z+ [[ illumos == \i\l\l\u\m\o\s ]]
108492025-07-01T20:16:06.281Z+ banner live-test
108502025-07-01T20:16:06.281Z
108512025-07-01T20:16:06.281Z # # # # ###### ##### ###### #### #####
108522025-07-01T20:16:06.281Z # # # # # # # # #
108532025-07-01T20:16:06.281Z # # # # ##### ##### # ##### #### #
108542025-07-01T20:16:06.281Z # # # # # # # # #
108552025-07-01T20:16:06.281Z # # # # # # # # # #
108562025-07-01T20:16:06.281Z ###### # ## ###### # ###### #### #
108572025-07-01T20:16:06.281Z
108582025-07-01T20:16:06.281Z+ ptime -m cargo xtask live-tests
108592025-07-01T20:16:07.716Z Compiling once_cell v1.21.3
108602025-07-01T20:16:07.716Z Compiling serde v1.0.219
108612025-07-01T20:16:07.717Z Compiling bitflags v2.9.0
108622025-07-01T20:16:07.742Z Compiling syn v2.0.104
108632025-07-01T20:16:07.742Z Compiling libc v0.2.174
108642025-07-01T20:16:07.742Z Compiling serde_json v1.0.140
108652025-07-01T20:16:07.742Z Compiling num-traits v0.2.19
108662025-07-01T20:16:07.742Z Compiling hashbrown v0.15.4
108672025-07-01T20:16:08.990Z Compiling rustix v0.38.37
108682025-07-01T20:16:09.532Z Compiling smallvec v1.15.0
108692025-07-01T20:16:09.532Z Compiling usdt-impl v0.5.0
108702025-07-01T20:16:09.532Z Compiling syn v1.0.109
108712025-07-01T20:16:09.557Z Compiling log v0.4.27
108722025-07-01T20:16:09.557Z Compiling indexmap v2.9.0
108732025-07-01T20:16:09.595Z Compiling getrandom v0.3.1
108742025-07-01T20:16:09.633Z Compiling percent-encoding v2.3.1
108752025-07-01T20:16:09.771Z Compiling thread-id v4.2.2
108762025-07-01T20:16:09.991Z Compiling form_urlencoded v1.2.1
108772025-07-01T20:16:10.087Z Compiling rustix v1.0.7
108782025-07-01T20:16:10.809Z Compiling fs-err v3.1.1
108792025-07-01T20:16:11.027Z Compiling ordered-float v2.10.1
108802025-07-01T20:16:11.087Z Compiling anyhow v1.0.98
108812025-07-01T20:16:11.345Z Compiling terminal_size v0.4.0
108822025-07-01T20:16:11.737Z Compiling clap_builder v4.5.40
108832025-07-01T20:16:12.145Z Compiling tempfile v3.20.0
108842025-07-01T20:16:12.236Z Compiling textwrap v0.16.2
108852025-07-01T20:16:13.194Z Compiling proc-macro-error v1.0.4
108862025-07-01T20:16:14.283Z Compiling tabled_derive v0.7.0
108872025-07-01T20:16:16.096Z Compiling tabled v0.15.0
108882025-07-01T20:16:16.160Z Compiling synstructure v0.13.1
108892025-07-01T20:16:18.739Z Compiling serde_derive v1.0.219
108902025-07-01T20:16:18.766Z Compiling thiserror-impl v1.0.69
108912025-07-01T20:16:18.825Z Compiling zerofrom-derive v0.1.4
108922025-07-01T20:16:18.917Z Compiling yoke-derive v0.7.4
108932025-07-01T20:16:18.954Z Compiling zerovec-derive v0.10.3
108942025-07-01T20:16:18.988Z Compiling displaydoc v0.2.5
108952025-07-01T20:16:19.275Z Compiling icu_provider_macros v1.5.0
108962025-07-01T20:16:20.693Z Compiling zerocopy-derive v0.7.35
108972025-07-01T20:16:20.995Z Compiling scroll_derive v0.12.0
108982025-07-01T20:16:21.875Z Compiling thiserror-impl v2.0.12
108992025-07-01T20:16:22.207Z Compiling clap_derive v4.5.40
109002025-07-01T20:16:22.437Z Compiling thiserror v1.0.69
109012025-07-01T20:16:22.734Z Compiling pest v2.7.14
109022025-07-01T20:16:22.813Z Compiling scroll v0.12.0
109032025-07-01T20:16:22.952Z Compiling zerofrom v0.1.4
109042025-07-01T20:16:23.219Z Compiling zerocopy v0.7.35
109052025-07-01T20:16:23.346Z Compiling yoke v0.7.4
109062025-07-01T20:16:23.570Z Compiling goblin v0.8.2
109072025-07-01T20:16:23.831Z Compiling zerovec v0.10.4
109082025-07-01T20:16:25.019Z Compiling thiserror v2.0.12
109092025-07-01T20:16:25.622Z Compiling pest_meta v2.7.14
109102025-07-01T20:16:25.881Z Compiling tinystr v0.7.6
109112025-07-01T20:16:25.881Z Compiling icu_collections v1.5.0
109122025-07-01T20:16:26.350Z Compiling clap v4.5.40
109132025-07-01T20:16:26.429Z Compiling icu_locid v1.5.0
109142025-07-01T20:16:27.308Z Compiling pest_generator v2.7.14
109152025-07-01T20:16:27.855Z Compiling icu_provider v1.5.0
109162025-07-01T20:16:28.767Z Compiling icu_locid_transform v1.5.0
109172025-07-01T20:16:29.062Z Compiling pest_derive v2.7.14
109182025-07-01T20:16:30.251Z Compiling icu_properties v1.5.1
109192025-07-01T20:16:30.291Z Compiling dtrace-parser v0.2.0
109202025-07-01T20:16:31.821Z Compiling serde_spanned v0.6.9
109212025-07-01T20:16:31.821Z Compiling toml_datetime v0.6.11
109222025-07-01T20:16:31.848Z Compiling erased-serde v0.4.6
109232025-07-01T20:16:32.223Z Compiling serde_tokenstream v0.2.2
109242025-07-01T20:16:32.276Z Compiling semver v1.0.26
109252025-07-01T20:16:32.308Z Compiling camino v1.1.10
109262025-07-01T20:16:32.657Z Compiling toml_edit v0.22.27
109272025-07-01T20:16:33.004Z Compiling serde-value v0.7.0
109282025-07-01T20:16:33.149Z Compiling serde-untagged v0.1.7
109292025-07-01T20:16:33.266Z Compiling cargo-platform v0.2.0
109302025-07-01T20:16:33.360Z Compiling camino-tempfile v1.4.1
109312025-07-01T20:16:33.783Z Compiling dof v0.3.0
109322025-07-01T20:16:33.973Z Compiling macaddr v1.0.1
109332025-07-01T20:16:34.490Z Compiling icu_normalizer v1.5.0
109342025-07-01T20:16:35.615Z Compiling idna_adapter v1.2.0
109352025-07-01T20:16:35.831Z Compiling usdt-attr-macro v0.5.0
109362025-07-01T20:16:35.878Z Compiling usdt-macro v0.5.0
109372025-07-01T20:16:35.924Z Compiling idna v1.0.3
109382025-07-01T20:16:36.661Z Compiling toml v0.8.23
109392025-07-01T20:16:36.701Z Compiling url v2.5.4
109402025-07-01T20:16:37.440Z Compiling usdt v0.5.0
109412025-07-01T20:16:37.714Z Compiling cargo_toml v0.21.0
109422025-07-01T20:16:37.892Z Compiling cargo-util-schemas v0.2.0
109432025-07-01T20:16:40.278Z Compiling cargo_metadata v0.20.0
109442025-07-01T20:16:43.050Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
109452025-07-01T20:16:49.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.78s
109462025-07-01T20:16:49.240Z Running `target/debug/xtask live-tests`
109472025-07-01T20:16:49.325Zusing temporary directory: /var/tmp/omicron_tmp/.tmpIQJnzr
109482025-07-01T20:16:49.325Zwill create archive file: /var/tmp/omicron_tmp/.tmpIQJnzr/live-tests-archive/omicron-live-tests.tar.zst
109492025-07-01T20:16:49.325Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
109502025-07-01T20:16:49.325Z
109512025-07-01T20:16:49.325Zrunning: /home/build/.rustup/toolchains/1.87.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpIQJnzr/live-tests-archive/omicron-live-tests.tar.zst"
109522025-07-01T20:16:54.106Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
109532025-07-01T20:16:54.172Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
109542025-07-01T20:16:54.212Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
109552025-07-01T20:16:54.251Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
109562025-07-01T20:16:54.286Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
109572025-07-01T20:16:54.325Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
109582025-07-01T20:16:54.364Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
109592025-07-01T20:16:54.392Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
109602025-07-01T20:16:54.816Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
109612025-07-01T20:16:55.205Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
109622025-07-01T20:16:56.242Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
109632025-07-01T20:16:58.275Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
109642025-07-01T20:16:58.306Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
109652025-07-01T20:16:59.679Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
109662025-07-01T20:17:00.732Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
109672025-07-01T20:17:00.732Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
109682025-07-01T20:17:00.757Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
109692025-07-01T20:17:02.947Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
109702025-07-01T20:17:03.971Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
109712025-07-01T20:17:04.448Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
109722025-07-01T20:17:09.989Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
109732025-07-01T20:17:09.989Z Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
109742025-07-01T20:17:30.224Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
109752025-07-01T20:17:30.224Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
109762025-07-01T20:17:30.224Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
109772025-07-01T20:17:30.249Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
109782025-07-01T20:17:32.772Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
109792025-07-01T20:18:32.351Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
109802025-07-01T20:18:33.695Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
109812025-07-01T20:18:41.136Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
109822025-07-01T20:18:42.560Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
109832025-07-01T20:19:53.521Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
109842025-07-01T20:19:58.352Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
109852025-07-01T20:20:46.552Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 54s
109862025-07-01T20:20:46.857Zinfo: experimental features enabled: setup-scripts
109872025-07-01T20:20:46.884Z Archiving 1 binary, 1 build script output directory, 5 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpIQJnzr/live-tests-archive/omicron-live-tests.tar.zst
109882025-07-01T20:20:47.617Z Archived 78 files to /var/tmp/omicron_tmp/.tmpIQJnzr/live-tests-archive/omicron-live-tests.tar.zst in 0.75s
109892025-07-01T20:20:47.703Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpIQJnzr/live-tests-archive\""
109902025-07-01T20:20:47.731Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpIQJnzr" "live-tests-archive"
109912025-07-01T20:20:47.842Zcreated:
109922025-07-01T20:20:47.843Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
109932025-07-01T20:20:47.843ZTo use this:
109942025-07-01T20:20:47.843Z
109952025-07-01T20:20:47.843Z1. Copy the tarball to the switch zone in a deployed Omicron system.
109962025-07-01T20:20:47.843Z
109972025-07-01T20:20:47.868Z e.g., scp \
109982025-07-01T20:20:47.868Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
109992025-07-01T20:20:47.868Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
110002025-07-01T20:20:47.868Z
110012025-07-01T20:20:47.868Z2. Copy the `cargo-nextest` binary to the same place.
110022025-07-01T20:20:47.868Z
110032025-07-01T20:20:47.869Z e.g., scp \
110042025-07-01T20:20:47.869Z $(which cargo-nextest) \
110052025-07-01T20:20:47.869Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
110062025-07-01T20:20:47.869Z
110072025-07-01T20:20:47.869Z3. From the switch zone on that system, unpack the tarball with:
110082025-07-01T20:20:47.869Z
110092025-07-01T20:20:47.869Z tar xzf live-tests-archive.tgz
110102025-07-01T20:20:47.869Z
110112025-07-01T20:20:47.869Z4. From the switch zone on that system, run tests with:
110122025-07-01T20:20:47.869Z
110132025-07-01T20:20:47.869Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
110142025-07-01T20:20:47.869Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
110152025-07-01T20:20:47.869Z --workspace-remap live-tests-archive
110162025-07-01T20:20:47.869Z
110172025-07-01T20:20:47.869Z
110182025-07-01T20:20:47.869Zreal 4:41.582697582
110192025-07-01T20:20:47.869Zuser 10:22.946013479
110202025-07-01T20:20:47.869Zsys 1:21.482023536
110212025-07-01T20:20:47.869Ztrap 0.340806441
110222025-07-01T20:20:47.869Ztflt 0.546395302
110232025-07-01T20:20:47.869Zdflt 4.384588251
110242025-07-01T20:20:47.869Zkflt 0.001443113
110252025-07-01T20:20:47.869Zlock 23:27.583788165
110262025-07-01T20:20:47.869Zslp 42:02.168227786
110272025-07-01T20:20:47.869Zlat 14.078201237
110282025-07-01T20:20:47.869Zstop 41.773516446
110292025-07-01T20:20:47.869Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
110302025-07-01T20:20:47.869Z+ unset TMPDIR
110312025-07-01T20:20:47.869Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
110322025-07-01T20:20:47.869Zfiles in /var/tmp/omicron_tmp (none expected on success):
110332025-07-01T20:20:47.869Z+ find /var/tmp/omicron_tmp -ls
110342025-07-01T20:20:47.869Z164072 33 drwxr-xr-x 2 build build 2 Jul 1 20:20 /var/tmp/omicron_tmp
110352025-07-01T20:20:47.869Z+ rmdir /var/tmp/omicron_tmp
110362025-07-01T20:20:48.027Zprocess exited: duration 6970128 ms, exit code 0
 
110372025-07-01T20:20:48.100Zfound 3 output files
110382025-07-01T20:20:48.100Zuploading: /work/crate-build-timings.json (652167 bytes)
110392025-07-01T20:20:49.378Zuploaded: /work/crate-build-timings.json
110402025-07-01T20:20:49.378Zuploading: /work/environment.json (130 bytes)
110412025-07-01T20:20:50.486Zuploaded: /work/environment.json
110422025-07-01T20:20:50.486Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (417792 bytes)
110432025-07-01T20:20:51.756Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml